/freebsd/usr.bin/localedef/ |
H A D | numeric.c | 45 static struct lc_numeric_T numeric; variable 50 (void) memset(&numeric, 0, sizeof (numeric)); in init_numeric() 66 numeric.decimal_point = str; in add_numeric_str() 69 numeric.thousands_sep = str; in add_numeric_str() 81 free((char *)numeric.grouping); in reset_numeric_group() 82 numeric.grouping = NULL; in reset_numeric_group() 90 if (numeric.grouping == NULL) { in add_numeric_group() 93 (void) asprintf(&s, "%s;%d", numeric.grouping, n); in add_numeric_group() 98 free((char *)numeric.grouping); in add_numeric_group() 99 numeric.grouping = s; in add_numeric_group() [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | numeric.cppm |
|
H A D | locale.inc | 41 // [category.numeric], numeric
|
H A D | locale.cppm |
|
/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | README | 21 a new numeric value was assigned, even if OFMT differed from CONVFMT, 25 Instead, it should convert the value to numeric and give that value. 42 12. numeric-subsep, numeric-fs, numeric-output-seps, numerics-rs: If SUBSEP, 43 FS, RS, OFS, or ORS were set to a numeric value, then their string values 54 15. getline-numeric: The `getline xx < file' syntax did not check if 55 values were numeric, in discordance from POSIX. Test case adapted from
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-cmp-string.exp | 5 …string.mk" line 118: Comparison with '<' requires both operands 'string' and 'string' to be numeric 6 …tring.mk" line 126: Comparison with '<=' requires both operands 'string' and 'string' to be numeric 7 …string.mk" line 134: Comparison with '>' requires both operands 'string' and 'string' to be numeric 8 …tring.mk" line 142: Comparison with '>=' requires both operands 'string' and 'string' to be numeric
|
H A D | cond-cmp-numeric.exp | 2 …cmp-numeric.mk" line 15: Comparison with '>' requires both operands 'INF' and '1e100' to be numeric 4 …d-cmp-numeric.mk" line 21: Comparison with '>' requires both operands 'NaN' and 'NaN' to be numeric 12 …-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to be numeric
|
H A D | opt-jobs.mk | 45 . if ${OUTPUT:C,^[0-9]+$,numeric,W} == numeric
|
/freebsd/lib/libutil/ |
H A D | realhostname.c | 142 goto numeric; in realhostname_sa() 148 goto numeric; in realhostname_sa() 154 goto numeric; in realhostname_sa() 173 goto numeric; in realhostname_sa() 181 goto numeric; in realhostname_sa() 190 numeric: in realhostname_sa()
|
/freebsd/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
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | t.contin | 5 print $i, " is non-numeric" 8 print $0, "is all numeric"
|
/freebsd/usr.sbin/bluetooth/l2ping/ |
H A D | l2ping.c | 69 int32_t n, s, count, wait, flood, echo_size, numeric; in main() local 91 numeric = 0; in main() 122 numeric = 1; in main() 153 if (he == NULL || he->h_name == NULL || he->h_name[0] == '\0' || numeric) in main()
|
/freebsd/sys/arm/mv/ |
H A D | std-pj4b.mv | 9 # reduces the original macro text to its numeric value. The only way 10 # to avoid that is to define it here as the numeric value genassym emits.
|
/freebsd/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/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_set_type.pod | 38 a numeric type, which can be retrieved with L<EVP_PKEY_get_id(3)>. This 39 numeric type is taken from the L<EVP_PKEY_ASN1_METHOD(3)> that was 46 with I<keymgmt>. For keys initialised like this, the numeric type
|
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); 77 hostname of the given B<BIO_ADDR>. If B<numeric> is 1, the string 84 service name of the port of the given B<BIO_ADDR>. If B<numeric>
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_to_text_nfs4.c | 45 format_who(char *str, size_t size, const acl_entry_t entry, int numeric) in format_who() argument 67 if (!numeric) in format_who() 87 if (!numeric) in format_who()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_addr.c | 203 static int addr_strings(const BIO_ADDR *ap, int numeric, in addr_strings() argument 215 if (numeric) in addr_strings() 277 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_hostname_string() argument 281 if (addr_strings(ap, numeric, &hostname, NULL)) in BIO_ADDR_hostname_string() 287 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_service_string() argument 291 if (addr_strings(ap, numeric, NULL, &service)) in BIO_ADDR_service_string()
|
/freebsd/contrib/file/src/ |
H A D | BNF | 64 type = [ unsigned ] ( numeric | strtype | default ) 67 ;; This affects the sign extension of numeric 69 ;; intended for numeric types, but allowed on 72 numeric = ( numtype | datatype ) [ nummask ]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | invoke-ntpdc.texi | 52 * ntpdc numeric:: numeric option (-n) 101 -n no numeric numeric host addresses 209 @node ntpdc numeric 210 @subsection numeric option (-n) 211 @cindex ntpdc-numeric 213 This is the ``numeric host addresses'' option. 214 Output all host addresses in dotted-quad numeric format rather than
|
/freebsd/libexec/bootpd/ |
H A D | Problems | 16 the IP address for the client using numeric form. 24 those clients using numeric form. 29 the entry a "dummy" or specify its IP numeric address.
|
/freebsd/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/usr.bin/seq/ |
H A D | seq.c | 71 static int numeric(const char *); 109 while ((optind < argc) && !numeric(argv[optind]) && in main() 227 numeric(const char *s) in numeric() function
|
/freebsd/share/misc/ |
H A D | iso3166 | 277 # Burma deleted, Myanmar added (same numeric value, change of country name) 295 # Unification of Yemen, under new numeric code 304 # Kampuchea deleted, Cambodia added (same numeric value, change of name) 313 # Germany unified (DDR deleted, new name and numeric code for unified Germany) 407 # PANAMA, changed numeric code from 590 to 591 410 # YUGOSLAVIA changed numeric code from 890 to 891 416 # NETHERLANDS ANTILLES changed numeric code from 532 to 530 443 # Ethiopia, numeric code change to 231 477 # change of name, alpha-2 and alpha-3, numeric remains 180
|