Searched refs:program_name (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/localedata/ |
D | dump-ctype.c | 32 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/ |
D | error.c | 67 # 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/ |
D | euidaccess.c | 194 char *program_name; 203 program_name = argv[0]; in main()
|
/glibc-2.36/locale/programs/ |
D | linereader.c | 188 extern char *program_name;
|
/glibc-2.36/manual/ |
D | errno.texi | 1349 Otherwise the string from the global variable @code{program_name} is
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 8690 * locale/programs/localedef.c: No need to define `program_name'.
|