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

/illumos-gate/usr/src/common/util/
H A Dgetoptstr.c48 #define ISNTWORDCH(c) ((c) == '\0' || ISSPACE(c)) macro
100 if (ISNTWORDCH(strp[1])) {
106 if (strp[1] == '-' && ISNTWORDCH(strp[2])) {
118 if (ISNTWORDCH(strp[params->gos_pos])) {
131 if (ISNTWORDCH(*params->gos_strp)) {
153 if (ISNTWORDCH(strp[params->gos_pos])) {

Completed in 47 milliseconds