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

1234

/freebsd-11-stable/usr.bin/localedef/
H A Dnumeric.c47 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.grouping, n);
100 free((char *)numeric
[all...]
H A DMakefile10 numeric.c \
/freebsd-11-stable/lib/libutil/
H A Drealhostname.c143 goto numeric;
149 goto numeric;
155 goto numeric;
174 goto numeric;
182 goto numeric;
191 numeric:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h20 #include <numeric>
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h74 #include <numeric>
H A Dextc++.h49 #include <ext/numeric>
/freebsd-11-stable/contrib/top/
H A Ddisplay.h30 int readline(char *buffer, int size, int numeric);
H A Ddisplay.c1111 readline(buffer, size, numeric)
1115 int numeric;
1165 else if (cnt == size || (numeric && !isdigit(ch)) ||
1193 return(cnt == 0 ? -1 : numeric ? atoi(buffer) : cnt);
/freebsd-11-stable/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c70 int32_t n, s, count, wait, flood, echo_size, numeric; local
92 numeric = 0;
123 numeric = 1;
154 if (he == NULL || he->h_name == NULL || he->h_name[0] == '\0' || numeric)
/freebsd-11-stable/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;
/freebsd-11-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in18 my $dodns = $opts->{numeric} ? 0 : 1;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h18 #include <numeric>
/freebsd-11-stable/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-stable/usr.bin/seq/
H A Dseq.c74 static int numeric(const char *);
81 * The seq command will print out a numeric sequence from 1, the default,
112 while ((optind < argc) && !numeric(argv[optind]) &&
218 * numeric - verify that string is numeric
221 numeric(const char *s) function
/freebsd-11-stable/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-stable/contrib/libstdc++/include/backward/
H A Dalgo.h66 #include <ext/numeric>
141 // Names from ext/numeric
/freebsd-11-stable/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-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am57 nested.c numeric.c option-value-type.c \
/freebsd-11-stable/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-stable/contrib/mdocml/
H A Dmdoc_man.c534 int numeric, remain, sz, chsz; local
536 numeric = 1;
550 numeric = 0;
578 if (numeric) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp33 #include <numeric>
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale.cc62 const locale::category locale::numeric; member in class:locale
166 __ret = numeric;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk24 # then the target names will differ in numeric components, such that
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh410 # Find the highest priority level (lowest numeric value).
684 tar -xz --numeric-owner -f ${SNAPSHOTHASH}.tgz snap/ || return 1
975 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
980 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1018 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1022 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dnatm.c620 static int numeric, abr; local
624 { "numeric", OPT_SIMPLE, &numeric },
645 if (numeric)

Completed in 164 milliseconds

1234