Searched defs:lchmod (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Libc-1044.1.2/emulated/
H A Dlchmod.c33 lchmod(const char *path, mode_t mode) function
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfchmodat.c30 # undef lchmod macro
31 # define lchmod lchmod_rpl macro
32 static int lchmod (char const *f, mode_t m) { errno = ENOSYS; return -1; } function

Completed in 178 milliseconds