Searched defs:lchown (Results 1 - 2 of 2) 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...]

Completed in 140 milliseconds