| /src/usr.sbin/altq/altqstat/ |
| qdisc_wfq.c | 58 #define NTOP 10 59 static int ntop = NTOP; variable 88 if ((top = malloc(ntop * sizeof(struct wfqinfo *))) == NULL) 101 for (j = 0; j < ntop; j++) 124 for (j = 0; j < ntop; j++) { 133 for (k = ntop-1; k > j; k--) 146 for (j = 0; j < ntop; j++) { 162 mvcur(ntop+1, 0, 0, 0);
|
| /src/external/bsd/ipf/dist/tools/ |
| ippool_y.y | 772 ip_pool_node_t *ntop, *ipn, node, *last; 781 ntop = NULL; 793 ntop = ipn; 799 return ntop;
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/nano/ |
| dive_1.asm | 109 L(ntop):mul %r11 C carry limb in rdx 0 10 118 jnz L(ntop)
|
| /src/bin/sh/ |
| parser.c | 186 union node *ntop, *n1, *n2, *n3; local 194 ntop = n1 = NULL; 212 if (ntop == NULL) 213 ntop = n2; 217 n1->nbinary.ch1 = ntop; 219 ntop = n1; 238 return ntop; 240 return ntop; 246 return ntop; 250 return ntop; [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/ |
| dns-push.c | 171 char ntop[INET6_ADDRSTRLEN]; local 179 inet_ntop(AF_INET, &rr->data.a, ntop, sizeof(ntop)); 186 inet_ntop(AF_INET6, &rr->data.aaaa, ntop, sizeof(ntop)); 188 INFO("%s: %s %s record #%d: %s", name, rr->ttl == 0xffffffff ? "removed" : "added", record_name, num, ntop);
|
| /src/external/lgpl3/gmp/dist/mpn/arm/v6t2/ |
| divrem_1.asm | 188 L(ntop):ldr r1, [up, #-4]! 200 bne L(ntop)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| bdiv_q_1.asm | 138 L(ntop):mul %r11 C carry limb in rdx 0 10 147 jnz L(ntop)
|
| divrem_1.asm | 157 L(ntop):mov (up,un,8), %r10 C K8-K10 P6-CNR P6-NHM P4 176 jns L(ntop) C
|
| /src/external/bsd/libevent/dist/ |
| http.c | 4363 char ntop[NI_MAXHOST]; local 4369 ntop, sizeof(ntop), strport, sizeof(strport), 4384 ntop, sizeof(ntop), strport, sizeof(strport), 4390 *phost = mm_strdup(ntop);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| http.c | 4361 char ntop[NI_MAXHOST]; local 4367 ntop, sizeof(ntop), strport, sizeof(strport), 4382 ntop, sizeof(ntop), strport, sizeof(strport), 4388 *phost = mm_strdup(ntop);
|