Searched refs:OPGRENT (Results 1 – 2 of 2) sorted by relevance
158 char buf[sizeof(_PATH_WALL) + sizeof(OPGRENT) + 3]; in broadcast()163 snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT); in broadcast()
145 #define OPGRENT "operator" /* group entry to notify */ macro