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

/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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h317 /// int lchown(const char *path, uid_t owner, gid_t group);
318 lchown, enumerator in enum:llvm::LibFunc::Func

Completed in 135 milliseconds