Searched refs:fchmod (Results 1 – 25 of 71) sorted by relevance
123
| /mirbsd/src/lib/libpthread/uthread/ |
| D | uthread_fchmod.c | 42 fchmod(int fd, mode_t mode) in fchmod() function
|
| D | uthread_init.c | 89 &fchmod,
|
| /mirbsd/src/bin/cp/ |
| D | utils.c | 172 fchmod(to_fd, fs->st_mode & RETAINBITS & ~myumask)) { in copy_file() 265 if (fd ? fchmod(fd, fs->st_mode) : chmod(to.p_path, fs->st_mode)) { in setfile()
|
| /mirbsd/src/lib/libc/stdio/ |
| D | tmpfile.c | 66 (void)fchmod(fd, 0666 & ~u); in tmpfile()
|
| /mirbsd/src/bin/mv/ |
| D | mv.c | 283 (void) fchmod(to_fd, sbp->st_mode & ~(S_ISUID|S_ISGID)); in fastcopy() 313 if (fchmod(to_fd, sbp->st_mode)) in fastcopy()
|
| /mirbsd/src/sys/sys/ |
| D | stat.h | 191 int fchmod(int, mode_t);
|
| /mirbsd/src/usr.bin/mail/ |
| D | edit.c | 157 if (readonly && fchmod(t, 0400) == -1) { in run_editor()
|
| D | quit.c | 258 fchmod(fileno(obuf), 0600); in quit()
|
| /mirbsd/src/usr.bin/x99token/ |
| D | x99token.c | 139 fchmod(fileno(fp), 0600); in main()
|
| /mirbsd/src/usr.sbin/pwd_mkdb/ |
| D | pwd_mkdb.c | 241 else if (fchmod(edp->fd(edp), PERM_SECURE|S_IRGRP) != 0) in main() 330 (void)fchmod(fileno(fp), S_IRUSR|S_IWUSR); in main()
|
| /mirbsd/src/libexec/ld.so/ldconfig/ |
| D | prebind_delete.c | 276 if (fchmod(outfd, st->st_mode) == -1) in prebind_newfile()
|
| D | ldconfig.c | 418 fchmod(fd, 0444); in buildhints()
|
| /mirbsd/src/share/doc/psd/05.sysman/ |
| D | spell.ok | 134 fchmod
|
| /mirbsd/src/usr.sbin/sliplogin/ |
| D | sliplogin.c | 245 (void) fchmod(STDIN_FILENO, 0600); in main()
|
| /mirbsd/src/libexec/login_token/ |
| D | tokendb.c | 223 if (must_set_mode && fchmod((tokendb->fd)(tokendb), 0640)) in tokendb_open()
|
| /mirbsd/src/usr.bin/sort/ |
| D | sort.c | 270 fchmod(outfd, DEFFILEMODE & ~um) == -1 || in main()
|
| /mirbsd/src/etc/systrace/ |
| D | usr_sbin_lpd | 22 native-fchmod: permit
|
| /mirbsd/src/lib/libc/sys/ |
| D | Makefile.inc | 45 fchflags.o fchmod.o fchown.o fchroot.o fcntl.o fhopen.o fhstat.o \ 225 MLINKS+=chmod.2 fchmod.2
|
| /mirbsd/src/usr.bin/compress/ |
| D | main.c | 737 fchmod(fd, DEFFILEMODE & ~mask); in setfile() 754 if (fchmod(fd, fs->st_mode)) in setfile()
|
| /mirbsd/src/usr.sbin/lpr/common_source/ |
| D | common.c | 480 (void)fchmod(fd, mode); in safe_open()
|
| /mirbsd/src/gnu/usr.bin/perl/t/io/ |
| D | fs.t | 196 like($@, qr/^The fchmod function is unimplemented at/, "fchmod is unimplemented");
|
| /mirbsd/src/usr.bin/ssh/ |
| D | scp.c | 1068 if (fchmod(ofd, omode)) { in sink() 1075 if (fchmod(ofd, omode & ~mask)) { in sink()
|
| /mirbsd/src/usr.bin/vi/common/ |
| D | exf.c | 196 if (fd == -1 || fchmod(fd, S_IRUSR | S_IWUSR) == -1) { 1145 fchmod(wfd, S_IRUSR | S_IWUSR) < 0) {
|
| /mirbsd/src/usr.bin/skeyinit/ |
| D | skeyinit.c | 287 fchmod(fileno(skey.keyfile), S_IRUSR | S_IWUSR) != 0) in main()
|
| /mirbsd/src/usr.sbin/pppd/ |
| D | main.c | 481 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) { 828 fchmod(ttyfd, tty_mode); in close_tty()
|
123