HomeSort by: relevance | last modified time | path
    Searched defs:chdir (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/external/bsd/libarchive/dist/tar/
bsdtar_windows.h 35 #define chdir __tar_chdir macro
  /src/crypto/external/bsd/openssl.old/dist/test/
conf_include_test.c 19 # define chdir _chdir macro
31 /* the test does not work without chdir() */
32 # define chdir(x) (-1); macro
56 ret = chdir(s);
202 * For this test we need to chdir as we use relative
  /src/crypto/external/apache2/openssl/dist/test/
conf_include_test.c 20 #define chdir _chdir macro
33 /* the test does not work without chdir() */
34 #define chdir(x) (-1); macro
60 ret = chdir(s);
277 * For this test we need to chdir as we use relative
  /src/crypto/external/bsd/openssl/dist/test/
conf_include_test.c 20 # define chdir _chdir macro
33 /* the test does not work without chdir() */
34 # define chdir(x) (-1); macro
58 ret = chdir(s);
222 * For this test we need to chdir as we use relative
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 91 #define chdir(a) rump_sys_chdir(a) macro
  /src/sys/sys/
spawn.h 70 #define fae_chdir_path fae_data.chdir.path
71 } chdir; member in union:posix_spawn_file_actions_entry::__anon7703
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops-common.h 146 inline int chdir(const wchar_t* path) function in namespace:filesystem::__gnu_posix
207 using ::chdir;
240 inline int chdir(const char*) { errno = ENOSYS; return -1; }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops-common.h 142 inline int chdir(const wchar_t* path) function in namespace:filesystem::__gnu_posix
203 using ::chdir;
236 inline int chdir(const char*) { errno = ENOSYS; return -1; }
  /src/external/gpl2/gmake/dist/
make.h 358 /* This is needed for getcwd() and chdir(). */
572 # if !defined chdir macro
573 # define chdir _chdir2
580 chdir() and getcwd(). This avoids some error messages for the
584 # undef chdir
583 # undef chdir macro
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 104 #undef chdir macro
105 #define chdir _chdir macro
160 /* chdir() and error if it fails */
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 310 int chdir(const wchar_t *path) { return _wchdir(path); } function in namespace:detail::__anon3639
487 using ::chdir;
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
unistd.h 821 # undef chdir macro
822 # define chdir _chdir macro
824 _GL_CXXALIAS_MDA (chdir, int, (const char *file));
826 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
828 _GL_CXXALIASWARN (chdir); variable
830 # undef chdir macro
832 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
833 "use gnulib module chdir for portability");
836 /* On native Windows, map 'chdir' to '_chdir', so that -loldnames is not
838 platforms by defining GNULIB_NAMESPACE::chdir always. *
841 # undef chdir macro
842 # define chdir macro
848 _GL_CXXALIASWARN (chdir); variable
    [all...]

Completed in 67 milliseconds

1 2 3