HomeSort by: relevance | last modified time | path
    Searched refs:_PATH_MSGS (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/msgs/
pathnames.h 34 #define _PATH_MSGS "/var/msgs"
msgs.c 251 snprintf(fname, sizeof (fname), "%s/%s", _PATH_MSGS, BOUNDS);
270 dirp = opendir(_PATH_MSGS);
272 perror(_PATH_MSGS);
293 _PATH_MSGS, cp);
340 * Send mode - place msgs in _PATH_MSGS
349 snprintf(fname, sizeof (fname), "%s/%d", _PATH_MSGS, nextmsg);
481 snprintf(fname, sizeof (fname), "%s/%d", _PATH_MSGS, msg);
764 snprintf(fname, sizeof (fname), "%s/%d", _PATH_MSGS, cmsg);

Completed in 17 milliseconds