Searched refs:tokdel (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 797 char tokdel[] = " \t\n\r"; local 842 tok = buf + strspn(buf, tokdel); 846 toklen = strcspn(tok, tokdel); 867 if (errno != 0 || strtok(valuep, tokdel)) { 901 valuep += strspn(valuep, tokdel); 905 strtok(strend+1, tokdel) != NULL ||
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 341 static char tokdel[] = " \t\n\r"; variable 2324 sname = strtok(endp, tokdel); 2385 } while ((sname = strtok(NULL, tokdel)) != NULL); 2408 if (errno != 0 || strtok(endp, tokdel) != NULL) 2457 buf += strspn(buf, tokdel); 2473 strtok(strend+1, tokdel) != NULL) { 2546 tok = buf + strspn(buf, tokdel); 2550 toklen = strcspn(tok, tokdel); 2639 if (strtok(endp, tokdel) == NULL)
|
Completed in 50 milliseconds