| /src/lib/libc/locale/ |
| setlocale.c | 69 _NumericLocale *numeric = loc->part_impl[LC_NUMERIC]; local 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 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.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
|
| /src/usr.sbin/lastlogin/ |
| lastlogin.c | 109 static int numeric = 0; variable 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
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 100 * The standard category values are none, ctype, numeric, collate, time, 108 static const category numeric = 1L << 1; member in class:locale 113 static const category all = (ctype | numeric | collate | 349 // collate, ctype, monetary, numeric, time, and messages. These
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 92 * The standard category values are none, ctype, numeric, collate, time, 100 static const category numeric = 1L << 1; member in class:locale 105 static const category all = (ctype | numeric | collate | 326 // collate, ctype, monetary, numeric, time, and messages. These
|
| /src/usr.bin/last/ |
| last.c | 153 int numeric = 0; local 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/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| locale.cc | 63 const locale::category locale::numeric; member in class:locale 176 __ret = numeric;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| locale.cc | 63 const locale::category locale::numeric; member in class:locale 176 __ret = numeric;
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| constraint.c | 159 int quotes = 0, numeric = 0; local 176 numeric = 1; 181 numeric = 1; 210 if (numeric) { 229 if (numeric) {
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| gen-lbrkprop.c | 44 const char *numeric; /* Numeric value */ member in struct:unicode_attribute 87 uni->numeric = (field8[0] == '\0' ? "" : strdup (field8)); 429 LBP_NU = 14, /* numeric */ 430 LBP_IS = 15, /* infix separator (numeric) */ 433 LBP_PR = 18, /* prefix (numeric) */ 434 LBP_PO = 19, /* postfix (numeric) */ 607 /* numeric */ 613 /* infix separator (numeric) */ 625 /* postfix (numeric) */ [all...] |
| /src/usr.bin/kdump/ |
| kdump.c | 88 static int timestamp, decimal, plain, tail, maxdata = -1, numeric; variable 237 numeric++; 846 if (numeric || 1059 if (numeric || ((code >= emul->nsysnames || code < 0 || plain > 1)))
|
| /src/external/bsd/mdocml/dist/ |
| mdoc_man.c | 547 int numeric, remain, sz, chsz; local 549 numeric = 1; 563 numeric = 0; 591 if (numeric) {
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| tls2.c | 395 * and not a numeric address 398 int numeric = 1; local 406 numeric = 0; 410 if ( numeric ) 1498 * constructed DN will use numeric OIDs to identify attributeTypes,
|
| /src/external/gpl2/texinfo/dist/util/ |
| texindex.c | 55 long number; /* The numeric value (for numeric comparison). */ 71 char numeric; /* Non-zeros means field is ASCII numeric. */ member in struct:keyfield 156 keyfields[1].numeric = 1; 402 else if (keyfields->numeric) 671 if (keyfield->numeric) 820 if (keyfields->numeric)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| riscv-dis.c | 98 else if (strcmp (option, "numeric") == 0) 229 bool numeric = pd->riscv_gpr_names == riscv_gpr_names_numeric; local 231 unsigned r_start = numeric ? X_S2 : X_S0; 241 else if (reg_list == 6 || (numeric && reg_list > 6)) 260 else if (reg_list == 7 && numeric) 1626 { "numeric", 1627 N_("Print numeric register names, rather than ABI names."),
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| riscv-dis.c | 98 else if (strcmp (option, "numeric") == 0) 229 bool numeric = pd->riscv_gpr_names == riscv_gpr_names_numeric; local 231 unsigned r_start = numeric ? X_S2 : X_S0; 241 else if (reg_list == 6 || (numeric && reg_list > 6)) 260 else if (reg_list == 7 && numeric) 1626 { "numeric", 1627 N_("Print numeric register names, rather than ABI names."),
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| riscv-dis.c | 104 else if (strcmp (option, "numeric") == 0) 233 bool numeric = riscv_gpr_names == riscv_gpr_names_numeric; local 235 unsigned r_start = numeric ? X_S2 : X_S0; 245 else if (reg_list == 6 || (numeric && reg_list > 6)) 264 else if (reg_list == 7 && numeric) 1491 { "numeric", 1492 N_("Print numeric register names, rather than ABI names."),
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| riscv-dis.c | 98 else if (strcmp (option, "numeric") == 0) 229 bool numeric = pd->riscv_gpr_names == riscv_gpr_names_numeric; local 231 unsigned r_start = numeric ? X_S2 : X_S0; 241 else if (reg_list == 6 || (numeric && reg_list > 6)) 260 else if (reg_list == 7 && numeric) 1626 { "numeric", 1627 N_("Print numeric register names, rather than ABI names."),
|
| /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 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) { 1286 * numeric hostnam [all...] |
| /src/usr.sbin/mtrace/ |
| mtrace.c | 108 int numeric = FALSE; variable 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/external/apache2/llvm/dist/libcxx/src/ |
| locale.cpp | 153 const locale::category locale::numeric; member in class:locale 346 if (c & locale::numeric) 427 if (c & locale::numeric)
|
| /src/libexec/httpd/ |
| bozohttpd.h | 102 int numeric; /* avoid gethostby*() */ member in struct:bozohttpd_t
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| s_client.c | 2354 int numeric; local 2367 numeric = 0; 2392 if (mbuf_len < 1 || sscanf(mbuf, "%*s %d", &numeric) != 1) 2396 if ((numeric == 451 || numeric == 421) 2401 if (numeric == 691) { 2406 } while (numeric != 670); 2411 if (numeric != 670) { 3534 /* dNS name must not be all numeric and labels must be shorter than 64 characters. */
|