Home | History | Annotate | Download | only in libcutils

Lines Matching full:delim

176 static const char *	getqzname P((const char * strp, const int delim));
660 getqzname(register const char *strp, const int delim)
664 while ((c = *strp) != '\0' && c != delim)