Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 25 of 84) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrverscmp.c42 #undef isdigit
43 #define isdigit(a) ((unsigned)((a) - '0') <= 9) macro
89 state = S_N | ((c1 == '0') + (isdigit (c1) != 0)); in strverscmp()
96 state |= (c1 == '0') + (isdigit (c1) != 0); in strverscmp()
99 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))]; in strverscmp()
107 while (isdigit (*p1++)) in strverscmp()
108 if (!isdigit (*p2++)) in strverscmp()
111 return isdigit (*p2) ? -1 : diff; in strverscmp()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_ctype.h136 # define __isdigit(c) __body(isdigit,c)
159 # define isdigit(c) __isdigit(c) macro
183 # define isdigit(c) __C_isdigit(c)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A D_strtod.c236 #define IS_X_DIGIT(C) isdigit((C)) in __XL_NPP()
277 + (isdigit(*pos) in __XL_NPP()
291 + (isdigit(*pos) in __XL_NPP()
396 while (isdigit(*pos)) { /* Process string of digits. */ in __XL_NPP()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dtst-ctype.c109 if (isdigit ('\0')) in main()
172 if (isdigit (*cp)) in main()
175 if (isdigit (*cp)) in main()
178 if (! isdigit (*cp)) in main()
181 if (isdigit (*cp)) in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Daddr.c57 if (!isdigit(*cp)) in inet_aton()
61 while (isdigit(*cp)) { in inet_aton()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dctype.SUSv4.syms5 isdigit
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ctype/
A Dctype.c100 TEST( isdigit(c)!=0); in main()
107 TEST( isdigit(c)==0); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dldconfig.c388 if (isdigit(*p1) && isdigit(*p2)) { in libcmp()
395 } else if (isdigit(*p1) && !isdigit(*p2)) in libcmp()
397 else if (!isdigit(*p1) && isdigit(*p2)) in libcmp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_compatibility/
A Dctype.h38 using std::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/
A Dctype.h38 using std::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_compatibility/
A Dctype.h38 using std::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/
A Dctype.h38 using std::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/
A Dctype.h38 using std::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/
A Dctype.h38 using std::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/
A Dctype.h38 using std::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/
A Dctype.h38 using std::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_global/
A Dcctype51 #undef isdigit
67 using ::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_global/
A Dcctype51 #undef isdigit
67 using ::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_std/
A Dcctype51 #undef isdigit
67 using ::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_global/
A Dcctype51 #undef isdigit
67 using ::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_std/
A Dcctype51 #undef isdigit
67 using ::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_global/
A Dcctype51 #undef isdigit
67 using ::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_std/
A Dcctype51 #undef isdigit
67 using ::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_global/
A Dcctype51 #undef isdigit
67 using ::isdigit;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_std/
A Dcctype51 #undef isdigit
67 using ::isdigit;

Completed in 13 milliseconds

1234