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

/freebsd-10.1-release/include/
H A Dpaths.h93 #define _PATH_WALL "/usr/bin/wall" macro
140 #undef _PATH_WALL macro
141 #define _PATH_WALL "/rescue/wall" macro
/freebsd-10.1-release/sbin/dump/
H A Doptr.c164 char buf[sizeof(_PATH_WALL) + sizeof(OPGRENT) + 3];
169 snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT);
/freebsd-10.1-release/sbin/shutdown/
H A Dshutdown.c307 (void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL);
310 syslog(LOG_ERR, "shutdown: can't find %s: %m", _PATH_WALL);

Completed in 107 milliseconds