Searched refs:onelock (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | ulockf.c | 37 static int onelock(char *, char *, char *); 67 if (onelock(pid, tempfile, name) == -1) { in mklock() 72 if (onelock(pid, tempfile, name)) { in mklock() 196 onelock(char *pid, char *tempfile, char *name) in onelock() function
|
/titanic_50/usr/src/cmd/tip/ |
H A D | uucplock.c | 59 static int onelock(char *, char *, char *); 93 if (onelock(pid, tempfile, file) == -1) { in ulockf() 99 if (onelock(pid, tempfile, file)) { in ulockf() 199 onelock(char *pid, char *tempfile, char *name) in onelock() function
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | ulockf.c | 46 static int onelock(); 84 if (onelock(pid, tempfile, name) == -1) { 89 if (onelock(pid, tempfile, name)) { 296 onelock(pid,tempfile,name) in onelock() function
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | ulockf.c | 47 static int onelock(); 85 if (onelock(pid, tempfile, name) == -1) { 90 if (onelock(pid, tempfile, name)) { 297 onelock(pid,tempfile,name) in onelock() function
|