Searched refs:NULL_DEVICE (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dlog.c436 #define NULL_DEVICE "nul" macro
438 #define NULL_DEVICE "/dev/null" macro
442 if (freopen(NULL_DEVICE, "w", stderr) == NULL) {
444 "unable to replace stderr with %s", NULL_DEVICE);

Completed in 334 milliseconds