Searched refs:_PATH_WALL (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/include/ |
| HD | paths.h | 93 #define _PATH_WALL "/usr/bin/wall" macro 140 #undef _PATH_WALL 141 #define _PATH_WALL "/rescue/wall" macro
|
| /NextBSD/sbin/dump/ |
| HD | optr.c | 164 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/ |
| HD | shutdown.c | 308 (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/ |
| HD | bsd_out.c | 49 #define _PATH_WALL "/usr/bin/wall" macro 547 FILE *pw = popen(_PATH_WALL, "w"); in _bsd_send()
|
| HD | asl_action.c | 47 #define _PATH_WALL "/usr/bin/wall" macro 229 pw = popen(_PATH_WALL, "w"); in _act_broadcast()
|