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

/freebsd-current/include/
H A Dpaths.h95 #define _PATH_WALL "/usr/bin/wall" macro
143 #undef _PATH_WALL macro
144 #define _PATH_WALL "/rescue/wall" macro
/freebsd-current/sbin/dump/
H A Doptr.c158 char buf[sizeof(_PATH_WALL) + sizeof(OPGRENT) + 3];
163 snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT);
/freebsd-current/sbin/shutdown/
H A Dshutdown.c303 (void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL);
306 syslog(LOG_ERR, "shutdown: can't find %s: %m", _PATH_WALL);

Completed in 74 milliseconds