Searched refs:ispadchar (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c138 #define ispadchar(c) (isdigit(c) || (c) == '.' || (c) == '*') macro
625 if (ispadchar(*cap)) {
725 while (ispadchar(*capstr))
991 if (ispadchar(*string))
1074 if (ispadchar(*from)) {

Completed in 46 milliseconds