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

/haiku/src/bin/unzip/
H A Denvargs.c36 # define ISspace(c) ((c) & 0x80 ? 0 : isspace((unsigned)c)) macro
38 # define ISspace(c) isspace((unsigned)c) macro
63 while (ISspace(*envptr)) /* must discard leading spaces */
67 while (ISspace(*envptr))
127 while ((ch = *bufptr) != '\0' && !ISspace(ch))
145 while ((ch = *bufptr) != '\0' && !ISspace(ch))
152 while ((ch = *bufptr) != '\0' && !ISspace(ch))
158 while ((ch = *bufptr) != '\0' && ISspace(ch))
208 while ((ch = *s) != '\0' && !ISspace(ch)) /* note else-clauses above */
210 while ((ch = *s) != '\0' && ISspace(c
[all...]

Completed in 7 milliseconds