Searched refs:dir (Results 276 - 300 of 1085) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/cvs/vms/
H A DMakefile.am25 dir.h \
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dgen-dir-node2 # $Id: gen-dir-node,v 1.6 2016/09/02 11:50:48 tb Exp $
5 # top-level dir file. The skeleton file contains info topic names in the
47 ### output the dir header
52 \$Id: gen-dir-node,v 1.6 2016/09/02 11:50:48 tb Exp $
53 This is the file .../info/dir, which contains the topmost node of the
55 looking at that node, which is (dir)Top.
57 File: dir Node: Top This is the top of the INFO tree
73 ### use it, otherwise create a minimal dir entry.
80 infofiles=`(cd ${INFODIR}; /bin/ls | grep -v '\-[0-9]*$' | egrep -v '^dir$|^dir\
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dmake.com4 $! Set the def dir to proper place for use in batch. Works for interactive too.
/openbsd-current/gnu/usr.bin/perl/win32/
H A DFindExt.pm94 my $dir = shift;
95 opendir my $dh, $dir or die "opendir $dir: $!";
/openbsd-current/gnu/llvm/llvm/utils/
H A Dwciia.py126 for dir, subdirList, fileList in os.walk(root, topdown=False):
127 print("dir :", dir)
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dppptools.pl29 my $dir = shift;
32 opendir DIR, $dir or die "cannot open directory $dir: $!\n";
36 return map { cat_file($dir, $_) } sort @files;
53 my $dir = shift || 'parts/todo';
58 for $todo (all_files_in_dir($dir)) {
325 my($dir, $args) = ($line =~ /^\s*#\s*(\w+)(?:\s*(.*?)\s*)?$/);
326 if (defined $dir and defined $args) {
327 for ($dir) {
337 warn "unhandled preprocessor directive: $dir\
[all...]
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DSigner.pm75 sub create_archive($state, $filename, $dir)
83 return OpenBSD::Ustar->new($fh, $state, $dir);
/openbsd-current/distrib/arm64/ramdisk/
H A DMakefile89 rm -rf ${.OBJDIR}/cd-dir
90 mkdir -p ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}
91 mkdir -p ${.OBJDIR}/cd-dir/etc
92 echo "set image /${OSREV}/${MACHINE}/bsd.rd" > ${.OBJDIR}/cd-dir/etc/boot.conf
93 cp ${.OBJDIR}/bsd.rd ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}
94 cp -p ${.OBJDIR}/cdbr ${.OBJDIR}/cd-dir/${OSREV}/${MACHINE}
101 ${.OBJDIR}/cd-dir
147 rm -rf cd-dir mr.fs.d cdbr
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_prime.h82 enum dma_data_direction dir);
85 enum dma_data_direction dir);
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A DMakefile.in200 if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
201 $(INSTALL_DATA) $$dir/$$file \
306 if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
307 ln $$dir/$$file $(distdir) 2> /dev/null \
308 || cp -p $$dir/$$file $(distdir); \
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DMakefile.PL153 my $dir = shift ;
168 { copy(catfile($dir, $file), '.') }
171 @h_files = map { catfile($dir, $_) } @h_files ;
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_debugfs_params.c249 struct dentry *dir; local
251 dir = debugfs_create_dir("i915_params", minor->debugfs_root);
252 if (IS_ERR(dir))
253 return dir;
261 #define REGISTER(T, x, unused, mode, ...) _i915_param_create_file(dir, #x, mode, &params->x);
265 return dir;
/openbsd-current/gnu/usr.bin/perl/utils/
H A DMakefile.PL6 my $dir = shift;
7 chdir $dir or die "Can't chdir '$dir': $!";
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm125 our($dir, $name, $fullname, $prune);
152 local($dir, $name, $fullname, $prune);
217 $top_item =~ s/\.dir\z//i if $Is_VMS;
233 $top_item =~ s/\.dir\z//i if $Is_VMS;
245 $top_item =~ s/\.dir\z//i if $Is_VMS;
255 unless (($_,$dir) = File::Basename::fileparse($abs_dir)) {
256 ($dir,$_) = ('./', $top_item);
259 $abs_dir = $dir;
260 if (( $untaint ) && (is_tainted($dir) )) {
261 ( $abs_dir ) = $dir
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dlvolume.c400 dirid = data->u.dir.dirDirID;
521 data.u.dir.dirVal += adj;
522 data.u.dir.dirMdDat = d_tomtime(time(0));
550 data.u.dir.dirFlags = 0;
551 data.u.dir.dirVal = 0;
552 data.u.dir.dirDirID = id;
553 data.u.dir.dirCrDat = d_tomtime(time(0));
554 data.u.dir.dirMdDat = data.u.dir.dirCrDat;
555 data.u.dir
[all...]
/openbsd-current/gnu/lib/libstdc++/
H A Dltmain.sh1185 dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
1187 case $dir in
1190 absdir=`cd "$dir" && pwd`
1192 $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
1195 dir="$absdir"
1199 *" -L$dir "*) ;;
1201 deplibs="$deplibs -L$dir"
1202 lib_search_path="$lib_search_path $dir"
1208 *":$dir:"*) ;;
1209 *) dllsearchpath="$dllsearchpath:$dir";;
[all...]
/openbsd-current/gnu/usr.bin/binutils/
H A Dltmain.sh1185 dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
1187 case $dir in
1190 absdir=`cd "$dir" && pwd`
1192 $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
1195 dir="$absdir"
1199 *" -L$dir "*) ;;
1201 deplibs="$deplibs -L$dir"
1202 lib_search_path="$lib_search_path $dir"
1208 *":$dir:"*) ;;
1209 *) dllsearchpath="$dllsearchpath:$dir";;
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dltmain.sh1185 dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
1187 case $dir in
1190 absdir=`cd "$dir" && pwd`
1192 $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
1195 dir="$absdir"
1199 *" -L$dir "*) ;;
1201 deplibs="$deplibs -L$dir"
1202 lib_search_path="$lib_search_path $dir"
1208 *":$dir:"*) ;;
1209 *) dllsearchpath="$dllsearchpath:$dir";;
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm17 sub abs { File::Spec->catfile($_[0]->dir, $_[0]->file) }
39 BEGIN { __PACKAGE__->__accessor($_) for qw(type file ext dir) }
155 my ($dir, $dir1, $ext_re) = @_;
158 unless (opendir($dh, $dir)) {
159 $CPAN::Frontend->mywarn("ignoring prefs directory '$dir': $!");
164 if (-d "$dir/$fn") {
166 push @list, _build_file_list("$dir/$fn", "$dir1$fn/", $ext_re);
177 my ($self, $dir, $ext_map) = @_;
184 my @files = _build_file_list($dir, '', $ext_re);
197 file => $fn, ext => $ext, dir
[all...]
/openbsd-current/usr.bin/cvs/
H A Dentries.c35 cvs_ent_open(const char *dir) argument
43 cvs_log(LP_TRACE, "cvs_ent_open(%s)", dir);
45 (void)xsnprintf(buf, sizeof(buf), "%s/%s", dir, CVS_PATH_ENTRIES);
59 dir, CVS_PATH_BACKUPENTRIES);
63 (void)xsnprintf(buf, sizeof(buf), "%s/%s", dir, CVS_PATH_LOGENTRIES);
423 cvs_parse_tagfile(char *dir, char **tagp, char **datep, int *nbp) argument
442 i = snprintf(tagpath, PATH_MAX, "%s/%s", dir, CVS_PATH_TAG);
502 cvs_write_tagfile(const char *dir, char *tag, char *date) argument
511 cvs_log(LP_TRACE, "cvs_write_tagfile(%s, %s, %s)", dir,
517 i = snprintf(tagpath, PATH_MAX, "%s/%s", dir, CVS_PATH_TA
[all...]
/openbsd-current/sys/dev/onewire/
H A Donewire.c273 onewire_triplet(void *arg, int dir) argument
280 return (bus->bus_triplet(bus->bus_cookie, dir));
288 bus->bus_bit(bus->bus_cookie, dir);
320 int search = 1, count = 0, lastd = -1, dir, rv, i, i0; local
343 dir = (lastrom >> i) & 0x1;
345 dir = 1;
347 dir = 0;
348 rv = onewire_triplet(sc, dir);
351 if (i != lastd && dir == 0)
353 mask = dir;
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dregenerate121 for my $dir (qw( base todo )) {
122 my $cur_file_count = @{$files{$dir}};
124 my $cur = "parts/$dir";
127 my @temp = glob "parts/$dir/$files_glob_pattern";
146 for my $src (@{$files{$dir}}) {
/openbsd-current/lib/libedit/
H A Dfilecomplete.c121 static DIR *dir = NULL; local
128 if (state == 0 || dir == NULL) {
166 if (dir != NULL) {
167 (void)closedir(dir);
168 dir = NULL;
187 dir = opendir(dirpath);
188 if (!dir)
196 while ((entry = readdir(dir)) != NULL) {
230 (void)closedir(dir);
231 dir
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A DMakefile.in293 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
294 test "$$dir" != "$$p" || dir=.; \
295 echo "rm -f \"$${dir}/so_locations\""; \
296 rm -f "$${dir}/so_locations"; \
383 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
384 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
385 dir="/$$dir"; \
[all...]
/openbsd-current/regress/sys/kern/kqueue/
H A Dkqueue-regress.c137 int dir, status; local
139 for (dir = 0; dir < 2; dir++) {
145 make_chain(dir);
159 make_chain(int dir) argument
176 if (dir == 0) {

Completed in 211 milliseconds

<<11121314151617181920>>