HomeSort by relevance Sort by last modified time
    Searched full:fchdir (Results 1 - 25 of 512) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
fchdir.S 5 ENTRY(fchdir) function
14 END(fchdir)
  /bionic/libc/arch-arm/syscalls/
fchdir.S 5 ENTRY(fchdir) function
14 END(fchdir)
  /bionic/libc/arch-mips/syscalls/
fchdir.S 5 ENTRY(fchdir) function
19 END(fchdir)
  /bionic/libc/arch-x86_64/syscalls/
fchdir.S 5 ENTRY(fchdir) function
15 END(fchdir)
  /bionic/libc/arch-mips64/syscalls/
fchdir.S 5 ENTRY(fchdir) function
25 END(fchdir)
  /bionic/libc/arch-x86/syscalls/
fchdir.S 5 ENTRY(fchdir) function
21 END(fchdir)
  /external/bison/m4/
close.m4 23 dnl Replace close() for supporting the gnulib-defined fchdir() function,
24 dnl to keep fchdir's bookkeeping up-to-date.
dup2.m4 68 dnl Replace dup2() for supporting the gnulib-defined fchdir() function,
69 dnl to keep fchdir's bookkeeping up-to-date.
fcntl.m4 76 dnl Replace fcntl() for supporting the gnulib-defined fchdir() function,
77 dnl to keep fchdir's bookkeeping up-to-date.
open.m4 65 dnl Replace open() for supporting the gnulib-defined fchdir() function,
66 dnl to keep fchdir's bookkeeping up-to-date.
  /external/bison/lib/
open.c 121 /* Implementing fchdir and fdopendir requires the ability to open a
125 override fstat() in fchdir.c to hide the fact that we have a
unistd.in.h 471 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */
473 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
475 /* Gnulib internal hooks needed to maintain the fchdir metadata. */
484 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
487 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
488 _GL_CXXALIASWARN (fchdir);
490 # undef fchdir
492 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - "
493 "use gnulib module fchdir for portability")
    [all...]
spawn-pipe.c 51 /* The results of open() in this file are not used with fchdir,
52 therefore save some unnecessary work in fchdir.c. */
  /bionic/libc/bionic/
fts.c 65 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
239 error = fchdir(rfd);
362 if (FCHDIR(sp, sp->fts_rfd)) {
419 if (FCHDIR(sp, sp->fts_rfd)) {
425 if (FCHDIR(sp, p->fts_symfd)) {
523 if (fchdir(fd)) {
773 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) :
1044 ret = fchdir(newfd);
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 154 "fchdir",
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 318 fchdir
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 313 fchdir
  /development/ndk/platforms/android-12/include/
unistd.h 113 extern int fchdir(int);
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 315 fchdir
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 310 fchdir
  /development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt 315 fchdir
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 310 fchdir

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 91011>>