paths.c | 67 static const char *getcstr(const char **, const char *, const char *); 115 getcstr(const char **p, const char *ep, const char *delim) function in typeref:typename:const char * 137 (void)getcstr(p, ep, delim); 384 (void)getcstr(&b, ep, WS);
|