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

/external/bison/darwin-lib/
H A Dunistd.h783 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */
785 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
787 /* Gnulib internal hooks needed to maintain the fchdir metadata. */
796 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
799 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
800 _GL_CXXALIASWARN (fchdir);
802 # undef fchdir macro
804 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - "
805 "use gnulib module fchdir fo
[all...]
/external/bison/linux-lib/
H A Dunistd.h783 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */
785 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
787 /* Gnulib internal hooks needed to maintain the fchdir metadata. */
796 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
799 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
800 _GL_CXXALIASWARN (fchdir);
802 # undef fchdir macro
804 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - "
805 "use gnulib module fchdir fo
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc578 int KernelProxy::fchdir(int fd) { function in class:nacl_io::KernelProxy

Completed in 39 milliseconds