| /freebsd-12.1/usr.bin/localedef/ |
| H A D | numeric.c | 47 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 D | Makefile | 10 numeric.c \
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | numeric | 2 //===--------------------------- 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 D | realhostname.c | 145 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 D | invoke-ntptrace.texi | 43 * 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 D | ntptrace-opts | 32 'numeric' => '', 39 'numeric|n', 'max-hosts|m=i', 'host|r=s', 46 -n, --numeric Print IP addresses instead of hostnames
|
| H A D | ntptrace-opts.def | 17 name = numeric; 21 Output hosts as dotted-quad numeric format rather than converting to
|
| /freebsd-12.1/usr.sbin/bluetooth/l2ping/ |
| H A D | l2ping.c | 70 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 D | std-pj4b.mv | 10 # 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 D | testlang_conf.l | 139 numeric [-0-9]+ 309 return numeric; 313 {numeric} { 316 return numeric;
|
| /freebsd-12.1/lib/libc/posix1e/ |
| H A D | acl_to_text_nfs4.c | 49 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 D | invoke-ntpdc.texi | 52 * 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 D | b_addr.c | 189 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 D | seq.c | 74 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 D | Problems | 17 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 D | iso3166 | 278 # 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 D | socks.c | 63 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 D | BIO_ADDR.pod | 25 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 D | SSL_get_version.pod | 22 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 D | trpt.c | 98 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 D | messages.subr | 28 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 D | portsnap.sh | 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.1/bin/sh/tests/parameters/ |
| H A D | positional9.0 | 3 # make sure it is at least numeric.
|
| /freebsd-12.1/usr.bin/top/ |
| H A D | display.h | 29 int readline(char *buffer, int size, int numeric);
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | locale_classes.h | 106 static const category numeric = 1L << 1; in _GLIBCXX_BEGIN_NAMESPACE() local 111 static const category all = (ctype | numeric | collate | in _GLIBCXX_BEGIN_NAMESPACE()
|