Searched refs:perm (Results 101 - 110 of 110) sorted by relevance

12345

/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c515 isc__socket_permunix(isc_sockaddr_t *sockaddr, isc_uint32_t perm,
4974 isc__socket_permunix(isc_sockaddr_t *sockaddr, isc_uint32_t perm, argument
5000 if (chmod(path, perm) < 0) {
5005 path, perm, strbuf);
5020 UNUSED(perm);
/freebsd-9.3-release/sys/dev/oce/
H A Doce_if.h1001 int oce_read_mac_addr(POCE_SOFTC sc, uint32_t if_id, uint8_t perm,
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A DMakefile.in1359 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1363 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c2662 isc_uint32_t perm, mask; local
2677 * UNIX: Check "perm" for sanity, check path length.
2715 perm = cfg_obj_asuint32(cfg_tuple_get(control, "perm"));
2722 if ((perm & mask) == mask)
/freebsd-9.3-release/contrib/ntp/ntpd/
H A DMakefile.in1494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A DMakefile.in1510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1514 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c3806 isc__socket_permunix(isc_sockaddr_t *addr, isc_uint32_t perm, argument
3810 UNUSED(perm);
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A DMakefile.in2402 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/freebsd-9.3-release/contrib/ntp/libntp/
H A DMakefile.in1436 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1440 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dconfigure4058 found=`find $WRITEPATH $XTERMPATH $findfollow -perm -2000 -print`

Completed in 214 milliseconds

12345