| /freebsd-9-stable/contrib/llvm/lib/Target/CppBackend/ |
| D | CPPBackend.cpp | 127 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0); 166 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) { in nl() function in CppWriter 469 nl(Out); in printAttributes() 471 Out << '{'; in(); nl(Out); in printAttributes() 472 Out << "SmallVector<AttributeSet, 4> Attrs;"; nl(Out); in printAttributes() 473 Out << "AttributeSet PAS;"; in(); nl(Out); in printAttributes() 477 Out << "{"; in(); nl(Out); in printAttributes() 478 Out << "AttrBuilder B;"; nl(Out); in printAttributes() 482 Out << "B.addAttribute(Attribute::" #X ");"; nl(Out); \ in printAttributes() 517 nl(Out); in printAttributes() [all …]
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | coffdump.c | 37 static void nl (void); 92 nl (void) in nl() function 114 nl (); in dump_coff_lines() 119 nl (); in dump_coff_lines() 135 nl (); in dump_coff_type() 139 nl (); in dump_coff_type() 144 nl (); in dump_coff_type() 149 nl (); in dump_coff_type() 153 nl (); in dump_coff_type() 157 nl (); in dump_coff_type() [all …]
|
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_trans_space.h | 44 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) \ argument 47 (nl) >= XFS_DIR_LEAF_CAN_DOUBLE_SPLIT_LEN) ? 2 : 1) 48 #define XFS_DIRENTER_SPACE_RES(mp,nl) \ argument 50 XFS_DIRENTER_MAX_SPLIT(mp,nl)) 67 #define XFS_CREATE_SPACE_RES(mp,nl) \ argument 68 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl)) 75 #define XFS_LINK_SPACE_RES(mp,nl) \ argument 76 XFS_DIRENTER_SPACE_RES(mp,nl) 77 #define XFS_MKDIR_SPACE_RES(mp,nl) \ argument 78 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl)) [all …]
|
| /freebsd-9-stable/tools/regression/bin/sh/parser/ |
| D | for1.0 | 3 nl=' 6 for s1 in "$nl" " "; do 7 for s2 in "$nl" ";" ";$nl"; do 8 for s3 in "$nl" " "; do 16 for s2 in "$nl" " "; do 17 for s3 in "$nl" " "; do 23 for s1 in "$nl" " "; do 24 for s2 in "$nl" ";" ";$nl"; do 25 for s3 in "$nl" " "; do
|
| /freebsd-9-stable/contrib/libarchive/libarchive/ |
| D | archive_read_support_compression_uu.c | 197 const unsigned char **b, ssize_t *avail, ssize_t *ravail, ssize_t *nl) in bid_get_line() argument 204 *nl = 0; in bid_get_line() 207 len = get_line(*b, *avail, nl); in bid_get_line() 211 while (*nl == 0 && len == *avail && !quit) { in bid_get_line() 225 len = get_line(*b, *avail, nl); in bid_get_line() 238 ssize_t len, nl; in uudecode_bidder_bid() local 251 len = bid_get_line(filter, &b, &avail, &ravail, &nl); in uudecode_bidder_bid() 252 if (len < 0 || nl == 0) in uudecode_bidder_bid() 254 if (memcmp(b, "begin ", 6) == 0 && len - nl >= 11) in uudecode_bidder_bid() 256 else if (memcmp(b, "begin-base64 ", 13) == 0 && len - nl >= 18) in uudecode_bidder_bid() [all …]
|
| /freebsd-9-stable/contrib/ipfilter/samples/ |
| D | relay.c | 111 natlookup_t nl; local 112 natlookup_t *nlp = &nl; 126 obj.ipfo_size = sizeof(nl); 127 obj.ipfo_ptr = &nl; 130 bzero(&nl, sizeof(nl)); 131 nl.nl_flags = IPN_TCP; 143 nl.nl_inip.s_addr = sin.sin_addr.s_addr; 144 nl.nl_inport = sin.sin_port; 157 nl.nl_outip.s_addr = sin.sin_addr.s_addr; 158 nl.nl_outport = sin.sin_port; [all …]
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/ |
| D | pch.c | 386 struct ht_node_list *const nl = (struct ht_node_list *)nl_p; in collect_ht_nodes() local 390 if (nl->n_defs == nl->asize) in collect_ht_nodes() 392 nl->asize *= 2; in collect_ht_nodes() 393 nl->defs = XRESIZEVEC (cpp_hashnode *, nl->defs, nl->asize); in collect_ht_nodes() 396 nl->defs[nl->n_defs] = hn; in collect_ht_nodes() 397 ++nl->n_defs; in collect_ht_nodes() 423 struct ht_node_list nl = { 0, 0, 0 }; in cpp_valid_state() local 496 nl.n_defs = 0; in cpp_valid_state() 497 nl.asize = 10; in cpp_valid_state() 498 nl.defs = XNEWVEC (cpp_hashnode *, nl.asize); in cpp_valid_state() [all …]
|
| /freebsd-9-stable/usr.bin/netstat/ |
| D | main.c | 72 static struct nlist nl[] = { variable 552 mbpr(kvmd, nl[N_MBSTAT].n_value); in main() 581 intpr(interval, nl[N_IFNET].n_value, NULL); in main() 586 rt_stats(nl[N_RTSTAT].n_value, nl[N_RTTRASH].n_value); in main() 588 routepr(nl[N_RTREE].n_value); in main() 594 mrt_stats(nl[N_MRTSTAT].n_value); in main() 597 mrt6_stats(nl[N_MRT6STAT].n_value); in main() 601 mroutepr(nl[N_MFCHASHTBL].n_value, in main() 602 nl[N_MFCTABLESIZE].n_value, in main() 603 nl[N_VIFTABLE].n_value); in main() [all …]
|
| /freebsd-9-stable/usr.bin/bluetooth/btsockstat/ |
| D | btsockstat.c | 78 static struct nlist nl[] = { variable 167 hcirawpr(kvmd, nl[N_HCI_RAW].n_value); in main() 172 l2caprtpr(kvmd, nl[N_L2CAP_RAW_RT].n_value); in main() 174 l2caprawpr(kvmd, nl[N_L2CAP_RAW].n_value); in main() 179 l2caprtpr(kvmd, nl[N_L2CAP_RT].n_value); in main() 181 l2cappr(kvmd, nl[N_L2CAP].n_value); in main() 185 rfcommpr(kvmd, nl[N_RFCOMM].n_value); in main() 189 rfcommpr_s(kvmd, nl[N_RFCOMM_S].n_value); in main() 194 l2caprtpr(kvmd, nl[N_L2CAP_RAW_RT].n_value); in main() 195 l2caprtpr(kvmd, nl[N_L2CAP_RT].n_value); in main() [all …]
|
| /freebsd-9-stable/contrib/bmake/lst.lib/ |
| D | lstDupl.c | 76 Lst nl; in Lst_Duplicate() local 84 nl = Lst_Init(list->isCirc); in Lst_Duplicate() 85 if (nl == NULL) { in Lst_Duplicate() 92 if (Lst_AtEnd(nl, copyProc(ln->datum)) == FAILURE) { in Lst_Duplicate() 95 } else if (Lst_AtEnd(nl, ln->datum) == FAILURE) { in Lst_Duplicate() 106 return (nl); in Lst_Duplicate()
|
| /freebsd-9-stable/share/examples/sunrpc/dir/ |
| D | rls.c | 19 namelist nl; local 78 for (nl = result->readdir_res_u.list; nl != NULL; nl = nl->next) { 79 printf("%s\n", nl->name);
|
| D | dir_proc.c | 19 namelist nl; local 42 nl = *nlp = (namenode *) malloc(sizeof(namenode)); 43 nl->name = malloc(strlen(d->d_name)+1); 44 strcpy(nl->name, d->d_name); 45 nlp = &nl->next;
|
| /freebsd-9-stable/share/syscons/keymaps/ |
| D | ru.iso5.kbd | 34 028 cr cr nl nl cr cr nl nl O 42 036 'j' 'J' nl nl 222 190 nl nl C 61 055 '*' '*' nl nl '*' '*' nl nl O 95 089 cr cr nl nl cr cr nl nl O 164 156 cr cr nl nl cr cr nl nl O 172 164 222 190 nl nl 'j' 'J' nl nl C 191 183 '*' '*' nl nl '*' '*' nl nl O 225 217 cr cr nl nl cr cr nl nl O
|
| D | ua.koi8-u.kbd | 34 028 cr cr nl nl cr cr nl nl O 42 036 'j' 'J' nl nl 207 239 nl nl C 61 055 '*' '*' nl nl '*' '*' nl nl O 95 089 cr cr nl nl cr cr nl nl O 163 156 cr cr nl nl cr cr nl nl O 171 164 207 239 nl nl 'j' 'J' nl nl C 190 183 '*' '*' nl nl '*' '*' nl nl O 224 217 cr cr nl nl cr cr nl nl O
|
| D | ua.iso5.kbd | 34 028 cr cr nl nl cr cr nl nl O 42 036 'j' 'J' nl nl 222 190 nl nl C 61 055 '*' '*' nl nl '*' '*' nl nl O 95 089 cr cr nl nl cr cr nl nl O 164 156 cr cr nl nl cr cr nl nl O 172 164 222 190 nl nl 'j' 'J' nl nl C 191 183 '*' '*' nl nl '*' '*' nl nl O 225 217 cr cr nl nl cr cr nl nl O
|
| D | by.cp1251.kbd | 34 028 cr cr nl nl cr cr nl nl O 42 036 'j' 'J' nl nl 'j' 'J' nl nl C 95 089 cr cr nl nl cr cr nl nl O 144 156 cr cr nl nl cr cr nl nl O 152 164 '�' '�' nl nl 'j' 'J' nl nl C 205 217 cr cr nl nl cr cr nl nl O
|
| D | by.iso5.kbd | 34 028 cr cr nl nl cr cr nl nl O 42 036 'j' 'J' nl nl 'j' 'J' nl nl C 95 089 cr cr nl nl cr cr nl nl O 144 156 cr cr nl nl cr cr nl nl O 152 164 '�' '�' nl nl 'j' 'J' nl nl C 205 217 cr cr nl nl cr cr nl nl O
|
| D | by.cp1131.kbd | 34 028 cr cr nl nl cr cr nl nl O 42 036 'j' 'J' nl nl 'j' 'J' nl nl C 95 089 cr cr nl nl cr cr nl nl O 144 156 cr cr nl nl cr cr nl nl O 152 164 '�' '�' nl nl 'j' 'J' nl nl C 205 217 cr cr nl nl cr cr nl nl O
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | delta68-nat.c | 67 struct nlist nl[2]; in _initialize_delta68_nat() local 69 nl[0].n_name = "u"; in _initialize_delta68_nat() 70 nl[1].n_name = NULL; in _initialize_delta68_nat() 71 if (nlist ("/sysV68", nl) == 0 && nl[0].n_scnum != 0) in _initialize_delta68_nat() 72 kernel_u_addr = nl[0].n_value; in _initialize_delta68_nat()
|
| /freebsd-9-stable/lib/libkvm/ |
| D | kvm_file.c | 187 struct nlist nl[4], *p; in kvm_getfiles() local 189 nl[0].n_name = "_allproc"; in kvm_getfiles() 190 nl[1].n_name = "_nprocs"; in kvm_getfiles() 191 nl[2].n_name = "_nfiles"; in kvm_getfiles() 192 nl[3].n_name = 0; in kvm_getfiles() 194 if (kvm_nlist(kd, nl) != 0) { in kvm_getfiles() 195 for (p = nl; p->n_type != 0; ++p) in kvm_getfiles() 201 if (KREAD(kd, nl[1].n_value, &nprocs)) { in kvm_getfiles() 205 if (KREAD(kd, nl[2].n_value, &nfiles)) { in kvm_getfiles() 217 n = kvm_deadfiles(kd, op, arg, nl[0].n_value, nprocs); in kvm_getfiles()
|
| D | kvm_arm.c | 127 struct nlist nl[2]; in _kvm_initvtop() local 157 nl[0].n_name = "kernbase"; in _kvm_initvtop() 158 nl[1].n_name = NULL; in _kvm_initvtop() 159 if (kvm_nlist(kd, nl) != 0) in _kvm_initvtop() 162 kernbase = nl[0].n_value; in _kvm_initvtop() 164 nl[0].n_name = "physaddr"; in _kvm_initvtop() 165 if (kvm_nlist(kd, nl) != 0) { in _kvm_initvtop() 169 physaddr = nl[0].n_value; in _kvm_initvtop() 170 nl[0].n_name = "kernel_l1pa"; in _kvm_initvtop() 171 if (kvm_nlist(kd, nl) != 0) { in _kvm_initvtop() [all …]
|
| D | kvm_vnet.c | 65 struct nlist nl[] = { in _kvm_vnet_selectpid() local 98 if (_kvm_nlist(kd, nl, 0) != 0) { in _kvm_vnet_selectpid() 115 if (nl[NLIST_DUMPTID].n_value) { in _kvm_vnet_selectpid() 116 if (kvm_read(kd, nl[NLIST_DUMPTID].n_value, &dumptid, in _kvm_vnet_selectpid() 130 procp = nl[NLIST_ALLPROC].n_value; in _kvm_vnet_selectpid() 133 procp = nl[NLIST_PROC0].n_value; in _kvm_vnet_selectpid() 198 kd->vnet_start = nl[NLIST_START_VNET].n_value; in _kvm_vnet_selectpid() 199 kd->vnet_stop = nl[NLIST_STOP_VNET].n_value; in _kvm_vnet_selectpid()
|
| D | kvm_i386.c | 156 struct nlist nl[2]; in _kvm_initvtop() local 186 nl[0].n_name = "kernbase"; in _kvm_initvtop() 187 nl[1].n_name = 0; in _kvm_initvtop() 189 if (kvm_nlist(kd, nl) != 0) in _kvm_initvtop() 192 kernbase = nl[0].n_value; in _kvm_initvtop() 194 nl[0].n_name = "IdlePDPT"; in _kvm_initvtop() 195 nl[1].n_name = 0; in _kvm_initvtop() 197 if (kvm_nlist(kd, nl) == 0) { in _kvm_initvtop() 200 if (kvm_read(kd, (nl[0].n_value - kernbase), &pa, in _kvm_initvtop() 223 nl[0].n_name = "IdlePTD"; in _kvm_initvtop() [all …]
|
| /freebsd-9-stable/contrib/cvs/contrib/ |
| D | rcs2log.sh | 91 nl=' 126 *"$tab"* | *"$nl"*) 136 *"$nl"*) 165 ?*) logins=$logins$nl$login;; 169 ?*) loginFullnameMailaddrs=$loginFullnameMailaddrs$nl$lfm;; 174 ?*) rlog_options=$rlog_options$nl${2?};; 183 echo >&2 "rcs2log (GNU Emacs) $rcs2logVersion$nl$Copyright" 185 -*) echo >&2 "Usage: $0 [OPTION]... [FILE ...]$nl$Help" 309 ?*) rlog_options=-zLT$nl$rlog_options;; 319 IFS=$nl [all …]
|
| /freebsd-9-stable/contrib/openbsm/libbsm/ |
| D | bsm_event.c | 155 char *nl; in getauevent_r_locked() local 165 if ((nl = strrchr(linestr, '\n')) != NULL) in getauevent_r_locked() 166 *nl = '\0'; in getauevent_r_locked() 219 char *nl; in getauevnam_r_locked() local 232 if ((nl = strrchr(linestr, '\n')) != NULL) in getauevnam_r_locked() 233 *nl = '\0'; in getauevnam_r_locked() 280 char *nl; in getauevnum_r_locked() local 290 if ((nl = strrchr(linestr, '\n')) != NULL) in getauevnum_r_locked() 291 *nl = '\0'; in getauevnum_r_locked()
|