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

/freebsd-13-stable/include/
H A Dpaths.h99 #define _PATH_WALL "/usr/bin/wall" macro
147 #undef _PATH_WALL macro
148 #define _PATH_WALL "/rescue/wall" macro
/freebsd-13-stable/sbin/dump/
H A Doptr.c166 char buf[sizeof(_PATH_WALL) + sizeof(OPGRENT) + 3];
171 snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT);
/freebsd-13-stable/sbin/shutdown/
H A Dshutdown.c313 (void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL);
316 syslog(LOG_ERR, "shutdown: can't find %s: %m", _PATH_WALL);

Completed in 158 milliseconds