Home
last modified time | relevance | path

Searched refs:P_WRITE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libadm/common/
H A Dckpath.c120 if (pflags & P_WRITE) in sethlp()
147 (P_EXIST|P_NONZERO|P_READ|P_WRITE|P_EXEC))) || in ckpath_stx()
230 if ((pflags & P_WRITE) && !(status.st_mode & S_IWRITE)) { in ckpath_val()
/titanic_41/usr/src/head/
H A Dvaltools.h63 #define P_WRITE 0x0400 macro
/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.h69 #define P_WRITE 2 /* Write allowed */ macro
/titanic_41/usr/src/cmd/valtools/
H A Dckpath.c211 pflags |= P_WRITE; in main()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c388 if (n = ckpath(path, P_ABSOLUTE|P_DIR|P_WRITE, in ask_basedir()