/titanic_50/usr/src/lib/iconv_modules/utf-8/utils/ |
H A D | ucs4_to_cp720_generator.c | 68 for (j = 0; isxdigit(buf[i]); i++, j++) in main() 74 while (!isxdigit(buf[i])) in main() 77 for (j = 0; isxdigit(buf[i]); i++, j++) in main()
|
H A D | cp720_to_ucs4_generator.c | 69 for (j = 0; isxdigit(buf[i]); i++, j++) in main() 75 while (!isxdigit(buf[i])) in main() 78 for (j = 0; isxdigit(buf[i]); i++, j++) in main()
|
H A D | cp720_to_utf8_generator.c | 69 for (j = 0; isxdigit(buf[i]); i++, j++) in main() 75 while (!isxdigit(buf[i])) in main() 78 for (j = 0; isxdigit(buf[i]); i++, j++) in main()
|
H A D | utf8_to_cp720_generator.c | 68 for (j = 0; isxdigit(buf[i]); i++, j++) in main() 74 while (!isxdigit(buf[i])) in main() 77 for (j = 0; isxdigit(buf[i]); i++, j++) in main()
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 384 if (isxdigit(ap_id1[i]) || isxdigit(ap_id2[i])) { in cfga_ap_id_cmp() 385 while ((i > 0) && isxdigit(ap_id1[i - 1])) in cfga_ap_id_cmp() 388 if (isxdigit(ap_id1[i]) && isxdigit(ap_id2[i])) { in cfga_ap_id_cmp()
|
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_parse.h | 77 #undef isxdigit 83 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctype.h | 77 isxdigit(char c) in isxdigit() function 81 #pragma inline(isxdigit)
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | link_addr.c | 92 } else if (!isxdigit(cval)) { in _link_aton() 118 } else if (isxdigit(cval)) { in _link_aton()
|
H A D | inet_network.c | 77 if (base == 16 && isxdigit(c)) { in inet_network()
|
/titanic_50/usr/src/lib/libresolv2/common/inet/ |
H A D | nsap_addr.c | 59 if (isxdigit(c)) { in inet_nsap_addr() 64 if (isxdigit(c)) { in inet_nsap_addr()
|
H A D | inet_network.c | 76 if (base == 16U && isxdigit((unsigned char)c)) {
|
/titanic_50/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 55 extern int isxdigit(/* int c */); 77 #define isxdigit(c) ((_ctype_ + 1)[c] & _X) macro
|
/titanic_50/usr/src/common/net/dhcp/ |
H A D | octet.c | 40 #define isxdigit(c) (isdigit(c) || (((c) >= 'a') && ((c) <= 'f')) || \ macro 100 else if (isxdigit(*tp)) in hexascii_to_octet()
|
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | http-support.c | 347 if (*src == '%' && isxdigit(src[1] & 255) && isxdigit(src[2] & 255)) in http_copy_decode()
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 77 #undef isxdigit 113 int isxdigit(c) in isxdigit() function
|
H A D | strtol.c | 70 if (base == 16 && c == '0' && isxdigit(str[2]) &&
|
/titanic_50/usr/src/head/iso/ |
H A D | ctype_iso.h | 101 extern int isxdigit(int);
|
/titanic_50/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 48 isxdigit(int c) in isxdigit() function
|
/titanic_50/usr/src/common/util/ |
H A D | strtolctype.h | 66 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ macro
|
/titanic_50/usr/src/lib/libbc/libc/inet/ |
H A D | inet_network.c | 63 if (base == 16 && isxdigit(c)) {
|
H A D | inet_addr.c | 70 if (base == 16 && isxdigit(c)) {
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_stash.c | 272 if (isxdigit(pwd.value[i]) == 0 || isxdigit(pwd.value[i + 1]) == 0) { in dec_password()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 45 #define isxdigit(c) ((_ctype_+1)[c]&_X) macro
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | ctype.h | 57 #define isxdigit(c) ((__ctype + 1)[c] & _X) macro
|
/titanic_50/usr/src/common/tsol/ |
H A D | stol.c | 71 if (!isxdigit(ch)) in unhex() 79 if (!isxdigit(ch)) in unhex()
|