Home
last modified time | relevance | path

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

/NextBSD/include/
HDpaths.h93 #define _PATH_WALL "/usr/bin/wall" macro
140 #undef _PATH_WALL
141 #define _PATH_WALL "/rescue/wall" macro
/NextBSD/sbin/dump/
HDoptr.c164 char buf[sizeof(_PATH_WALL) + sizeof(OPGRENT) + 3]; in broadcast()
169 snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT); in broadcast()
/NextBSD/sbin/shutdown/
HDshutdown.c308 (void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL); in timewarn()
311 syslog(LOG_ERR, "shutdown: can't find %s: %m", _PATH_WALL); in timewarn()
/NextBSD/usr.sbin/asl/
HDbsd_out.c49 #define _PATH_WALL "/usr/bin/wall" macro
547 FILE *pw = popen(_PATH_WALL, "w"); in _bsd_send()
HDasl_action.c47 #define _PATH_WALL "/usr/bin/wall" macro
229 pw = popen(_PATH_WALL, "w"); in _act_broadcast()