Searched defs:ishex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c31 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \ macro
426 if (isbuilding == 0 && (ishex(c) || c == ':')) {
442 } while ((ishex(c) || c == ':' || c == '.') &&
471 } while (ishex(n));
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c212 boolean_t ishex = B_FALSE; local
219 ishex = B_TRUE;
225 isnum = (ishex) ? isxdigit(*number) : isdigit(*number);

Completed in 48 milliseconds