Home
last modified time | relevance | path

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

/titanic_44/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()
H A Dllib-lconv41 int conv_strproc_isspace(int);
/titanic_44/usr/src/cmd/sgs/include/
H A Dconv.h758 extern int conv_strproc_isspace(int);
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2307 while (conv_strproc_isspace(*s2)) in ld_str_env()