Searched refs:LOCKPRE (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucico.c | 254 (void) sprintf(lockname, "%s.", LOCKPRE); 401 if (umlock(LOCKPRE, lockname)) { 542 if (umlock(LOCKPRE, lockname) != 0) { 556 delock(LOCKPRE, lockname); 574 delock(LOCKPRE, lockname); 603 delock(LOCKPRE, lockname); 629 delock(LOCKPRE, lockname); 653 delock(LOCKPRE, lockname); 704 delock(LOCKPRE, lockname); 714 delock(LOCKPRE, lockname);
|
H A D | anlwrk.c | 205 delock(LOCKPRE, lockname); 208 delock(LOCKPRE, lockname); 220 (void) umlock(LOCKPRE, lockname);
|
H A D | uucp.h | 213 #define LOCKPRE "/var/spool/locks/LCK." macro 215 #define LOCKPRE "/var/spool/uucp/LCK."
|
H A D | uusched.c | 182 (void) sprintf(lckname, "%s.%s.%s", LOCKPRE, Rmtname, gradeptr[i]);
|
H A D | uustat.c | 342 (void) strcpy(lckdir, LOCKPRE); in main() 1010 (void) strcpy(lckdir, LOCKPRE); in lckpid() 1257 (void) strcpy(lckdir, LOCKPRE);
|
H A D | grades.c | 729 (void) sprintf(lockname, "%s.%.*s.%s", LOCKPRE, SYSNSIZE,
|
H A D | uucleanup.c | 272 LOCKPRE, SYSNSIZE, file1, file2);
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | uucplock.c | 35 #define LOCKPRE "LK" macro 253 LOCKDIR, LOCKPRE, in delock() 276 LOCKDIR, LOCKPRE, in tip_mlock()
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 126 #define LOCKPRE (const char *)"/var/spool/locks/LCK." macro 128 #define LOCKPRE (const char *)"/var/spool/uucp/LCK."
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 170 #define LOCKPRE "/var/spool/locks/LCK." macro 172 #define LOCKPRE "/var/spool/uucp/LCK."
|