OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lchmod
(Results
1 - 16
of
16
) 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
Makefile
11
issetugid.c lchflags.c
lchmod
.c lchown.c libyywrap.c \
compat_defs.h
561
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/sys/sys/
stat.h
268
int
lchmod
(const char *, mode_t);
/src/usr.bin/sort/
sort.c
366
if (
lchmod
(outfile, st.st_mode & ALLPERMS) != 0) {
/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/bin/pax/
file_subs.c
898
if (
lchmod
(fnm, mode)) {
/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/sbin/restore/
tape.c
706
(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
3074
__weak_alias(
lchmod
,rump___sysimpl_lchmod);
7797
}, /* 274 =
lchmod
*/
Completed in 58 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026