Searched refs:LOCKPRE (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | uucico.c | 253 (void) sprintf(lockname, "%s.", LOCKPRE); 400 if (umlock(LOCKPRE, lockname)) { 541 if (umlock(LOCKPRE, lockname) != 0) { 555 delock(LOCKPRE, lockname); 573 delock(LOCKPRE, lockname); 602 delock(LOCKPRE, lockname); 628 delock(LOCKPRE, lockname); 652 delock(LOCKPRE, lockname); 703 delock(LOCKPRE, lockname); 713 delock(LOCKPRE, lockname);
|
H A D | anlwrk.c | 207 delock(LOCKPRE, lockname); 210 delock(LOCKPRE, lockname); 222 (void) umlock(LOCKPRE, lockname);
|
H A D | uucp.h | 215 #define LOCKPRE "/var/spool/locks/LCK." macro 217 #define LOCKPRE "/var/spool/uucp/LCK."
|
H A D | uusched.c | 185 (void) sprintf(lckname, "%s.%s.%s", LOCKPRE, Rmtname, gradeptr[i]);
|
H A D | uustat.c | 344 (void) strcpy(lckdir, LOCKPRE); 1012 (void) strcpy(lckdir, LOCKPRE); in lckpid() 1259 (void) strcpy(lckdir, LOCKPRE);
|
H A D | grades.c | 729 (void) sprintf(lockname, "%s.%.*s.%s", LOCKPRE, SYSNSIZE,
|
H A D | uucleanup.c | 275 LOCKPRE, SYSNSIZE, file1, file2);
|
/titanic_41/usr/src/cmd/tip/ |
H A D | uucplock.c | 37 #define LOCKPRE "LK" macro 255 LOCKDIR, LOCKPRE, in delock() 278 LOCKDIR, LOCKPRE, in tip_mlock()
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 128 #define LOCKPRE (const char *)"/var/spool/locks/LCK." macro 130 #define LOCKPRE (const char *)"/var/spool/uucp/LCK."
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | uucp.h | 171 #define LOCKPRE "/var/spool/locks/LCK." macro 173 #define LOCKPRE "/var/spool/uucp/LCK."
|