HomeSort by relevance Sort by last modified time
    Searched defs:fchdir (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm/syscalls/
fchdir.S 6 ENTRY(fchdir) function
15 END(fchdir)
  /bionic/libc/arch-mips/syscalls/
fchdir.S 4 .globl fchdir
6 .ent fchdir
8 fchdir: label
22 .end fchdir
  /bionic/libc/arch-x86/syscalls/
fchdir.S 6 ENTRY(fchdir) function
21 END(fchdir)
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 214 <http://www.opengroup.org/susv3xsh/fchdir.html>. */
215 extern int fchdir (int /*fd*/);
224 # undef fchdir macro
225 # define fchdir(f) \ macro
226 (GL_LINK_WARNING ("fchdir is unportable - " \
227 "use gnulib module fchdir for portability"), \
228 fchdir (f))
  /external/bison/darwin-lib/
unistd.h 783 <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 for portability")
    [all...]
  /external/bison/linux-lib/
unistd.h 783 <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 for portability")
    [all...]

Completed in 320 milliseconds