Searched refs:SYS_chmod (Results 1 – 3 of 3) sorted by relevance
7 #ifdef SYS_chmod in chmod()8 return syscall(SYS_chmod, path, mode); in chmod()
14 #ifdef SYS_chmod in fchmod()15 return syscall(SYS_chmod, buf, mode); in fchmod()
434 #define SYS_chmod 15 macro