Home | History | Annotate | Download | only in lib

Lines Matching full:stringp

298 /* Search the next delimiter (char listed in DELIM) starting at *STRINGP.
299 If one is found, overwrite it with a NUL, and advance *STRINGP
300 to point to the next char after it. Otherwise, set *STRINGP to NULL.
301 If *STRINGP was already NULL, nothing happens.
302 Return the old value of *STRINGP.
538 string DELIM) starting at the character string *STRINGP.
539 If one is found, overwrite it with a NUL, and advance *STRINGP to point
540 to the next multibyte character after it. Otherwise, set *STRINGP to NULL.
541 If *STRINGP was already NULL, nothing happens.
542 Return the old value of *STRINGP.
551 extern char * mbssep (char **stringp, const char *delim);