Home
last modified time | relevance | path

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

/third_party/popt/src/
H A Dpoptconfig.c241 while (*se != '\0' && !_isspaceptr(se)) se++; in poptConfigLine()
249 while (*se != '\0' && _isspaceptr(se)) se++; in poptConfigLine()
251 while (*se != '\0' && !_isspaceptr(se)) se++; in poptConfigLine()
254 while (*se != '\0' && _isspaceptr(se)) se++; in poptConfigLine()
257 while (*se != '\0' && !_isspaceptr(se)) se++; in poptConfigLine()
261 while (*se != '\0' && _isspaceptr(se)) se++; in poptConfigLine()
367 while (*te && _isspaceptr(te)) te++; in poptReadConfigFile()
H A Dpoptparse.c87 } else if (_isspaceptr(src)) { in poptParseArgvString()
164 while( *p != '\0' && _isspaceptr(p) ) in poptConfigFileToString()
178 while (*q != '\0' && (!_isspaceptr(q)) && *q != '=') in poptConfigFileToString()
181 if (_isspaceptr(q)) { in poptConfigFileToString()
184 while( *q != '\0' && _isspaceptr(q) ) q++; in poptConfigFileToString()
210 while (*q != '\0' && _isspaceptr(q)) in poptConfigFileToString()
217 while (_isspaceptr(--x)) in poptConfigFileToString()
H A Dsystem.h12 #define _isspaceptr(_chp) isspace((int)(*(unsigned const char *)(_chp))) macro
H A Dpopthelp.c448 while (ch > help && !_isspaceptr(ch)) in singleOptionHelp()
451 while (ch > (help + 1) && _isspaceptr(ch)) in singleOptionHelp()
469 while (_isspaceptr(help) && *help) in singleOptionHelp()

Completed in 3 milliseconds