Searched refs:_strpbrk_escape (Results 1 – 4 of 4) sorted by relevance
35 char *_strpbrk_escape(char *, char *);58 if ((r = _strpbrk_escape(string, sepset)) == NULL) in _strtok_escape()72 _strpbrk_escape(char *string, char *brkset) in _strpbrk_escape() function
68 extern char *_strpbrk_escape(char *, char *);
35 extern char *_strpbrk_escape(char *, char *);164 while ((p = _strpbrk_escape(p, ass)) != NULL) { in _str2kva()
535 _strpbrk_escape;