Lines Matching defs:pos
49 char *pos = arg;
51 while (pos != NULL) {
52 if (pos[0] == '\'') {
54 pos++;
55 argv[i] = strsep(&pos, "\'");
56 while (pos != NULL && pos[0] == ' ')
57 pos++;
59 argv[i] = strsep(&pos, " ");
161 char *pos;
186 pos = inbuf;
187 while ((line = strsep(&pos, "\n")))
188 if (pos || line[0] != '\0')
195 char *pos;
207 pos = errbuf;
208 while ((line = strsep(&pos, "\n")))
209 if (pos || line[0] != '\0')