Searched refs:program_name (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | error.c | 63 # define program_name program_invocation_name macro 97 extern char *program_name; 248 __fxprintf (NULL, "%s: ", program_name); in error() 250 fprintf (stderr, "%s: ", program_name); in error() 307 __fxprintf (NULL, "%s:", program_name); in error_at_line() 309 fprintf (stderr, "%s:", program_name); in error_at_line()
|
/ndk/sources/host-tools/make-3.81/ |
D | ansi2knr.c | 236 char *program_name = argv[0]; local 268 fprintf(stderr, "%s: Unrecognized switch: %s\n", program_name, 283 program_name, output_name); 291 program_name, argv[1]); 366 fprintf(stderr, "%s: error writing to %s\n", program_name,
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.c | 59 char *program_name; variable 209 program_name = argv[0];
|