Home
last modified time | relevance | path

Searched refs:SYS_fchmodat (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/stat/
Dfchmodat.c9 if (!flag) return syscall(SYS_fchmodat, fd, path, mode, flag); in fchmodat()
33 else ret = __syscall(SYS_fchmodat, AT_FDCWD, proc, mode); in fchmodat()
Dchmod.c10 return syscall(SYS_fchmodat, AT_FDCWD, path, mode); in chmod()
Dfchmod.c17 return syscall(SYS_fchmodat, AT_FDCWD, buf, mode); in fchmod()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h713 #define SYS_fchmodat 333 macro