Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 25 of 249) sorted by relevance

12345678910

/freebsd-12.1/usr.bin/localedef/
H A Dnumeric.c47 static struct lc_numeric_T numeric; variable
52 (void) memset(&numeric, 0, sizeof (numeric)); in init_numeric()
68 numeric.decimal_point = str; in add_numeric_str()
71 numeric.thousands_sep = str; in add_numeric_str()
83 free((char *)numeric.grouping); in reset_numeric_group()
84 numeric.grouping = NULL; in reset_numeric_group()
92 if (numeric.grouping == NULL) { in add_numeric_group()
95 (void) asprintf(&s, "%s;%d", numeric.grouping, n); in add_numeric_group()
100 free((char *)numeric.grouping); in add_numeric_group()
101 numeric.grouping = s; in add_numeric_group()
[all …]
H A DMakefile10 numeric.c \
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dnumeric2 //===--------------------------- numeric ----------------------------------===//
16 _LIBCPP_WARNING("<experimental/numeric> has been removed. Use <numeric> instead.")
18 # warning "<experimental/numeric> has been removed. Use <numeric> instead."
/freebsd-12.1/lib/libutil/
H A Drealhostname.c145 goto numeric; in realhostname_sa()
151 goto numeric; in realhostname_sa()
157 goto numeric; in realhostname_sa()
176 goto numeric; in realhostname_sa()
184 goto numeric; in realhostname_sa()
193 numeric: in realhostname_sa()
/freebsd-12.1/contrib/ntp/scripts/ntptrace/
H A Dinvoke-ntptrace.texi43 * ntptrace numeric:: numeric option (-n)
68 -n, --numeric Print IP addresses instead of hostnames
79 @node ntptrace numeric
80 @subsection numeric option (-n)
81 @cindex ntptrace-numeric
84 Output hosts as dotted-quad numeric format rather than converting to
H A Dntptrace-opts32 'numeric' => '',
39 'numeric|n', 'max-hosts|m=i', 'host|r=s',
46 -n, --numeric Print IP addresses instead of hostnames
H A Dntptrace-opts.def17 name = numeric;
21 Output hosts as dotted-quad numeric format rather than converting to
/freebsd-12.1/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c70 int32_t n, s, count, wait, flood, echo_size, numeric; in main() local
92 numeric = 0; in main()
123 numeric = 1; in main()
154 if (he == NULL || he->h_name == NULL || he->h_name[0] == '\0' || numeric) in main()
/freebsd-12.1/sys/arm/mv/
H A Dstd-pj4b.mv10 # reduces the original macro text to its numeric value. The only way
11 # to avoid that is to define it here as the numeric value genassym emits.
/freebsd-12.1/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l139 numeric [-0-9]+
309 return numeric;
313 {numeric} {
316 return numeric;
/freebsd-12.1/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c49 format_who(char *str, size_t size, const acl_entry_t entry, int numeric) in format_who() argument
71 if (!numeric) in format_who()
90 if (!numeric) in format_who()
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.texi52 * ntpdc numeric:: numeric option (-n)
100 -n no numeric numeric host addresses
207 @node ntpdc numeric
208 @subsection numeric option (-n)
209 @cindex ntpdc-numeric
211 This is the ``numeric host addresses'' option.
212 Output all host addresses in dotted-quad numeric format rather than
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Db_addr.c189 static int addr_strings(const BIO_ADDR *ap, int numeric, in addr_strings() argument
201 if (numeric) in addr_strings()
264 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_hostname_string() argument
268 if (addr_strings(ap, numeric, &hostname, NULL)) in BIO_ADDR_hostname_string()
274 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_service_string() argument
278 if (addr_strings(ap, numeric, NULL, &service)) in BIO_ADDR_service_string()
/freebsd-12.1/usr.bin/seq/
H A Dseq.c74 static int numeric(const char *);
112 while ((optind < argc) && !numeric(argv[optind]) && in main()
221 numeric(const char *s) in numeric() function
/freebsd-12.1/libexec/bootpd/
H A DProblems17 the IP address for the client using numeric form.
25 those clients using numeric form.
30 the entry a "dummy" or specify its IP numeric address.
/freebsd-12.1/share/misc/
H A Diso3166278 # Burma deleted, Myanmar added (same numeric value, change of country name)
296 # Unification of Yemen, under new numeric code
305 # Kampuchea deleted, Cambodia added (same numeric value, change of name)
314 # Germany unified (DDR deleted, new name and numeric code for unified Germany)
408 # PANAMA, changed numeric code from 590 to 591
411 # YUGOSLAVIA changed numeric code from 890 to 891
417 # NETHERLANDS ANTILLES changed numeric code from 532 to 530
444 # Ethiopia, numeric code change to 231
478 # change of name, alpha-2 and alpha-3, numeric remains 180
/freebsd-12.1/contrib/netcat/
H A Dsocks.c63 socklen_t addrlen, int v4only, int numeric) in decode_addrport() argument
70 hints.ai_flags = numeric ? AI_NUMERICHOST : 0; in decode_addrport()
75 if (!numeric) { in decode_addrport()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DBIO_ADDR.pod25 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
26 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric);
76 hostname of the given B<BIO_ADDR>. If B<numeric> is 1, the string
83 service name of the port of the given B<BIO_ADDR>. If B<numeric>
H A DSSL_get_version.pod22 SSL_client_version() returns the numeric protocol version advertised by the
27 the numeric protocol version used for the connection. They should only be called
/freebsd-12.1/usr.sbin/trpt/
H A Dtrpt.c98 static int numeric(const void *, const void *);
195 qsort(tcp_pcbs, npcbs, sizeof(caddr_t), numeric); in main()
432 numeric(const void *v1, const void *v2) in numeric() function
/freebsd-12.1/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr28 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
29 hline_alnum_space_tab_enter="Use alpha-numeric, SPACE, TAB or ENTER"
30 hline_alnum_tab_enter="Use alpha-numeric, TAB or ENTER"
/freebsd-12.1/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh684 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.1/bin/sh/tests/parameters/
H A Dpositional9.03 # make sure it is at least numeric.
/freebsd-12.1/usr.bin/top/
H A Ddisplay.h29 int readline(char *buffer, int size, int numeric);
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlocale_classes.h106 static const category numeric = 1L << 1; in _GLIBCXX_BEGIN_NAMESPACE() local
111 static const category all = (ctype | numeric | collate | in _GLIBCXX_BEGIN_NAMESPACE()

12345678910