HomeSort by: relevance | last modified time | path
    Searched refs:lchmod (Results 1 - 17 of 17) sorted by relevancy

  /src/tools/compat/
lchmod.c 1 /* $NetBSD: lchmod.c,v 1.4 2008/04/28 20:24:12 martin Exp $ */
32 /* Emulate lchmod(2), checking path with lstat(2) first to ensure that
43 lchmod(const char *path, mode_t mode) function in typeref:typename:int
Makefile 11 issetugid.c lchflags.c lchmod.c lchown.c libyywrap.c \
configure.ac 246 heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \
267 AC_CHECK_DECLS([lchflags, lchmod, lchown],,,[
compat_defs.h 557 int lchmod(const char *, mode_t);
  /src/bin/chmod/
chmod.c 119 * 1.3, lchmod(2) is introduced and this
163 change_mode = lchmod;
  /src/usr.bin/sort/
sort.c 366 if (lchmod(outfile, st.st_mode & ALLPERMS) != 0) {
  /src/sys/sys/
stat.h 268 int lchmod(const char *, mode_t);
  /src/usr.sbin/mtree/
verify.c 300 if (lchmod(path, p->st_mode))
compare.c 293 if (lchmod(p->fts_accpath, s->st_mode))
  /src/bin/cp/
utils.c 386 if (fd ? fchmod(fd, fs->st_mode) : lchmod(to.p_path, fs->st_mode)) {
  /src/lib/libc/sys/
Makefile.inc 129 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
  /src/lib/libpuffs/
null.c 68 if (lchmod(path, va->va_mode) == -1)
  /src/usr.bin/unzip/
unzip.c 648 if (lchmod(*path, mode) == -1)
  /src/bin/pax/
file_subs.c 898 if (lchmod(fnm, mode)) {
  /src/sbin/restore/
tape.c 705 (void) lchmod(name, mode);
  /src/lib/librumphijack/
hijack.c 343 { DUALCALL_LCHMOD, "lchmod", RSYS_NAME(LCHMOD) },
2696 PATHCALL(int, lchmod, DUALCALL_LCHMOD, \
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 3072 __weak_alias(lchmod,rump___sysimpl_lchmod);
7795 }, /* 274 = lchmod */

Completed in 26 milliseconds