Searched defs:program_name (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dthrpool_client.c66 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 Dthrpool_server.c72 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...]

Completed in 35 milliseconds