Lines Matching defs:s
66 char *s; /* Pointer to string or fname */
155 if (asprintf(&temp_arg, "%s\n", optarg) < 1)
224 static char *s; /* Current pointer inside string */
239 if ((f = fopen(script->s, "r")) == NULL)
240 err(1, "%s", script->s);
241 fname = script->s;
246 sizeof (string_ident), "\"%s\"", script->s)) >=
251 s = script->s;
271 if (linenum == 0 && s[0] == '#' && s[1] == 'n')
282 switch (*s) {
285 if (s == script->s) {
299 s++;
305 *p++ = *s++;
402 err(1, "%s", fname);
415 "%s/.!%ld!%s", dirname(dn), (long)getpid(),
421 err(1, "%s", fname);
449 warn("%s", fname);
464 err(1, "%s", fname);
478 add_compunit(enum e_cut type, char *s)
485 cu->s = s;
495 add_file(char *s)
503 fp->fname = s;