Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 1002) sorted by relevance

12345678910>>...41

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Ddirent.d182 struct DIR
189 dirent* readdir64(DIR*);
194 dirent* readdir(DIR*);
212 struct DIR
224 dirent* readdir(DIR*);
226 pragma(mangle, "readdir$INODE64") dirent* readdir(DIR*);
229 dirent* readdir(DIR*);
249 alias void* DIR;
253 dirent* readdir(DIR*);
258 pragma(mangle, "readdir@FBSD_1.5") dirent* readdir(DIR*);
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Ddirent.in.h53 typedef struct gl_directory DIR; typedef
106 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
107 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
110 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
112 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
149 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
H A Dfdopendir.c40 static DIR *fdopendir_with_dup (int, int, struct saved_cwd const *);
41 static DIR *fd_clone_opendir (int, struct saved_cwd const *);
68 DIR *
72 DIR *dirp; in fdopendir()
100 DIR *
103 DIR *dir = fdopendir_with_dup (fd, -1, NULL); in fdopendir()
135 static DIR *
145 DIR *dir; in fdopendir_with_dup()
175 static DIR *
180 DIR *dir = NULL; in fd_clone_opendir()
[all …]
/netbsd-src/usr.sbin/ypserv/ypinit/
H A DMakefile.yp30 DIR= /etc
84 passwd.time: ${DIR}/master.passwd
140 shadow.time: ${DIR}/master.passwd
161 aliases.time: ${DIR}/mail/aliases
201 ethers.time: ${DIR}/ethers
223 group.time: ${DIR}/group
260 hosts.time: ${DIR}/hosts
282 ipnodes.time: ${DIR}/hosts
304 netgroup.time: ${DIR}/netgroup __makedbmesc
325 networks.time: ${DIR}/networks
[all …]
/netbsd-src/lib/libc/compat/include/
H A Ddirent.h41 DIR *opendir(const char *);
42 DIR *__opendir30(const char *);
44 int readdir_r(DIR *, struct dirent12 * __restrict,
46 int __readdir_r30(DIR * __restrict, struct dirent * __restrict,
49 struct dirent12 *readdir(DIR *);
50 struct dirent *__readdir30(DIR *);
54 struct dirent12 *_readdir_unlocked(DIR *, int);
55 struct dirent *___readdir_unlocked50(DIR *, int);
56 struct dirent *___readdir_unlocked30(DIR *);
58 DIR *__opendir2(const char *, int);
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dbuildgo.sh133 DIR=$(mktemp -qd /tmp/gotsan.XXXXXXXXXX)
135 rm -rf $DIR
139 DIR=.
144 rm -f $DIR/gotsan.cc
146 cat $F >> $DIR/gotsan.cc
162 echo $CC gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS
164 $CC $DIR/gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS
166 $CC $OSCFLAGS $ARCHCFLAGS test.c $DIR/race_$SUFFIX.syso -g -o $DIR/test $OSLDFLAGS $LDFLAGS
170 $DIR/test
172 $DIR/test 2>/dev/null
/netbsd-src/tests/lib/libc/c063/
H A Dt_faccessat.c45 #define DIR "dir" macro
62 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
66 ATF_REQUIRE((dfd = open(DIR, O_RDONLY, 0)) != -1); in ATF_TC_BODY()
81 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
85 ATF_REQUIRE(chdir(DIR) == 0); in ATF_TC_BODY()
97 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
110 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
111 ATF_REQUIRE((dfd = open(DIR, O_RDONLY, 0)) != -1); in ATF_TC_BODY()
127 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
145 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
[all …]
H A Dt_o_search.c65 #define DIR "dir" macro
81 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
85 ATF_REQUIRE((dfd = open(DIR, O_RDONLY, 0)) != -1); in ATF_TC_BODY()
111 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
115 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1); in ATF_TC_BODY()
143 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
147 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1); in ATF_TC_BODY()
176 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
180 ATF_REQUIRE((dfd = open(DIR, O_RDONLY, 0)) != -1); in ATF_TC_BODY()
205 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
[all …]
H A Dt_unlinkat.c45 #define DIR "dir" macro
60 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
64 ATF_REQUIRE((dfd = open(DIR, O_RDONLY, 0)) != -1); in ATF_TC_BODY()
79 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
83 ATF_REQUIRE(chdir(DIR) == 0); in ATF_TC_BODY()
95 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
108 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
109 ATF_REQUIRE((dfd = open(DIR, O_RDONLY, 0)) != -1); in ATF_TC_BODY()
125 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
143 ATF_REQUIRE(mkdir(DIR, 0755) == 0); in ATF_TC_BODY()
[all …]
/netbsd-src/include/
H A Ddirent.h50 typedef struct _dirdesc DIR; typedef
95 int closedir(DIR *);
96 void rewinddir(DIR *);
98 DIR *opendir(const char *) __RENAME(__opendir30);
99 struct dirent *readdir(DIR *) __RENAME(__readdir30);
100 int readdir_r(DIR * __restrict, struct dirent * __restrict,
104 void seekdir(DIR *, long);
105 long telldir(DIR *);
110 DIR *fdopendir(int);
121 DIR *__opendir2(const char *, int) __RENAME(__opendir230);
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/
H A Ddirent.h58 typedef struct gl_directory DIR; typedef
617 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
618 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp));
621 _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
623 _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp));
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));
660 _GL_FUNCDECL_SYS (opendir, DIR *,
[all …]

12345678910>>...41