Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c375 mode_t mode, oumask; in xchmod() local
388 oumask = umask (0); in xchmod()
389 (void) umask (oumask); in xchmod()
392 mode = sb.st_mode | (~oumask in xchmod()
399 mode = sb.st_mode & ~(S_IWRITE | S_IWGRP | S_IWOTH) & ~oumask; in xchmod()
H A Dupdate.c1342 mode_t oumask, writeaccess; in checkout_file() local
1348 oumask = umask(0); in checkout_file()
1349 (void) umask(oumask); in checkout_file()
1353 mode |= (~oumask) & writeaccess; in checkout_file()
H A Dclient.c304 mode_t oumask; in change_mode()
360 oumask = umask (0); in change_mode()
361 (void) umask (oumask); in change_mode()
362 mode &= ~oumask; in change_mode()
/netbsd-src/usr.bin/rdist/
H A Dserver.c65 int oumask; /* old umask for creating files */ variable
107 oumask = umask(0); in server()
1060 mkdir(name, 0777 & ~oumask) >= 0) { in chkparent()
/netbsd-src/share/man/tools/
H A Dnewsp.errs1483 oumask