Searched refs:ISXDIGIT (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dstrtrans.c116 for (temp = 2, c = 0; ISXDIGIT ((unsigned char)*s) && temp--; s++)
118 /* DGK says that after a `\x{' ksh93 consumes ISXDIGIT chars
123 for ( ; ISXDIGIT ((unsigned char)*s); s++)
H A Dsnprintf.c615 if (! ISXDIGIT((unsigned char)integral_part[i]))
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Descape.c162 if(('%' == in) && ISXDIGIT(string[1]) && ISXDIGIT(string[2])) {
H A Dcurl_fnmatch.c369 found = ISXDIGIT(*s);
H A Dcurl_setup_once.h285 #define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x))) macro
H A Durl.c4246 while(*ptr && (ISXDIGIT(*ptr) || (*ptr == ':') || (*ptr == '%') ||
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dchartypes.h79 #define ISXDIGIT(c) (IN_CTYPE_DOMAIN (c) && isxdigit (c)) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h104 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dchardefs.h97 #define ISXDIGIT(c) (IN_CTYPE_DOMAIN (c) && isxdigit (c)) macro
H A Dbind.c542 for (temp = 2, c = 0; ISXDIGIT ((unsigned char)seq[i]) && temp--; i++)
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dwildmatch.c54 #define ISXDIGIT(c) (ISASCII(c) && isxdigit(c)) macro
214 if (ISXDIGIT(t_ch))
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dprintf.c696 for (evalue = 0; ISXDIGIT ((unsigned char)*p); p++)
698 for (temp = 2, evalue = 0; ISXDIGIT ((unsigned char)*p) && temp--; p++)
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dsmatch.c196 result = ISXDIGIT (c);
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h392 #define ISXDIGIT(c) (IN_CTYPE_DOMAIN (c) && isxdigit (c)) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dbfd.c1089 && ISXDIGIT (string[2]))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c321 # define ISXDIGIT(c) (((c) >= '0' && (c) <= '9') \
412 # define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
2085 case RECC_XDIGIT: return ISXDIGIT (ch);
320 # define ISXDIGIT macro
411 # define ISXDIGIT macro
/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Dsws.c533 while(*p && (ISXDIGIT(*p) || (*p == ':') || (*p == '.')))
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h1638 #define ISXDIGIT(c) rb_isxdigit((unsigned char)(c)) macro
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c287 #define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
2522 || (is_xdigit && ISXDIGIT (ch)))
286 #define ISXDIGIT macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c239 # define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
3305 || (is_xdigit && ISXDIGIT (ch)))
238 # define ISXDIGIT macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c246 # define ISXDIGIT(c) (IN_CTYPE_DOMAIN (c) && isxdigit (c))
3376 || (is_xdigit && ISXDIGIT (ch)))
245 # define ISXDIGIT macro
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c13975 if (c != -1 && ISXDIGIT(c)) {
13982 if (!ISXDIGIT(c)) break;
H A Dripper.y7389 if (c != -1 && ISXDIGIT(c)) {
7396 if (!ISXDIGIT(c)) break;
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c13885 if (c != -1 && ISXDIGIT(c)) {
13892 if (!ISXDIGIT(c)) break;
H A Dparse.y7389 if (c != -1 && ISXDIGIT(c)) {
7396 if (!ISXDIGIT(c)) break;

Completed in 643 milliseconds