Home
last modified time | relevance | path

Searched refs:PATH_DEVNULL (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/ntp/ntpq/
H A Dntpq.c20 # define PATH_DEVNULL "NUL:" macro
22 # define PATH_DEVNULL "/dev/null" macro
1717 current_output = fopen(PATH_DEVNULL, "w"); in docmd()