HomeSort by: relevance | last modified time | path
    Searched defs:REPLACE_FCHDIR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
fdopendir.c 36 # ifndef REPLACE_FCHDIR
37 # define REPLACE_FCHDIR 0
105 if (! REPLACE_FCHDIR && ! dir)
132 If REPLACE_FCHDIR or CWD is null, use opendir ("/proc/self/fd/...",
178 if (REPLACE_FCHDIR || ! cwd)
191 # if REPLACE_FCHDIR
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fdopendir.c 36 # ifndef REPLACE_FCHDIR
37 # define REPLACE_FCHDIR 0
105 if (! REPLACE_FCHDIR && ! dir)
132 If REPLACE_FCHDIR or CWD is null, use opendir ("/proc/self/fd/...",
178 if (REPLACE_FCHDIR || ! cwd)
191 # if REPLACE_FCHDIR

Completed in 169 milliseconds