Searched refs:isdigit (Results 51 - 75 of 731) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dunvis.c74 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10))
75 #define XTOD(c) (isdigit(c) ? (c - '0') : ((c - 'A') + 10))
386 if (isxdigit(uc) && (isdigit(uc) || isupper(uc))) {
394 if (isxdigit(uc) && (isdigit(uc) || isupper(uc))) {
455 if (!isdigit(uc))
/macosx-10.10/Libc-1044.1.2/net/FreeBSD/
H A Dinet_net_pton.c104 } else if (isascii(ch) && isdigit(ch)) {
116 isascii(ch) && isdigit(ch));
125 if (!isascii(ch) || !isdigit(ch))
133 isdigit((unsigned char)(src[0])) && dst > odst) {
144 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch));
H A Dinet_network.c70 if (isdigit((unsigned char)c)) {
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Dadvcap.c312 if (isdigit(*bp)) {
313 while (isdigit(*bp++))
364 while (isdigit(*bp))
466 if (isdigit(c)) {
470 while (--i && isdigit(*str));
/macosx-10.10/shell_cmds-179/seq/
H A Dseq.c201 if (!isdigit((unsigned char)*s)) {
211 isdigit((unsigned char)*s)) {
255 if (isdigit((unsigned char)*fmt) ||
338 if (isdigit((unsigned char)*cp))
396 while (isdigit((unsigned char)*dp++))
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOStringFuncs.c115 isdigit(char c) function
183 if (isdigit(c))
254 if (isdigit(c))
354 if (isdigit(c))
435 if (isdigit(c))
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dinet_pton.c101 * 0x=hex, 0=octal, isdigit=decimal.
103 if (!isdigit(c))
110 else if (isdigit(c) && c != '9')
117 if (isdigit(c)) {
/macosx-10.10/ruby-106/ruby/test/dl/
H A Dtest_import.rb14 extern "int isdigit(int)"
134 r1 = LIBC.isdigit(?1.ord)
135 r2 = LIBC.isdigit(?2.ord)
136 rr = LIBC.isdigit(?r.ord)
/macosx-10.10/ruby-106/ruby/test/fiddle/
H A Dtest_import.rb17 extern "int isdigit(int)"
127 r1 = LIBC.isdigit(?1.ord)
128 r2 = LIBC.isdigit(?2.ord)
129 rr = LIBC.isdigit(?r.ord)
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmLexer.cpp76 while (isdigit(*CurPtr))
86 while (isdigit(*CurPtr))
100 if (CurPtr[-1] == '.' && isdigit(*CurPtr)) {
102 while (isdigit(*CurPtr))
175 while (isdigit(*CurPtr))
206 if (!isdigit(CurPtr[0])) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Duser.c53 if ( isdigit( (unsigned char) *user ) ) {
97 if ( isdigit( (unsigned char) *group )) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DANTLRUtil.cpp125 ANTLR_USE_NAMESPACE(std)isdigit(ch) ||
128 if( isupper(ch) || islower(ch) || isdigit(ch) || ch == '_' )
/macosx-10.10/apache-793/httpd/test/
H A Dcls.c49 if (!isdigit(d))
77 if (isdigit(ch))
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h49 # define isprint(c) (isalpha(c) || isdigit(c) || ispunct(c))
71 #define ISDIGIT(c) (IN_CTYPE_DOMAIN (c) && isdigit (c))
/macosx-10.10/llvmCore-3425.0.34/lib/AsmParser/
H A DLLLexer.cpp293 if (isdigit(CurPtr[0])) {
294 for (++CurPtr; isdigit(CurPtr[0]); ++CurPtr)
357 if (isdigit(CurPtr[0])) {
358 for (++CurPtr; isdigit(CurPtr[0]); ++CurPtr)
418 if (!IntEnd && !isdigit(*CurPtr)) IntEnd = CurPtr;
747 if (!isdigit(TokStart[0]) && !isdigit(CurPtr[0])) {
761 for (; isdigit(CurPtr[0]); ++CurPtr)
798 while (isdigit(CurPtr[0])) ++CurPtr;
801 if (isdigit(CurPt
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DHost.inc50 if (Triple[0] == 'i' && isdigit(Triple[1]) &&
/macosx-10.10/lukemftp-14/tnftp/src/
H A Ddomacro.c89 if (isdigit((unsigned char)*(cp1+1))) {
91 while (isdigit((unsigned char)*++cp1))
/macosx-10.10/mail_cmds-30/mail/
H A Dhead.c229 if (!isdigit((unsigned char)*cp++))
233 if (*cp != ' ' && !isdigit((unsigned char)*cp))
/macosx-10.10/shell_cmds-179/kill/
H A Dkill.c81 if (!isdigit(**argv))
114 } else if (isdigit(**argv)) {
/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/
H A Dnslint.c311 while (isdigit(*cp) && shift >= 0) {
315 } while (isdigit(*cp));
335 while (isdigit(*cp))
339 while (isdigit(*cp))
351 } while (isdigit(*cp));
950 while (isdigit(*cp) && nsoaval < NSOAVAL) {
954 } while (isdigit(*cp));
955 if (nsoaval == SOA_SERIAL && *cp == '.' && isdigit(cp[1])) {
958 } while (isdigit(*cp));
1193 while (isdigit(*c
[all...]
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Dclib_ext.h25 int isdigit __P((int));
/macosx-10.10/BerkeleyDB-21/db/test/scr021/
H A Dt.c26 ok = !isalpha(ch) && !isdigit(ch) && ch != '_';
/macosx-10.10/Libc-1044.1.2/util/
H A Dopendev.c85 isdigit(*(slice-1))) *slice = '\0';
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dstrtoll.c112 if (isdigit(c))
H A Dstrtoul.c82 if (isdigit(c))

Completed in 396 milliseconds

1234567891011>>