Home
last modified time | relevance | path

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

/freebsd/include/
H A Dpaths.h98 #define _PATH_WALL "/usr/bin/wall" macro
148 #undef _PATH_WALL
149 #define _PATH_WALL "/rescue/wall" macro
/freebsd/sbin/dump/
H A Doptr.c158 char buf[sizeof(_PATH_WALL) + sizeof(OPGRENT) + 3]; in broadcast()
163 snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT); in broadcast()
/freebsd/sbin/shutdown/
H A Dshutdown.c324 (void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL); in timewarn()
327 syslog(LOG_ERR, "shutdown: can't find %s: %m", _PATH_WALL); in timewarn()