Searched refs:S_IXALL (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/pkg_install/delete/
H A Dperform.c228 fchmod(fd, sb.st_mode | S_IXALL); /* be sure, chmod a+x */
262 fchmod(fd, sb.st_mode | S_IXALL); /* be sure, chmod a+x */
340 fchmod(fd, sb.st_mode | S_IXALL); /* be sure, chmod a+x */
/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A Dperform.c423 fchmod(fd, sb.st_mode | S_IXALL); /* be sure, chmod a+x */
458 fchmod(fd, sb.st_mode | S_IXALL); /* be sure, chmod a+x */
489 fchmod(fd, sb.st_mode | S_IXALL); /* be sure, chmod a+x */
524 fchmod(fd, sb.st_mode | S_IRALL | S_IXALL); /* be sure, chmod a+rx */
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dlib.h58 #define S_IXALL 0000111 macro

Completed in 95 milliseconds