Home
last modified time | relevance | path

Searched refs:ISALNUM (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctype.h56 #define ISALNUM(_c) \ macro
107 return (ISALNUM(c)); in isalnum()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dports.c31 if (ISALNUM(***seg) && *(*seg + 2)) {
H A Dinet_addr.c80 #define ISALNUM(x) isalnum((u_char)(x)) macro
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0.c1368 if (!ISALNUM(sv_peek(sv, 0))) in rustv0_parse_base62()
1433 if (ISALNUM(c) || c == '_') in rustv0_valid_sym()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c238 if ((isbuilding == 0) && !ISALNUM(c)) { in yylex()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1691 #define ISALNUM(x) isalnum((u_char)(x)) macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c105 #define ISALNUM(byte) \ macro
16402 if (ISALNUM(data[i]) == 0 || data[i] == ' ') { in st_check_if_media_changed()