Searched refs:SYS_fchmodat (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/src/stat/ |
D | fchmodat.c | 9 if (!flag) return syscall(SYS_fchmodat, fd, path, mode, flag); in fchmodat() 33 else ret = __syscall(SYS_fchmodat, AT_FDCWD, proc, mode); in fchmodat()
|
D | chmod.c | 10 return syscall(SYS_fchmodat, AT_FDCWD, path, mode); in chmod()
|
D | fchmod.c | 17 return syscall(SYS_fchmodat, AT_FDCWD, buf, mode); in fchmod()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 713 #define SYS_fchmodat 333 macro
|