Home
last modified time | relevance | path

Searched refs:OPGRENT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/dump/
H A Doptr.c158 char buf[sizeof(_PATH_WALL) + sizeof(OPGRENT) + 3]; in broadcast()
163 snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT); in broadcast()
H A Ddump.h145 #define OPGRENT "operator" /* group entry to notify */ macro