Searched refs:chkpth (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 470 if (chkpth(ffile, CK_READ) == FAIL) in mv_Xfiles() 472 if (chkpth(tfull, CK_WRITE) == FAIL) { in mv_Xfiles() 523 if (chkpth(ffull, CK_WRITE) == FAIL || in unmv_Xfiles() 524 chkpth(tfull, CK_READ) == FAIL) in unmv_Xfiles() 706 if (chkpth(file, CK_READ) == FAIL || in doFileChk() 707 chkpth(file, CK_WRITE) == FAIL) in doFileChk() 898 if (chkpth(fin, CK_READ)) { 915 if (chkpth(fout, CK_WRITE)) { 929 if (chkpth(ferr, CK_WRITE)) { 1304 if (chkpth(file, CK_WRITE) != FAIL)
|
H A D | mailst.c | 86 else if (chkpth(infile, CK_READ) == FAIL) {
|
H A D | uucp.h | 602 extern int chkperm(), chkpth(); /* permission.c */
|
H A D | permission.c | 900 chkpth(path, flag) in chkpth() function
|
H A D | cntrl.c | 777 if (chkpth(filename, CK_WRITE) in cntrl() 1221 if (chkpth(filename, CK_READ) || !F_READANY(fileno(fp))) { in cntrl()
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 440 extern int chkperm(), chkpth(); /* permission.c */
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | uucp.h | 544 extern int chkperm(), chkpth(); /* permission.c */
|