Home
last modified time | relevance | path

Searched refs:lchmod (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_stat.in.h522 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode)
525 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode));
526 _GL_CXXALIASWARN (lchmod);
528 # undef lchmod
530 _GL_WARN_ON_USE (lchmod, "lchmod is unportable - "
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsys_stat.in.h522 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode)
525 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode));
526 _GL_CXXALIASWARN (lchmod);
528 # undef lchmod
530 _GL_WARN_ON_USE (lchmod, "lchmod is unportable - "
/netbsd/tools/compat/
H A Dlchmod.c43 lchmod(const char *path, mode_t mode) in lchmod() function
H A Dconfigure.ac230 heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \
250 AC_CHECK_DECLS([lchflags, lchmod, lchown],,,[
H A DMakefile11 issetugid.c lchflags.c lchmod.c lchown.c libyywrap.c \
H A Dcompat_defs.h543 int lchmod(const char *, mode_t);
H A Dnbtool_config.h.in209 /* Define to 1 if you have the declaration of `lchmod', and to 0 if you don't.
521 /* Define to 1 if you have the `lchmod' function. */
/netbsd/bin/chmod/
H A Dchmod.c163 change_mode = lchmod; in main()
/netbsd/sys/sys/
H A Dstat.h268 int lchmod(const char *, mode_t);
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dsys_stat_h.m449 ]], [fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dsys_stat_h.m449 ]], [fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat
/netbsd/usr.sbin/mtree/
H A Dverify.c297 if (lchmod(path, p->st_mode)) in miss()
H A Dcompare.c293 if (lchmod(p->fts_accpath, s->st_mode)) in compare()
/netbsd/external/bsd/kyua-testers/dist/
H A Dfs.c255 if (lchmod(path, new_mode) == -1) { in try_unprotect_symlink()
H A Dfs_test.c200 return lchmod("test", 0700) == -1 && chmod("test", 0700) != -1; in lchmod_fails()
/netbsd/usr.bin/sort/
H A Dsort.c366 if (lchmod(outfile, st.st_mode & ALLPERMS) != 0) { in main()
/netbsd/lib/libc/sys/
H A DMakefile.inc130 lchflags.S lchmod.S lchown.S lfs_bmapv.S lfs_markv.S lfs_segclean.S \
307 MLINKS+=chmod.2 fchmod.2 chmod.2 lchmod.2
/netbsd/sys/rump/
H A Drump.sysmap106 274 sys_lchmod lchmod rump___sysimpl_lchmod
/netbsd/bin/cp/
H A Dutils.c386 if (fd ? fchmod(fd, fs->st_mode) : lchmod(to.p_path, fs->st_mode)) { in setfile()
/netbsd/lib/libpuffs/
H A Dnull.c68 if (lchmod(path, va->va_mode) == -1) in PUFFSOP_PROTOS()
/netbsd/bin/pax/
H A Dfile_subs.c898 if (lchmod(fnm, mode)) { in set_pmode()
/netbsd/usr.bin/unzip/
H A Dunzip.c648 if (lchmod(*path, mode) == -1) in extract_file()
/netbsd/sbin/restore/
H A Dtape.c705 (void) lchmod(name, mode); in extractfile()
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_disk_windows.c2581 if (lchmod(a->name, mode) != 0) { in set_mode()
/netbsd/external/gpl3/gdb/dist/gnulib/
H A DChangeLog207 (lchmod): Update.

12