HomeSort by relevance Sort by last modified time
    Searched defs:isxdigit (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/common/net/dhcp/
octet.c 42 #define isxdigit(c) (isdigit(c) || (((c) >= 'a') && ((c) <= 'f')) || \ macro
102 else if (isxdigit(*tp))
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
ctype_.c 77 #undef isxdigit macro
113 int isxdigit(c) function
  /onnv/onnv-gate/usr/src/uts/common/sys/
ctype.h 41 #define ISXDIGIT(_c) \
74 isxdigit(char c) function
76 return (ISXDIGIT(c));
kobj_lex.h 53 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ macro
  /onnv/onnv-gate/usr/src/common/util/
strtolctype.h 52 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ macro
  /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/
ctype.h 55 extern int isxdigit(/* int c */);
77 #define isxdigit(c) ((_ctype_ + 1)[c] & _X) macro
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
ctype.h 45 #define isxdigit(c) ((_ctype_+1)[c]&_X) macro
  /onnv/onnv-gate/usr/src/stand/lib/sa/
ctype.h 57 #define isxdigit(c) ((__ctype + 1)[c] & _X) macro
  /onnv/onnv-gate/usr/src/head/iso/
ctype_iso.h 91 extern int isxdigit(int);
122 inline int isxdigit(int c) { return (__ctype_mask[c] & _ISXDIGIT); } function in namespace:std
134 inline int isxdigit(int c) { return ((__ctype + 1)[c] & _X); }
153 #define isxdigit(c) (__ctype_mask[(int)(c)] & _ISXDIGIT) macro
165 #define isxdigit(c) ((__ctype + 1)[(int)(c)] & _X) macro
189 #define isxdigit(c) ((_ctype + 1)[(int)(c)] & _X) macro
  /onnv/onnv-gate/usr/src/uts/common/io/cardbus/
cardbus_parse.h 77 #undef isxdigit macro
83 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ macro
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
ListParser.java 476 if (isxdigit(buf[p+1])) {
478 while (isxdigit(buf[p2])) {
1043 public static boolean isxdigit(char ch) { method in class:ListParser
  /onnv/onnv-gate/usr/src/uts/common/xen/os/
xvdi.c 90 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ macro
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
sunpm.c 3862 #define isxdigit macro
    [all...]

Completed in 420 milliseconds