Searched refs:numeric (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11.0-release/usr.bin/localedef/
H A Dnumeric.c35 __FBSDID("$FreeBSD: releng/11.0/usr.bin/localedef/numeric.c 290562 2015-11-08 22:23:21Z bapt $");
47 static struct lc_numeric_T numeric; variable in typeref:struct:lc_numeric_T
52 (void) memset(&numeric, 0, sizeof (numeric));
68 numeric.decimal_point = str;
71 numeric.thousands_sep = str;
83 free((char *)numeric.grouping);
84 numeric.grouping = NULL;
92 if (numeric.grouping == NULL) {
95 (void) asprintf(&s, "%s;%d", numeric
[all...]
H A DMakefile10 numeric.c \
/freebsd-11.0-release/lib/libutil/
H A Drealhostname.c143 goto numeric;
149 goto numeric;
155 goto numeric;
174 goto numeric;
182 goto numeric;
191 numeric:
/freebsd-11.0-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h74 #include <numeric>
H A Dextc++.h49 #include <ext/numeric>
/freebsd-11.0-release/contrib/top/
H A Ddisplay.h29 int readline(char *buffer, int size, int numeric);
H A Ddisplay.c1064 readline(buffer, size, numeric)
1068 int numeric;
1118 else if (cnt == size || (numeric && !isdigit(ch)) ||
1146 return(cnt == 0 ? -1 : numeric ? atoi(buffer) : cnt);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h21 #include <numeric>
/freebsd-11.0-release/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c68 int32_t n, s, count, wait, flood, echo_size, numeric; local
90 numeric = 0;
121 numeric = 1;
152 if (he == NULL || he->h_name == NULL || he->h_name[0] == '\0' || numeric)
/freebsd-11.0-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l139 numeric [-0-9]+
302 /* Hex value, convert to decimal and return numeric */
309 return numeric;
313 {numeric} {
315 err(1, "Cannot allocate numeric string");
316 return numeric;
H A Dtestlang_parse.y85 "unused", "numeric", "string", "byte", "ERR", "OK", "NULL", "not NULL",
179 %token <string> numeric
207 assign : ASSIGN VARNAME numeric {set_var(ret_number, $2, $3);} eol
308 delay : DELAY numeric eol {
312 "numeric at line %zu of file %s", $2, line, cur_file);
382 returns : numeric { assign_rets(ret_number, $1); }
412 expr : numeric
421 | numeric { assign_arg(arg_static, $1); } args
456 * is not a numeric type.
467 err(1, "Variable %s is not a numeric typ
[all...]
/freebsd-11.0-release/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in18 my $dodns = $opts->{numeric} ? 0 : 1;
/freebsd-11.0-release/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c47 format_who(char *str, size_t size, const acl_entry_t entry, int numeric) argument
69 if (!numeric)
88 if (!numeric)
/freebsd-11.0-release/usr.bin/seq/
H A Dseq.c62 static int numeric(const char *);
69 * The seq command will print out a numeric sequence from 1, the default,
97 while ((optind < argc) && !numeric(argv[optind]) &&
188 * numeric - verify that string is numeric
191 numeric(const char *s) function
/freebsd-11.0-release/contrib/netcat/
H A Dsocks.c63 socklen_t addrlen, int v4only, int numeric)
70 hints.ai_flags = numeric ? AI_NUMERICHOST : 0;
73 /* Don't fatal when attempting to convert a numeric address */
75 if (!numeric) {
273 /* Try to be sane about numeric IPv6 addresses */
62 decode_addrport(const char *h, const char *p, struct sockaddr *addr, socklen_t addrlen, int v4only, int numeric) argument
/freebsd-11.0-release/contrib/libstdc++/include/backward/
H A Dalgo.h66 #include <ext/numeric>
141 // Names from ext/numeric
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h96 * The standard category values are none, ctype, numeric, collate, time,
106 static const category numeric = 1L << 1; member in class:locale
111 static const category all = (ctype | numeric | collate |
300 // collate, ctype, monetary, numeric, time, and messages. These
/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A DMakefile.am57 nested.c numeric.c option-value-type.c \
/freebsd-11.0-release/usr.sbin/trpt/
H A Dtrpt.c94 int numeric(const void *, const void *);
195 qsort(tcp_pcbs, npcbs, sizeof(caddr_t), numeric);
452 numeric(v1, v2) function
/freebsd-11.0-release/contrib/mdocml/
H A Dmdoc_man.c475 int numeric, remain, sz, chsz; local
477 numeric = 1;
488 numeric = 0;
517 if (numeric) {
/freebsd-11.0-release/contrib/libstdc++/src/
H A Dlocale.cc62 const locale::category locale::numeric; member in class:locale
166 __ret = numeric;
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Ddotwait.mk24 # then the target names will differ in numeric components, such that
/freebsd-11.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh408 # Find the highest priority level (lowest numeric value).
680 tar -xz --numeric-owner -f ${SNAPSHOTHASH}.tgz snap/ || return 1
970 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
975 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1013 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1017 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
/freebsd-11.0-release/sbin/atm/atmconfig/
H A Dnatm.c620 static int numeric, abr; local
624 { "numeric", OPT_SIMPLE, &numeric },
645 if (numeric)
/freebsd-11.0-release/usr.bin/netstat/
H A Dinet6.c1268 const char *proto, int numeric)
1277 sprintf(line, "%.*s.", Wflag ? 39 : (Aflag && !numeric) ? 12 : 16,
1280 if (!numeric && port)
1301 * numeric value, otherwise try for symbolic name.
1267 inet6print(const char *container, struct in6_addr *in6, int port, const char *proto, int numeric) argument

Completed in 282 milliseconds

123