Home
last modified time | relevance | path

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

12345678910>>...16

/mirbsd/src/gnu/usr.bin/perl/lib/
DAutoSplit.t88 s/\*DIR\*/$dir/gm;
231 Warning: AutoSplit had to create top-level *DIR* unexpectedly.
232 AutoSplitting *INC**PATHSEP**MOD*.pm (*DIR**PATHSEP**MOD**ENDPATHSEP*)
234 directory *DIR**PATHSEP**MOD**ENDPATHSEP*:
236 directory *DIR**PATHSEP*Yet*PATHSEP*Another*PATHSEP*AutoSplit*ENDPATHSEP*:
239 *DIR*/*MOD*/autosplit.ix
240 *DIR*/*MOD*/test1.al
241 *DIR*/*MOD*/test2.al
242 *DIR*/*MOD*/test3.al
243 *DIR*/*MOD*/testtesttesttest4_1.al
[all …]
Dfastcwd.pl19 local(*DIR);
27 opendir(DIR, '.');
29 $_ = readdir(DIR);
37 closedir(DIR);
/mirbsd/src/include/
Ddirent.h55 typedef void * DIR; typedef
73 } DIR; typedef
98 DIR *opendir(const char *);
99 struct dirent *readdir(DIR *);
100 void rewinddir(DIR *);
101 int closedir(DIR *);
103 DIR *__opendir2(const char *, int);
104 long telldir(const DIR *);
105 void seekdir(DIR *, long);
112 int readdir_r(DIR *, struct dirent *, struct dirent **);
/mirbsd/src/gnu/usr.bin/perl/win32/include/
Ddirent.h42 } DIR; typedef
45 DIR * win32_opendir(char *filename);
46 struct direct * win32_readdir(DIR *dirp);
47 long win32_telldir(DIR *dirp);
48 void win32_seekdir(DIR *dirp,long loc);
49 void win32_rewinddir(DIR *dirp);
50 int win32_closedir(DIR *dirp);
/mirbsd/src/libexec/ld.so/
Ddir.c50 long _dl_telldir(const DIR *dirp);
51 void _dl_seekdir(DIR *dirp, long loc);
56 DIR *
59 DIR *dirp; in _dl_opendir()
71 (dirp = (DIR *)_dl_malloc(sizeof(DIR))) == NULL) { in _dl_opendir()
110 _dl_closedir(DIR *dirp) in _dl_closedir()
132 _dl_readdir(DIR *dirp) in _dl_readdir()
Ddir.h32 DIR *_dl_opendir(const char *name);
33 int _dl_closedir(DIR *dirp);
34 struct dirent *_dl_readdir(DIR *dirp);
/mirbsd/src/usr.bin/make/
Ddir.c610 if (DEBUG(DIR)) { in Dir_Expandi()
622 if (DEBUG(DIR)) { in Dir_Expandi()
668 if (DEBUG(DIR)) in Dir_FindFileComplexi()
675 if (DEBUG(DIR)) in Dir_FindFileComplexi()
691 if (DEBUG(DIR)) in Dir_FindFileComplexi()
694 if (DEBUG(DIR)) in Dir_FindFileComplexi()
710 if (DEBUG(DIR)) in Dir_FindFileComplexi()
716 if (DEBUG(DIR)) in Dir_FindFileComplexi()
730 if (DEBUG(DIR)) in Dir_FindFileComplexi()
750 if (DEBUG(DIR)) in Dir_FindFileComplexi()
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/File/Temp/t/
Dtempfile.t60 DIR => File::Spec->curdir,
71 DIR => $tempdir,
84 DIR => $tempdir,
94 DIR => $tempdir,
106 DIR => $tempdir,
133 $fh = eval { tempfile( 'ftmpXXXXX', DIR => File::Spec->tmpdir ) };
Dobject.t52 DIR => File::Spec->curdir,
63 DIR => $tempdir,
75 $fh = new File::Temp( DIR => $tempdir, UNLINK => 0 );
84 DIR => $tempdir,
/mirbsd/src/lib/libc/gen/
Dopendir.c46 DIR *
53 DIR *
56 DIR *dirp; in __opendir2()
70 (dirp = (DIR *)malloc(sizeof(DIR))) == NULL) { in __opendir2()
Dtelldir.c62 void __seekdir(DIR *, long);
68 telldir(const DIR *dirp) in telldir()
89 __seekdir(DIR *dirp, long loc) in __seekdir()
Dseekdir.c34 void __seekdir(DIR *, long);
41 seekdir(DIR *dirp, long loc) in seekdir()
/mirbsd/src/gnu/usr.bin/perl/NetWare/t/
DNWScripts.pl16 opendir(DIR, $DirName);
17 @Dirs = readdir(DIR);
18 close(DIR);
138 opendir(DIR, $DirName);
139 @Dirs = readdir(DIR);
140 close(DIR);
DNWModify.pl15 opendir(DIR, $DirName);
16 @Dirs = readdir(DIR);
55 close(DIR);
/mirbsd/src/gnu/usr.bin/perl/t/op/
Ddefins.t67 opendir(DIR,($^O eq 'MacOS' ? ':' : '.'));
69 while (my $name = readdir(DIR))
76 rewinddir(DIR);
79 while (($seen ? $dummy : $name) = readdir(DIR))
86 rewinddir(DIR);
88 while ($where{$seen} = readdir(DIR))
/mirbsd/src/sys/lib/libsa/
DMakefile7 DIR=${SAREL}${SADIR} macro
9 .PATH: ${DIR}
14 CFLAGS+=${XCFLAGS} -D_STANDALONE -DCOMPAT_UFS $(DEBUGFLAGS) -I${DIR} -I${DIR}/../..
34 .PATH: ${DIR}/../../lib/libkern
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
Dsrc0_HTMLDTD.txt34 0:0:DIR
537 5:0:DIR
575 2:0:DIR
598 2:0:DIR
621 2:0:DIR
648 6:0:DIR
680 5:0:DIR
711 2:0:DIR
734 2:0:DIR
757 2:0:DIR
[all …]
Dsrc1_HTMLDTD.txt34 0:0:DIR
537 5:0:DIR
575 2:0:DIR
598 2:0:DIR
621 2:0:DIR
648 6:0:DIR
680 5:0:DIR
711 2:0:DIR
734 2:0:DIR
757 2:0:DIR
[all …]
/mirbsd/src/usr.bin/vi/build/
Drecover17 if (!sysopen(DIR, $recoverdir, O_RDONLY|O_NOFOLLOW) || !stat(DIR)) {
33 unless syscall(&SYS_fchdir, fileno(DIR)) == 0;
133 close(DIR);
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dnw5iop.h141 DIR* nw_opendir(char *filename);
142 struct direct* nw_readdir(DIR *dirp);
143 long nw_telldir(DIR *dirp);
144 void nw_seekdir(DIR *dirp, long loc);
145 void nw_rewinddir(DIR *dirp);
146 int nw_closedir(DIR *dirp);
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DLiblist.pm18 opendir DIR, $_[0];
19 my @out = grep /$rex/, readdir DIR;
20 closedir DIR;
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_dir.t30 my $DIR = $^O eq 'MacOS' ? ":" : ".";
32 $dot = new IO::Dir $DIR;
54 tie %dir, IO::Dir, $DIR;
67 tie %dirx, IO::Dir, $DIR, DIR_UNLINK;
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Ddirfns.shar13 X.B DIR
22 X.B DIR *dirp;
28 X.B DIR *dirp;
33 X.B DIR *dirp;
40 X.B DIR *dirp;
45 X.B DIR *dirp;
103 Xare good only for the lifetime of the DIR pointer from
126 Xand the structure associated with the DIR pointer to be freed.
283 X} DIR;
287 Xextern DIR *opendir();
[all …]
/mirbsd/src/etc/
Dsecurity55 cf=$DIR/_md5
132 DIR=$(mktemp -d /tmp/_secure.XXXXXXXXXX) || exit 1
133 ERR=$DIR/_secure1
134 TMP1=$DIR/_secure2
135 TMP2=$DIR/_secure3
136 TMP3=$DIR/_secure4
137 LIST=$DIR/_secure5
138 OUTPUT=$DIR/_secure6
714 if disklabel $d >$DIR/_disklabel 2>&1; then
715 fback -- $DIR/_disklabel disklabel.$d
/mirbsd/src/gnu/usr.sbin/sendmail/contrib/
Dmovemail.pl90 opendir(DIR, $queues[$n])
92 foreach $subdir ( grep { /^$subqbase/ } readdir DIR) {
96 closedir(DIR);

12345678910>>...16