| /src/lib/libc/compat/gen/ |
| compat_opendir.c | 13 __weak_alias(opendir,_opendir) 17 __warn_references(opendir, 18 "warning: reference to compatibility opendir(); include <dirent.h> for correct reference") 26 #include "gen/opendir.c"
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| findsym.pl | 19 opendir DIR,$Directory;
|
| /src/bin/ksh/ |
| ksh_dir.h | 26 # define ksh_opendir(d) opendir(d)
|
| /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/gpl3/gdb/dist/gnulib/import/ |
| 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...] |
| 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()
|
| fdopendir.c | 45 First, try to simulate it via opendir ("/proc/self/fd/..."). Failing 47 save_cwd/fchdir/opendir(".")/restore_cwd. 78 dirp = opendir (path); 82 /* Unregister fd registered by opendir() */ 132 If REPLACE_FCHDIR or CWD is null, use opendir ("/proc/self/fd/...", 134 of the working directory; use fchdir/opendir(".")/restore_cwd(CWD). */ 186 dir = opendir (proc_file); 195 DIR *dp = name ? opendir (name) : NULL; 197 /* The caller has done an elaborate dance to arrange for opendir to 199 though, we're on a system like mingw where opendir does no [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| 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...] |
| 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()
|
| fdopendir.c | 45 First, try to simulate it via opendir ("/proc/self/fd/..."). Failing 47 save_cwd/fchdir/opendir(".")/restore_cwd. 78 dirp = opendir (path); 82 /* Unregister fd registered by opendir() */ 132 If REPLACE_FCHDIR or CWD is null, use opendir ("/proc/self/fd/...", 134 of the working directory; use fchdir/opendir(".")/restore_cwd(CWD). */ 186 dir = opendir (proc_file); 195 DIR *dp = name ? opendir (name) : NULL; 197 /* The caller has done an elaborate dance to arrange for opendir to 199 though, we're on a system like mingw where opendir does no [all...] |
| /src/external/bsd/openldap/dist/include/ac/ |
| dirent.h | 39 DIR *opendir(const char *name);
|
| /src/external/gpl2/gmake/dist/w32/include/ |
| dirent.h | 52 DIR *opendir(const char *);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| dirent.hin | 56 ROKEN_LIB_FUNCTION DIR * ROKEN_LIB_CALL opendir(const char *);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| maint-tool | 53 opendir(S, $srcdir); 58 opendir(S, "."); 89 opendir(S, $srcdir); 225 opendir(INC, $incdir); 233 opendir(INC, $srcdir); 250 opendir(S, $srcdir);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| maint-tool | 53 opendir(S, $srcdir); 58 opendir(S, "."); 89 opendir(S, $srcdir); 225 opendir(INC, $incdir); 233 opendir(INC, $srcdir); 250 opendir(S, $srcdir);
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| maint-tool | 53 opendir(S, $srcdir); 58 opendir(S, "."); 89 opendir(S, $srcdir); 225 opendir(INC, $incdir); 233 opendir(INC, $srcdir); 250 opendir(S, $srcdir);
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| maint-tool | 53 opendir(S, $srcdir); 58 opendir(S, "."); 89 opendir(S, $srcdir); 225 opendir(INC, $incdir); 233 opendir(INC, $srcdir); 250 opendir(S, $srcdir);
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| maint-tool | 53 opendir(S, $srcdir); 58 opendir(S, "."); 89 opendir(S, $srcdir); 225 opendir(INC, $incdir); 233 opendir(INC, $srcdir); 250 opendir(S, $srcdir);
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| maint-tool | 53 opendir(S, $srcdir); 58 opendir(S, "."); 89 opendir(S, $srcdir); 225 opendir(INC, $incdir); 233 opendir(INC, $srcdir); 250 opendir(S, $srcdir);
|
| /src/lib/libc/compat/include/ |
| dirent.h | 41 DIR *opendir(const char *);
|
| /src/external/gpl2/gmake/dist/ |
| vmsdir.h | 70 extern DIR *opendir PARAMS (());
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| gen-unix.h | 57 dir->handle = opendir(path);
|
| /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...] |