Searched refs:NULL_DEV (Results 1 – 2 of 2) sorted by relevance
112 # define NULL_DEV "NUL" macro222 #ifndef NULL_DEV223 # define NULL_DEV "/dev/null" macro
321 int fdnull = open(NULL_DEV, O_WRONLY|O_BINARY, 0666); in html_system()