HomeSort by: relevance | last modified time | path
    Searched refs:numeric (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/share/locale/numeric/
Makefile 11 CATEGORY= numeric
  /src/usr.bin/make/unit-tests/
cond-cmp-numeric-eq.exp 1 make: cond-cmp-numeric-eq.mk:68: Malformed conditional "!(12345 = 12345)"
2 make: cond-cmp-numeric-eq.mk:76: Malformed conditional "!(12345 === 12345)"
cond-cmp-numeric.exp 2 make: cond-cmp-numeric.mk:15: Comparison with ">" requires both operands "INF" and "1e100" to be numeric
4 make: cond-cmp-numeric.mk:21: Comparison with ">" requires both operands "NaN" and "NaN" to be numeric
8 make: cond-cmp-numeric.mk:38: Malformed conditional "123 ! 123"
12 make: cond-cmp-numeric.mk:54: Comparison with "<" requires both operands "123 " and "124" to be numeric
cond-cmp-string.exp 5 make: cond-cmp-string.mk:118: Comparison with "<" requires both operands "string" and "string" to be numeric
6 make: cond-cmp-string.mk:126: Comparison with "<=" requires both operands "string" and "string" to be numeric
7 make: cond-cmp-string.mk:134: Comparison with ">" requires both operands "string" and "string" to be numeric
8 make: cond-cmp-string.mk:142: Comparison with ">=" requires both operands "string" and "string" to be numeric
cond-cmp-numeric-ne.mk 1 # $NetBSD: cond-cmp-numeric-ne.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the != operator in .if conditions.
10 # This comparison yields the same result, whether numeric or character-based.
30 # Trailing zeroes after the decimal point are irrelevant for the numeric
40 # Numeric comparison works by parsing both sides
cond-cmp-numeric.mk 1 # $NetBSD: cond-cmp-numeric.mk,v 1.9 2025/06/28 22:39:28 rillig Exp $
3 # Tests for numeric comparisons in .if conditions.
14 # expect+1: Comparison with ">" requires both operands "INF" and "1e100" to be numeric
20 # expect+1: Comparison with ">" requires both operands "NaN" and "NaN" to be numeric
53 # expect+1: Comparison with "<" requires both operands "123 " and "124" to be numeric
cond-op-parentheses.exp 1 make: cond-op-parentheses.mk:22: Comparison with ">" requires both operands "3" and "(2" to be numeric
cond-short.exp 10 make: cond-short.mk:231: Comparison with "<" requires both operands "" and "42" to be numeric
cond-cmp-numeric-ge.mk 1 # $NetBSD: cond-cmp-numeric-ge.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the >= operator in .if conditions.
11 # This comparison yields the same result, whether numeric or character-based.
55 # Numeric comparisons are not suited for comparing version number.
65 # Numeric comparison works by parsing both sides
cond-cmp-numeric-gt.mk 1 # $NetBSD: cond-cmp-numeric-gt.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the > operator in .if conditions.
10 # This comparison yields the same result, whether numeric or character-based.
54 # Numeric comparisons are not suited for comparing version number.
64 # Numeric comparison works by parsing both sides
cond-cmp-numeric-le.mk 1 # $NetBSD: cond-cmp-numeric-le.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the <= operator in .if conditions.
11 # This comparison yields the same result, whether numeric or character-based.
55 # Numeric comparisons are not suited for comparing version number.
65 # Numeric comparison works by parsing both sides
cond-cmp-numeric-lt.mk 1 # $NetBSD: cond-cmp-numeric-lt.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the < operator in .if conditions.
10 # This comparison yields the same result, whether numeric or character-based.
54 # Numeric comparisons are not suited for comparing version number.
64 # Numeric comparison works by parsing both sides
varmod-order-numeric.mk 1 # $NetBSD: varmod-order-numeric.mk,v 1.8 2022/09/27 19:18:45 rillig Exp $
4 # ascending numeric order, and for ':Orn' and ':Onr', which additionally
opt-jobs.mk 45 . if ${OUTPUT:C,^[0-9]+$,numeric,W} == numeric
cond-cmp-string.mk 117 # expect+1: Comparison with "<" requires both operands "string" and "string" to be numeric
125 # expect+1: Comparison with "<=" requires both operands "string" and "string" to be numeric
133 # expect+1: Comparison with ">" requires both operands "string" and "string" to be numeric
141 # expect+1: Comparison with ">=" requires both operands "string" and "string" to be numeric
  /src/share/locale/
Makefile 8 SUBDIR= ctype monetary numeric time messages
  /src/usr.bin/netstat/
atalk.c 76 at_pr_net(const struct sockaddr_at *sat, int numeric)
80 if (!numeric) {
94 at_pr_host(const struct sockaddr_at *sat, int numeric)
98 if (!numeric) {
150 * 8 for numeric only
157 int numeric = (what & 0x08); local in function:atalk_print
166 at_pr_net(sat, numeric));
170 at_pr_host(sat, numeric));
174 at_pr_net(sat, numeric),
175 at_pr_host(sat, numeric));
    [all...]
  /src/usr.bin/last/
want.c 40 gethost(struct utmp *ut, const char *host, int numeric)
43 return numeric ? "" : host;
45 if (numeric) {
68 wtmp(const char *file, int namesz, int linesz, int hostsz, int numeric)
181 gethost(bp, hostp, numeric), ct);
198 gethost(bp, hostp, numeric),
223 gethost(bp, hostp, numeric),
last.c 153 int numeric = 0; local in function:main
202 numeric = 1;
253 wtmpx(file, namesize, linesize, hostsize, numeric);
255 wtmp(file, namesize, linesize, hostsize, numeric);
257 wtmpx(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);
  /src/lib/libc/locale/
setlocale.c 69 _NumericLocale *numeric = loc->part_impl[LC_NUMERIC]; local in function:_setlocale_cache
104 ldata->decimal_point = __UNCONST(numeric->decimal_point);
105 ldata->thousands_sep = __UNCONST(numeric->thousands_sep);
106 ldata->grouping = __UNCONST(numeric->grouping);
  /src/tests/lib/libcurses/director/
testlang_conf.l 154 numeric [-0-9]+
275 /* Hex value, convert to decimal and return numeric */
282 return numeric;
285 {numeric} {
287 err(1, "Cannot allocate numeric string");
288 return numeric;
  /src/lib/libc/posix1e/
acl_to_text_nfs4.c 53 format_who(char *str, size_t size, const acl_entry_t entry, int numeric)
75 if (!numeric)
94 if (!numeric)
  /src/usr.sbin/lastlogin/
lastlogin.c 109 static int numeric = 0; variable in typeref:typename:int
160 numeric++;
277 if (numeric > 1)
402 if (numeric > 1)
407 if (numeric)
  /src/usr.bin/nc/
socks.c 67 socklen_t addrlen, int v4only, int numeric)
74 hints.ai_flags = numeric ? AI_NUMERICHOST : 0;
77 /* Don't fatal when attempting to convert a numeric address */
79 if (!numeric) {
339 /* Try to be sane about numeric IPv6 addresses */
  /src/usr.bin/seq/
seq.c 67 int numeric(const char *);
94 * The seq command will print out a numeric sequence from 1, the default,
127 while ((optind < argc) && !numeric(argv[optind]) &&
243 * numeric - verify that string is numeric
246 numeric(const char *s) function in typeref:typename:int

Completed in 172 milliseconds

1 2