Home
last modified time | relevance | path

Searched refs:ISDIGIT (Results 1 – 25 of 3405) sorted by relevance

12345678910>>...137

/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dstrnumcmp-in.h79 if (! ISDIGIT (*a)) in fraccompare()
81 if (ISDIGIT (*a) && ISDIGIT (*b)) in fraccompare()
83 if (ISDIGIT (*a)) in fraccompare()
85 if (ISDIGIT (*b)) in fraccompare()
94 return ISDIGIT (*a); in fraccompare()
101 return - ISDIGIT (*b); in fraccompare()
134 if (ISDIGIT (tmpa)) in numcompare()
142 return - ISDIGIT (tmpb); in numcompare()
148 while (tmpa == tmpb && ISDIGIT (tmpa)) in numcompare()
191 if (ISDIGIT (tmpb)) in numcompare()
[all …]
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dstrnumcmp-in.h79 if (! ISDIGIT (*a)) in fraccompare()
81 if (ISDIGIT (*a) && ISDIGIT (*b)) in fraccompare()
83 if (ISDIGIT (*a)) in fraccompare()
85 if (ISDIGIT (*b)) in fraccompare()
94 return ISDIGIT (*a); in fraccompare()
101 return - ISDIGIT (*b); in fraccompare()
134 if (ISDIGIT (tmpa)) in numcompare()
142 return - ISDIGIT (tmpb); in numcompare()
148 while (tmpa == tmpb && ISDIGIT (tmpa)) in numcompare()
191 if (ISDIGIT (tmpb)) in numcompare()
[all …]
/dports/www/analog/analog-6.0/src/
H A Ddates.c68 if (ISDIGIT(*s) && ISDIGIT(*(s + 1))) { in parsedate()
75 else if (*s == '+' && ISDIGIT(*(s + 1)) && ISDIGIT(*(s + 2))) { in parsedate()
79 else if (*s == '-' && ISDIGIT(*(s + 1)) && ISDIGIT(*(s + 2))) { in parsedate()
86 if (ISDIGIT(*s) && ISDIGIT(*(s + 1))) { in parsedate()
92 else if (*s == '+' && ISDIGIT(*(s + 1)) && ISDIGIT(*(s + 2))) { in parsedate()
96 else if (*s == '-' && ISDIGIT(*(s + 1)) && ISDIGIT(*(s + 2))) { in parsedate()
111 if (ISDIGIT(*s) && ISDIGIT(*(s + 1))) { in parsedate()
118 else if (*s == '+' && ISDIGIT(*(s + 1)) && ISDIGIT(*(s + 2))) in parsedate()
120 else if (*s == '-' && ISDIGIT(*(s + 1)) && ISDIGIT(*(s + 2))) in parsedate()
127 if (ISDIGIT(*s) && ISDIGIT(*(s + 1))) { in parsedate()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys_float.c39 #define ISDIGIT(d) ((d) >= '0' && (d) <= '9') macro
61 while (ISDIGIT(*s)) s++; in sys_double_to_chars_ext()
85 if (!ISDIGIT(*s)) /* Leading digits. */ in sys_chars_to_double()
87 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
91 if (!ISDIGIT(*s)) in sys_chars_to_double()
93 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
98 if (!ISDIGIT(*s)) in sys_chars_to_double()
100 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys_float.c39 #define ISDIGIT(d) ((d) >= '0' && (d) <= '9') macro
61 while (ISDIGIT(*s)) s++; in sys_double_to_chars_ext()
85 if (!ISDIGIT(*s)) /* Leading digits. */ in sys_chars_to_double()
87 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
91 if (!ISDIGIT(*s)) in sys_chars_to_double()
93 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
98 if (!ISDIGIT(*s)) in sys_chars_to_double()
100 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys_float.c39 #define ISDIGIT(d) ((d) >= '0' && (d) <= '9') macro
61 while (ISDIGIT(*s)) s++; in sys_double_to_chars_ext()
85 if (!ISDIGIT(*s)) /* Leading digits. */ in sys_chars_to_double()
87 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
91 if (!ISDIGIT(*s)) in sys_chars_to_double()
93 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
98 if (!ISDIGIT(*s)) in sys_chars_to_double()
100 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys_float.c39 #define ISDIGIT(d) ((d) >= '0' && (d) <= '9') macro
61 while (ISDIGIT(*s)) s++; in sys_double_to_chars_ext()
85 if (!ISDIGIT(*s)) /* Leading digits. */ in sys_chars_to_double()
87 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
91 if (!ISDIGIT(*s)) in sys_chars_to_double()
93 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
98 if (!ISDIGIT(*s)) in sys_chars_to_double()
100 while (ISDIGIT(*s)) s++; in sys_chars_to_double()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dfmtgetnum.c88 if (!ISDIGIT(c)) in __fortio_getnum()
92 if (!ISDIGIT(c)) in __fortio_getnum()
98 } while (ISDIGIT(c)); in __fortio_getnum()
111 } while (ISDIGIT(c)); in __fortio_getnum()
122 if (ISDIGIT(c)) in __fortio_getnum()
134 if (!ISDIGIT(c)) { in __fortio_getnum()
145 if (ISDIGIT(c)) in __fortio_getnum()
157 } while (ISDIGIT(c)); in __fortio_getnum()
191 while (ISDIGIT(c)) in __fortio_getnum()
197 while (ISDIGIT(c)) in __fortio_getnum()
/dports/devel/gputils/gputils-1.5.0/libiberty/
H A Dstrverscmp.c99 #define ISDIGIT(c) (((unsigned int)(c) - '0') <= 9) macro
146 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
153 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
156 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
164 while (ISDIGIT (*p1++)) in strverscmp()
165 if (!ISDIGIT (*p2++)) in strverscmp()
168 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/lib/
H A Dstrverscmp.c47 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
102 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()
109 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in __strverscmp()
112 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; in __strverscmp()
120 while (ISDIGIT (*p1++)) in __strverscmp()
121 if (!ISDIGIT (*p2++)) in __strverscmp()
124 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/dports/security/libu2f-host/libu2f-host-libu2f-host-1.1.10/gl/
H A Dstrverscmp.c46 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()
108 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in __strverscmp()
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; in __strverscmp()
119 while (ISDIGIT (*p1++)) in __strverscmp()
120 if (!ISDIGIT (*p2++)) in __strverscmp()
123 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dstrverscmp.c46 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()
108 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in __strverscmp()
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; in __strverscmp()
119 while (ISDIGIT (*p1++)) in __strverscmp()
120 if (!ISDIGIT (*p2++)) in __strverscmp()
123 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/dports/security/gss/gss-1.0.3/lib/gl/
H A Dstrverscmp.c46 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()
108 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in __strverscmp()
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; in __strverscmp()
119 while (ISDIGIT (*p1++)) in __strverscmp()
120 if (!ISDIGIT (*p2++)) in __strverscmp()
123 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/dports/security/shishi/shishi-1.0.2/gl/
H A Dstrverscmp.c46 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()
108 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in __strverscmp()
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; in __strverscmp()
119 while (ISDIGIT (*p1++)) in __strverscmp()
120 if (!ISDIGIT (*p2++)) in __strverscmp()
123 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/dports/security/oath-toolkit/oath-toolkit-2.6.2/libpskc/gl/
H A Dstrverscmp.c46 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()
108 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in __strverscmp()
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; in __strverscmp()
119 while (ISDIGIT (*p1++)) in __strverscmp()
120 if (!ISDIGIT (*p2++)) in __strverscmp()
123 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/dports/security/oath-toolkit/oath-toolkit-2.6.2/liboath/gl/
H A Dstrverscmp.c46 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()
108 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in __strverscmp()
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; in __strverscmp()
119 while (ISDIGIT (*p1++)) in __strverscmp()
120 if (!ISDIGIT (*p2++)) in __strverscmp()
123 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/dports/editors/ssed/sed-3.62/lib/
H A Dstrverscmp.c47 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
102 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()
109 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in __strverscmp()
112 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; in __strverscmp()
120 while (ISDIGIT (*p1++)) in __strverscmp()
121 if (!ISDIGIT (*p2++)) in __strverscmp()
124 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
148 while (ISDIGIT (*p1++)) in strverscmp()
149 if (!ISDIGIT (*p2++)) in strverscmp()
152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
148 while (ISDIGIT (*p1++)) in strverscmp()
149 if (!ISDIGIT (*p2++)) in strverscmp()
152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
148 while (ISDIGIT (*p1++)) in strverscmp()
149 if (!ISDIGIT (*p2++)) in strverscmp()
152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
148 while (ISDIGIT (*p1++)) in strverscmp()
149 if (!ISDIGIT (*p2++)) in strverscmp()
152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
148 while (ISDIGIT (*p1++)) in strverscmp()
149 if (!ISDIGIT (*p2++)) in strverscmp()
152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
148 while (ISDIGIT (*p1++)) in strverscmp()
149 if (!ISDIGIT (*p2++)) in strverscmp()
152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
148 while (ISDIGIT (*p1++)) in strverscmp()
149 if (!ISDIGIT (*p2++)) in strverscmp()
152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dstrverscmp.c130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in strverscmp()
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0); in strverscmp()
140 state = result_type[state << 2 | (((c2 == '0') + (ISDIGIT (c2) != 0)))]; in strverscmp()
148 while (ISDIGIT (*p1++)) in strverscmp()
149 if (!ISDIGIT (*p2++)) in strverscmp()
152 return ISDIGIT (*p2) ? -1 : diff; in strverscmp()

12345678910>>...137