Lines Matching full:isdelim
2623 char isdelim[256];2629 memset(isdelim, 0, sizeof isdelim);2630 isdelim[0] = 1;2634 isdelim[(unsigned char)(*delim)] = 1;2638 while (!isdelim[(unsigned char)(**string)])