| /src/external/gpl2/xcvs/dist/lib/ |
| save-cwd.c | 47 /* On systems without the fchdir function (WOE), pretend that open 49 Since chdir_long requires fchdir, use chdir instead. */ 53 # undef fchdir macro 54 # define fchdir(Fd) (abort (), -1) macro 70 So, we prefer to use the open/fchdir approach, but fall back on 73 Some systems lack fchdir altogether: e.g., OS/2, pre-2001 Cygwin, 99 Upon failure, return -1 (errno is set by chdir or fchdir). 106 return fchdir (cwd->desc);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fchdir.c | 0 /* fchdir replacement. 199 /* Implement fchdir() in terms of chdir(). */ 202 fchdir (int fd) function
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fchdir.c | 0 /* fchdir replacement. 199 /* Implement fchdir() in terms of chdir(). */ 202 fchdir (int fd) function
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/ |
| unistd.h | 1454 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 1456 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1458 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 1467 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 1470 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 1471 _GL_CXXALIASWARN (fchdir); variable 1473 # undef fchdir macro 1475 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 1476 "use gnulib module fchdir for portability") [all...] |