Home
last modified time | relevance | path

Searched refs:program_name (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Derror.c63 # 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/sed-4.2.1/sed/
Dsed.c59 char *program_name; variable
209 program_name = argv[0];