Lines Matching refs:delim
162 const char delim[] = "\n";
169 for (line = strtok(buf, delim); line; line = strtok(NULL, delim))
202 const char delim[] = "\n\t ";
211 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) {
212 mount = strtok(NULL, delim);
213 type = strtok(NULL, delim);
214 strtok(NULL, delim);
215 strtok(NULL, delim);
216 strtok(NULL, delim);
511 const char delim[] = "\n";
518 for (line = strtok(buf, delim); line; line = strtok(NULL, delim))