Home
last modified time | relevance | path

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

/glibc-2.36/localedata/
Ddump-ctype.c32 static const char *program_name = "dump-ctype"; variable
55 fprintf (stderr, "%s %s: noexistent class %s\n", program_name, in dump_class()
63 fprintf (stderr, "%s %s: cannot open file %s/%s\n", program_name, in dump_class()
74 fprintf (stderr, "%s %s: I/O error on file %s/%s\n", program_name, in dump_class()
89 fprintf (stderr, "%s %s: noexistent map %s\n", program_name, in dump_map()
97 fprintf (stderr, "%s %s: cannot open file %s/%s\n", program_name, in dump_map()
108 fprintf (stderr, "%s %s: I/O error on file %s/%s\n", program_name, in dump_map()
129 program_name, locale); in main()
138 sprintf (buf, "%s: cannot create directory %s", program_name, locale); in main()
149 sprintf (buf, "%s: cannot chdir to %s", program_name, locale); in main()
/glibc-2.36/misc/
Derror.c67 # define program_name program_invocation_name macro
119 extern char *program_name;
255 __fxprintf (NULL, "%s: ", program_name); in __error_internal()
257 fprintf (stderr, "%s: ", program_name); in __error_internal()
321 __fxprintf (NULL, "%s:", program_name); in __error_at_line_internal()
323 fprintf (stderr, "%s:", program_name); in __error_at_line_internal()
/glibc-2.36/sysdeps/posix/
Deuidaccess.c194 char *program_name;
203 program_name = argv[0]; in main()
/glibc-2.36/locale/programs/
Dlinereader.c188 extern char *program_name;
/glibc-2.36/manual/
Derrno.texi1349 Otherwise the string from the global variable @code{program_name} is
/glibc-2.36/ChangeLog.old/
DChangeLog.68690 * locale/programs/localedef.c: No need to define `program_name'.