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

1234

/freebsd-12-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-12-stable/lib/libutil/
H A Drealhostname.c145 goto numeric;
151 goto numeric;
157 goto numeric;
176 goto numeric;
184 goto numeric;
193 numeric:
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h20 #include <numeric>
/freebsd-12-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h74 #include <numeric>
H A Dextc++.h49 #include <ext/numeric>
/freebsd-12-stable/usr.bin/top/
H A Ddisplay.h29 int readline(char *buffer, int size, int numeric);
/freebsd-12-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-12-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-12-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in18 my $dodns = $opts->{numeric} ? 0 : 1;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h18 #include <numeric>
/freebsd-12-stable/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c49 format_who(char *str, size_t size, const acl_entry_t entry, int numeric) argument
71 if (!numeric)
90 if (!numeric)
/freebsd-12-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-12-stable/crypto/openssl/crypto/bio/
H A Db_addr.c183 * @numeric: 0 if actual names should be returned, 1 if the numeric
186 * host name or numeric representation. Unused if NULL.
188 * service name or numeric representation. Unused if NULL.
193 static int addr_strings(const BIO_ADDR *ap, int numeric, argument
205 if (numeric)
268 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) argument
272 if (addr_strings(ap, numeric, &hostname, NULL))
278 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric) argument
282 if (addr_strings(ap, numeric, NUL
[all...]
/freebsd-12-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-12-stable/contrib/libstdc++/include/backward/
H A Dalgo.h66 #include <ext/numeric>
141 // Names from ext/numeric
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am57 nested.c numeric.c option-value-type.c \
/freebsd-12-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-12-stable/usr.sbin/trpt/
H A Dtrpt.c98 static int numeric(const void *, const void *);
195 qsort(tcp_pcbs, npcbs, sizeof(caddr_t), numeric);
432 numeric(const void *v1, const void *v2) function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp33 #include <numeric>
/freebsd-12-stable/contrib/mandoc/
H A Dmdoc_man.c546 int numeric, remain, sz, chsz; local
548 numeric = 1;
562 numeric = 0;
590 if (numeric) {
/freebsd-12-stable/contrib/libstdc++/src/
H A Dlocale.cc62 const locale::category locale::numeric; member in class:locale
166 __ret = numeric;
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk24 # then the target names will differ in numeric components, such that
/freebsd-12-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-12-stable/usr.bin/netstat/
H A Dinet6.c1270 const char *proto, int numeric)
1281 Wflag ? 39 : (Aflag && !numeric) ? 12 : 16,
1285 if (!numeric && port)
1309 * numeric value, otherwise try for symbolic name.
1269 inet6print(const char *container, struct in6_addr *in6, int port, const char *proto, int numeric) argument

Completed in 388 milliseconds

1234