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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dstrproc.c41 conv_strproc_isspace(int c) function
72 while (conv_strproc_isspace(*str))
77 while ((tail > str) && conv_strproc_isspace(*(tail - 1)))
119 while (conv_strproc_isspace(*str))
130 while (conv_strproc_isspace(*str))

Completed in 54 milliseconds