Searched refs:_PATH_UUCPLOCK (Results 1 - 2 of 2) sorted by last modified time

/freebsd-10.0-release/include/
H A Dpaths.h102 #define _PATH_UUCPLOCK "/var/spool/lock/" macro
/freebsd-10.0-release/lib/libutil/
H A Duucplock.c70 char lckname[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN],
71 lcktmpname[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN];
75 (void)snprintf(lcktmpname, sizeof(lcktmpname), _PATH_UUCPLOCK LOCKTMP,
77 (void)snprintf(lckname, sizeof(lckname), _PATH_UUCPLOCK LOCKFMT,
132 char lckname[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN];
134 snprintf(lckname, sizeof(lckname), _PATH_UUCPLOCK LOCKFMT, tty_name);
152 char tbuf[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN];
154 (void)snprintf(tbuf, sizeof(tbuf), _PATH_UUCPLOCK LOCKFMT, tty_name);

Completed in 106 milliseconds