/src/lib/libc/locale/ |
setlocale.c | 69 _NumericLocale *numeric = loc->part_impl[LC_NUMERIC]; local in function:_setlocale_cache 104 ldata->decimal_point = __UNCONST(numeric->decimal_point); 105 ldata->thousands_sep = __UNCONST(numeric->thousands_sep); 106 ldata->grouping = __UNCONST(numeric->grouping);
|
/src/usr.bin/netstat/ |
atalk.c | 76 at_pr_net(const struct sockaddr_at *sat, int numeric) 80 if (!numeric) { 94 at_pr_host(const struct sockaddr_at *sat, int numeric) 98 if (!numeric) { 150 * 8 for numeric only 157 int numeric = (what & 0x08); local in function:atalk_print 166 at_pr_net(sat, numeric)); 170 at_pr_host(sat, numeric)); 174 at_pr_net(sat, numeric), 175 at_pr_host(sat, numeric)); [all...] |
/src/usr.sbin/lastlogin/ |
lastlogin.c | 109 static int numeric = 0; variable in typeref:typename:int 160 numeric++; 277 if (numeric > 1) 402 if (numeric > 1) 407 if (numeric)
|
/src/usr.sbin/trpt/ |
trpt.c | 146 static int numeric(const void *, const void *); 260 qsort(tcp_pcbs, npcbs, sizeof(caddr_t), numeric); 552 numeric(const void *v1, const void *v2) function in typeref:typename:int
|
/src/usr.bin/seq/ |
seq.c | 67 int numeric(const char *); 94 * The seq command will print out a numeric sequence from 1, the default, 127 while ((optind < argc) && !numeric(argv[optind]) && 243 * numeric - verify that string is numeric 246 numeric(const char *s) function in typeref:typename:int
|
/src/usr.bin/last/ |
last.c | 153 int numeric = 0; local in function:main 202 numeric = 1; 253 wtmpx(file, namesize, linesize, hostsize, numeric); 255 wtmp(file, namesize, linesize, hostsize, numeric); 257 wtmpx(file, namesize, linesize, hostsize, numeric); 259 wtmp(file, namesize, linesize, hostsize, numeric);
|
/src/usr.bin/kdump/ |
kdump.c | 87 static int timestamp, decimal, plain, tail, maxdata = -1, numeric; variable in typeref:typename:int 235 numeric++; 838 if (numeric || 1051 if (numeric || ((code >= emul->nsysnames || code < 0 || plain > 1)))
|
/src/libexec/httpd/ |
bozohttpd.h | 102 int numeric; /* avoid gethostby*() */ member in struct:bozohttpd_t
|
/src/usr.sbin/mtrace/ |
mtrace.c | 108 int numeric = FALSE; variable in typeref:typename:int 195 * if the name is all numeric. 200 else if (!isdigit((unsigned char)*ip)) dots = 0; /* Not numeric, don't add zeroes */ 748 if (numeric) { 1196 numeric = TRUE;
|
/src/lib/libc/net/ |
getaddrinfo.c | 39 * says to use inet_aton() to convert IPv4 numeric to binary (allows 51 * (1) what should we do against numeric hostname (2) what should we do 466 int numeric = 0; local in function:getaddrinfo 532 * check for special cases. (1) numeric servname is disallowed if 559 /* NULL hostname, or numeric hostname */ 600 * If numeric representation of AF1 can be interpreted as FQDN 604 numeric = 1; 664 * and the given name is not numeric, reorder the 674 if (!numeric) { 1283 * numeric hostnam [all...] |