Home | History | Annotate | Download | only in apps

Lines Matching full:isdelim

2733     char isdelim[256];
2739 memset(isdelim, 0, sizeof isdelim);
2740 isdelim[0] = 1;
2744 isdelim[(unsigned char)(*delim)] = 1;
2748 while (!isdelim[(unsigned char)(**string)])