Searched refs:numeric (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-11.0-release/usr.bin/localedef/
H A Dparser.y232 | numeric
619 numeric : T_NUMERIC T_NL numeric_list T_END T_NUMERIC T_NL label
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DBranchProbability.h21 #include <numeric>
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp27 #include <numeric>
/freebsd-11.0-release/lib/libc++/
H A DMakefile150 numeric\
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_parser.c314 print_port(u_int8_t op, u_int16_t p1, u_int16_t p2, const char *proto, int numeric) argument
319 if (!numeric)
360 sa_family_t af, u_int8_t proto, int verbose, int numeric)
382 numeric);
395 numeric);
676 print_rule(struct pf_rule *r, const char *anchor_call, int verbose, int numeric) argument
803 verbose, numeric);
359 print_fromto(struct pf_rule_addr *src, pf_osfp_t osfp, struct pf_rule_addr *dst, sa_family_t af, u_int8_t proto, int verbose, int numeric) argument
H A Dpfctl.c409 /* prefix only with numeric addresses */
825 int numeric = opts & PF_OPT_NUMERIC; local
877 print_rule(&pr.rule, pr.anchor_call, rule_numbers, numeric);
939 print_rule(&pr.rule, p, rule_numbers, numeric);
/freebsd-11.0-release/usr.bin/printf/
H A Dprintf.c607 warnx("%s: expected numeric value", *gargv);
643 warnx("%s: expected numeric value", *gargv);
/freebsd-11.0-release/sbin/atm/atmconfig/
H A Ddiag.c681 static int numeric; local
684 { "numeric", OPT_SIMPLE, &numeric },
711 if (numeric) {
/freebsd-11.0-release/crypto/openssh/regress/
H A Dnetcat.c1418 socklen_t addrlen, int v4only, int numeric)
1425 hints.ai_flags = numeric ? AI_NUMERICHOST : 0;
1428 /* Don't fatal when attempting to convert a numeric address */
1430 if (!numeric) {
1628 /* Try to be sane about numeric IPv6 addresses */
1417 decode_addrport(const char *h, const char *p, struct sockaddr *addr, socklen_t addrlen, int v4only, int numeric) argument
/freebsd-11.0-release/share/mk/
H A Dbsd.compiler.mk10 # COMPILER_VERSION is a numeric constant equal to:
/freebsd-11.0-release/crypto/openssl/util/
H A Dmkerr.pl78 -reindex Discard the numeric values previously assigned to the error
/freebsd-11.0-release/lib/libc/net/
H A Dgetaddrinfo.c46 * (1) what should we do against numeric hostname (2) what should we do
403 int numeric = 0; local
491 * check for special cases. (1) numeric servname is disallowed if
519 * NULL hostname, or numeric hostname.
520 * If numeric representation of AF1 can be interpreted as FQDN
558 numeric = 1;
630 * and the given name is not numeric, reorder the
640 if (!numeric) {
1222 * numeric hostname
1288 * Set the numeric addres
[all...]
/freebsd-11.0-release/usr.sbin/syslogd/
H A Dsyslogd.c243 } numeric; member in union:allowedpeer::__anon14124
246 #define a_addr u.numeric.addr
247 #define a_mask u.numeric.mask
313 /* 0=no, 1=numeric, 2=names */
2125 * Decode a symbolic name to a numeric value
2320 return (-1); /* port not numeric */
2427 printf("numeric, ");
/freebsd-11.0-release/contrib/tzdata/
H A DMakefile385 GNUTARFLAGS= --numeric-owner --owner=0 --group=0 --mode=go+u,go-w --sort=name
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp17 #include <numeric>
/freebsd-11.0-release/contrib/libstdc++/include/
H A DMakefile.am79 numeric \
537 ${ext_srcdir}/numeric \
H A DMakefile.in305 numeric \
759 ${ext_srcdir}/numeric \
/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_valarray.h46 #include <numeric>
98 * @brief Smart array designed to support numeric processing.
101 * effective optimization of numeric array processing by reducing the
/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A DMakefile.in474 m4/libopts.m4 makeshell.c nested.c numeric.c \
/freebsd-11.0-release/gnu/lib/libstdc++/
H A DMakefile146 numeric numeric_traits.h pod_char_traits.h pool_allocator.h \
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dropeimpl.h55 #include <ext/numeric> // For power
/freebsd-11.0-release/contrib/libc++/src/
H A Dlocale.cpp121 const locale::category locale::numeric; member in class:locale
305 if (c & locale::numeric)
380 if (c & locale::numeric)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DCxaDemangle.cpp40 #include <numeric>
/freebsd-11.0-release/contrib/binutils/gas/
H A Dread.c2086 as_bad (_("expected numeric constant"));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp19 #include <numeric>

Completed in 482 milliseconds

123