Searched defs:lchown (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dlchown.c8 int lchown(const char* path, uid_t owner, gid_t group) { function
/external/bison/darwin-lib/
H A Dunistd.h1297 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html>. */
1300 # undef lchown
1301 # define lchown rpl_lchown
1303 _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)
1305 _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group));
1308 _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)
1311 _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group));
1313 _GL_CXXALIASWARN (lchown);
1315 # undef lchown macro
1317 _GL_WARN_ON_USE (lchown, "lchow
[all...]
/external/bison/linux-lib/
H A Dunistd.h1297 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html>. */
1300 # undef lchown
1301 # define lchown rpl_lchown
1303 _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)
1305 _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group));
1308 _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)
1311 _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group));
1313 _GL_CXXALIASWARN (lchown);
1315 # undef lchown macro
1317 _GL_WARN_ON_USE (lchown, "lchow
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc344 int KernelProxy::lchown(const char* path, uid_t owner, gid_t group) { function in class:nacl_io::KernelProxy
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h364 /// int lchown(const char *path, uid_t owner, gid_t group);
365 lchown, enumerator in enum:llvm::LibFunc::Func

Completed in 554 milliseconds