Home | History | Annotate | Download | only in linux-lib

Lines Matching full:stringp

835 /* Search the next delimiter (char listed in DELIM) starting at *STRINGP.
836 If one is found, overwrite it with a NUL, and advance *STRINGP
837 to point to the next char after it. Otherwise, set *STRINGP to NULL.
838 If *STRINGP was already NULL, nothing happens.
839 Return the old value of *STRINGP.
1212 string DELIM) starting at the character string *STRINGP.
1213 If one is found, overwrite it with a NUL, and advance *STRINGP to point
1214 to the next multibyte character after it. Otherwise, set *STRINGP to NULL.
1215 If *STRINGP was already NULL, nothing happens.
1216 Return the old value of *STRINGP.
1225 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)