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

1 2 3 4

  /src/external/gpl2/grep/dist/
configure 4525 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
4527 echo "$as_me:$LINENO: checking for library containing opendir" >&5
4528 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
4544 char opendir ();
4554 opendir (); function
4590 char opendir ();
4600 opendir (); function
4636 echo "$as_me:$LINENO: checking for library containing opendir" >&5
4637 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
4653 char opendir ();
4663 opendir (); function
4709 opendir (); function
    [all...]
  /src/distrib/utils/libhack/
opendir.c 1 /* $NetBSD: opendir.c,v 1.4 2003/08/07 09:27:58 agc Exp $ */
35 #define opendir _opendir macro
50 __weak_alias(opendir,_opendir)
57 opendir(name)
  /src/external/gpl2/diffutils/dist/
configure 6117 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
6119 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6120 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6136 char opendir ();
6146 opendir (); function
6182 char opendir ();
6192 opendir (); function
6228 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6229 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6245 char opendir ();
6255 opendir (); function
6301 opendir (); function
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
opendir.c 27 /* Override opendir(), to keep track of the open file descriptors.
59 opendir (const char *dir_name) function
62 # undef opendir macro
65 dirp = opendir (dir_name);
100 directory if the current directory changed between this opendir()
dirent.in.h 126 # undef opendir macro
127 # define opendir rpl_opendir macro
130 _GL_FUNCDECL_RPL (opendir, DIR *,
134 _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name));
137 _GL_FUNCDECL_SYS (opendir, DIR *,
142 _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name));
144 _GL_CXXALIASWARN (opendir); variable
146 # if @GNULIB_CLOSEDIR@ && __GNUC__ >= 11 && !defined opendir
147 /* For -Wmismatched-dealloc: Associate opendir with closedir or
149 _GL_FUNCDECL_SYS (opendir, DIR *
155 # undef opendir macro
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
opendir.c 27 /* Override opendir(), to keep track of the open file descriptors.
59 opendir (const char *dir_name) function
62 # undef opendir macro
65 dirp = opendir (dir_name);
100 directory if the current directory changed between this opendir()
dirent.in.h 126 # undef opendir macro
127 # define opendir rpl_opendir macro
130 _GL_FUNCDECL_RPL (opendir, DIR *,
134 _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name));
137 _GL_FUNCDECL_SYS (opendir, DIR *,
142 _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name));
144 _GL_CXXALIASWARN (opendir); variable
146 # if @GNULIB_CLOSEDIR@ && __GNUC__ >= 11 && !defined opendir
147 /* For -Wmismatched-dealloc: Associate opendir with closedir or
149 _GL_FUNCDECL_SYS (opendir, DIR *
155 # undef opendir macro
    [all...]
  /src/external/gpl2/gmake/dist/
configure 6604 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
6606 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6607 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6626 char opendir ();
6630 opendir (); function
6680 char opendir ();
6684 opendir (); function
6731 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6732 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6751 char opendir ();
6755 opendir (); function
6809 opendir (); function
    [all...]
vmsfunctions.c 35 opendir (char *dspec) function
  /src/external/gpl2/gmake/dist/w32/compat/
dirent.c 28 opendir(const char* pDirName) function
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
dir-common.h 38 # include <dirent.h> // opendir, readdir, fdopendir, dirfd
57 inline DIR* opendir(const wchar_t* path) { return ::_wopendir(path); } function in namespace:filesystem::__gnu_posix
64 using ::opendir;
71 inline DIR* opendir(const char*) { return nullptr; }
240 // we will use O_NOFOLLOW, so just use the simpler posix::opendir.
242 return posix::opendir(atp.path());
257 return posix::opendir(atp.path());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
dir-common.h 38 # include <dirent.h> // opendir, readdir, fdopendir, dirfd
57 inline DIR* opendir(const wchar_t* path) { return ::_wopendir(path); } function in namespace:filesystem::__gnu_posix
64 using ::opendir;
71 inline DIR* opendir(const char*) { return nullptr; }
240 // we will use O_NOFOLLOW, so just use the simpler posix::opendir.
242 return posix::opendir(atp.path());
257 return posix::opendir(atp.path());
  /src/lib/librefuse/refuse/
v23.h 76 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v23
v25.h 72 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v25
v26.h 72 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v26
v28.h 72 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v28
v29.h 72 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v29
v30.h 80 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v30
v34.h 70 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v34
v35.h 70 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v35
v38.h 70 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v38
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dirent.c 110 opendir(const char * path) function
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
dirent.h 637 # undef opendir
638 # define opendir rpl_opendir
641 _GL_FUNCDECL_RPL (opendir, DIR *,
645 _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name));
648 _GL_FUNCDECL_SYS (opendir, DIR *,
653 _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name));
655 _GL_CXXALIASWARN (opendir); variable
657 # if 1 && __GNUC__ >= 11 && !defined opendir
658 /* For -Wmismatched-dealloc: Associate opendir with closedir or
660 _GL_FUNCDECL_SYS (opendir, DIR *
666 # undef opendir macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
dirent.h 637 # undef opendir
638 # define opendir rpl_opendir
641 _GL_FUNCDECL_RPL (opendir, DIR *,
645 _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name));
648 _GL_FUNCDECL_SYS (opendir, DIR *,
653 _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name));
655 _GL_CXXALIASWARN (opendir); variable
657 # if 1 && __GNUC__ >= 11 && !defined opendir
658 /* For -Wmismatched-dealloc: Associate opendir with closedir or
660 _GL_FUNCDECL_SYS (opendir, DIR *
666 # undef opendir macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
dirent.h 637 # undef opendir
638 # define opendir rpl_opendir
641 _GL_FUNCDECL_RPL (opendir, DIR *,
645 _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name));
648 _GL_FUNCDECL_SYS (opendir, DIR *,
653 _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name));
655 _GL_CXXALIASWARN (opendir); variable
657 # if 1 && __GNUC__ >= 11 && !defined opendir
658 /* For -Wmismatched-dealloc: Associate opendir with closedir or
660 _GL_FUNCDECL_SYS (opendir, DIR *
666 # undef opendir macro
    [all...]

Completed in 43 milliseconds

1 2 3 4