Searched refs:_PATH_WALL (Results 1 – 3 of 3) sorted by relevance
98 #define _PATH_WALL "/usr/bin/wall" macro148 #undef _PATH_WALL149 #define _PATH_WALL "/rescue/wall" macro
158 char buf[sizeof(_PATH_WALL) + sizeof(OPGRENT) + 3]; in broadcast()163 snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT); in broadcast()
324 (void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL); in timewarn()327 syslog(LOG_ERR, "shutdown: can't find %s: %m", _PATH_WALL); in timewarn()