Lines Matching refs:str
45 strsep(char **str, const char *delim)47 char *save = *str;48 if(*str == NULL)50 *str = *str + strcspn(*str, delim);51 if(**str == 0)52 *str = NULL;54 **str = 0;55 (*str)++;
Indexes created Wed Aug 05 00:25:39 UTC 2026