Searched refs:program_name (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | sys_info.h | 31 extern const char *program_name, *program_version;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | thrpool_client.c | 66 static char *program_name = NULL; variable 188 fprintf(stderr,"%s: failed to alloc buffer struct\n", program_name); 194 fprintf(stderr,"%s: failed to alloc buffer struct\n", program_name); 204 fprintf(stderr,"%s: PR_OpenTCPSocket failed\n", program_name); 225 fprintf(stderr,"%s: ERROR - TCP_Client:writen\n", program_name); 234 fprintf(stderr,"%s: ERROR - TCP_Client:readn\n", program_name); 242 fprintf(stderr,"%s: ERROR - data corruption\n", program_name); 251 fprintf(stderr,"%s: ERROR - PR_Shutdown\n", program_name); 297 fprintf(stderr,"%s: PR_NewMonitor failed\n", program_name); 307 fprintf(stderr,"%s: PR_NEW failed\n", program_name); [all...] |
H A D | thrpool_server.c | 72 static char *program_name = NULL; variable 225 fprintf(stderr,"%s: ERROR - PR_Shutdown\n", program_name); 259 fprintf(stderr,"%s: failed to alloc buffer struct\n",program_name); 328 fprintf(stderr,"%s: PR_NewTCPSocket failed\n", program_name); 346 fprintf(stderr,"%s: ERROR - PR_Bind failed\n", program_name); 353 fprintf(stderr,"%s: ERROR - PR_Listen failed\n", program_name); 359 fprintf(stderr,"%s: ERROR - PR_GetSockName failed\n", program_name); 370 fprintf(stderr,"%s: PR_NEW failed\n", program_name); 430 fprintf(stderr,"%s: PR_NewMonitor failed\n", program_name); 470 fprintf(stderr,"%s: ERROR - PR_Accept failed\n", program_name); [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | einfo.c | 105 * @v program_name Program name 107 static void print_help ( const char *program_name ) { 109 program_name );
|
H A D | efirom.c | 169 * @v program_name Program name 171 static void print_help ( const char *program_name ) { 173 "infile outfile\n", program_name );
|
H A D | elf2efi.c | 737 * @v program_name Program name 739 static void print_help ( const char *program_name ) { 741 program_name );
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | ltmain.sh | 5020 const char *program_name = NULL; 5036 program_name = (char *) xstrdup (base_name (argv[0])); 5038 DEBUG("(main) program_name : %s\n",program_name); 5268 fprintf (stderr, "%s: %s: ", program_name, mode);
|
Completed in 1417 milliseconds