Lines Matching refs:delim
165 const char delim[] = "\n";
172 for (line = strtok(buf, delim); line; line = strtok(NULL, delim))
195 const char delim[] = "\n\t ";
204 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) {
205 mount = strtok(NULL, delim);
206 type = strtok(NULL, delim);
207 strtok(NULL, delim);
208 strtok(NULL, delim);
209 strtok(NULL, delim);
498 const char delim[] = "\n";
505 for (line = strtok(buf, delim); line; line = strtok(NULL, delim))