Home
last modified time | relevance | path

Searched refs:conv_strproc_isspace (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dstrproc.c41 conv_strproc_isspace(int c) in conv_strproc_isspace() function
72 while (conv_strproc_isspace(*str)) in conv_strproc_trim()
77 while ((tail > str) && conv_strproc_isspace(*(tail - 1))) in conv_strproc_trim()
119 while (conv_strproc_isspace(*str)) in conv_strproc_extract_value()
130 while (conv_strproc_isspace(*str)) in conv_strproc_extract_value()
H A Dglobals.c323 while (conv_strproc_isspace(*str)) in conv_iter_strtol_init()
329 while ((tail > str) && conv_strproc_isspace(*(tail - 1))) in conv_iter_strtol_init()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h785 extern int conv_strproc_isspace(int);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2308 while (conv_strproc_isspace(*s2)) in ld_str_env()