Home
last modified time | relevance | path

Searched refs:isxdigit (Results 1 – 25 of 128) sorted by relevance

123456

/titanic_50/usr/src/lib/iconv_modules/utf-8/utils/
H A Ducs4_to_cp720_generator.c68 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 Dcp720_to_ucs4_generator.c69 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 Dcp720_to_utf8_generator.c69 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 Dutf8_to_cp720_generator.c68 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 Dcfga_fp.c384 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 Dcardbus_parse.h77 #undef isxdigit
83 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ macro
/titanic_50/usr/src/uts/common/sys/
H A Dctype.h77 isxdigit(char c) in isxdigit() function
81 #pragma inline(isxdigit)
/titanic_50/usr/src/lib/libsocket/inet/
H A Dlink_addr.c92 } else if (!isxdigit(cval)) { in _link_aton()
118 } else if (isxdigit(cval)) { in _link_aton()
H A Dinet_network.c77 if (base == 16 && isxdigit(c)) { in inet_network()
/titanic_50/usr/src/lib/libresolv2/common/inet/
H A Dnsap_addr.c59 if (isxdigit(c)) { in inet_nsap_addr()
64 if (isxdigit(c)) { in inet_nsap_addr()
H A Dinet_network.c76 if (base == 16U && isxdigit((unsigned char)c)) {
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dctype.h55 extern int isxdigit(/* int c */);
77 #define isxdigit(c) ((_ctype_ + 1)[c] & _X) macro
/titanic_50/usr/src/common/net/dhcp/
H A Doctet.c40 #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 Dhttp-support.c347 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 Dctype_.c77 #undef isxdigit
113 int isxdigit(c) in isxdigit() function
H A Dstrtol.c70 if (base == 16 && c == '0' && isxdigit(str[2]) &&
/titanic_50/usr/src/head/iso/
H A Dctype_iso.h101 extern int isxdigit(int);
/titanic_50/usr/src/cmd/mdb/common/libstand/
H A Dctype.c48 isxdigit(int c) in isxdigit() function
/titanic_50/usr/src/common/util/
H A Dstrtolctype.h66 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ macro
/titanic_50/usr/src/lib/libbc/libc/inet/
H A Dinet_network.c63 if (base == 16 && isxdigit(c)) {
H A Dinet_addr.c70 if (base == 16 && isxdigit(c)) {
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c272 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 Dctype.h45 #define isxdigit(c) ((_ctype_+1)[c]&_X) macro
/titanic_50/usr/src/stand/lib/sa/
H A Dctype.h57 #define isxdigit(c) ((__ctype + 1)[c] & _X) macro
/titanic_50/usr/src/common/tsol/
H A Dstol.c71 if (!isxdigit(ch)) in unhex()
79 if (!isxdigit(ch)) in unhex()

123456