Home
last modified time | relevance | path

Searched refs:subdir (Results 126 – 150 of 3736) sorted by relevance

12345678910>>...150

/netbsd/sbin/mount_union/
H A Dmount_union.c72 static int subdir(const char *, const char *);
120 if (subdir(target, canon_dir) || subdir(canon_dir, target)) in mount_union()
137 subdir(const char *p, const char *dir) in subdir() function
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprint-file-var.exp21 global srcdir subdir
48 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib1}.c \
53 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib2}.c \
70 if { [gdb_compile "${srcdir}/${subdir}/${main}.c" \
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dprint-file-var.exp21 global srcdir subdir
48 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib1}.c \
53 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib2}.c \
70 if { [gdb_compile "${srcdir}/${subdir}/${main}.c" \
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dwithlibctx.pl35 while (defined(my $subdir = readdir $dh)) {
36 next unless -d "$dir/$subdir";
37 next if (rindex $subdir, ".", 0) == 0;
38 processallfiles("$dir/$subdir");
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/
H A DMakefile9 subdir-y += bcm4908
10 subdir-y += northstar2
11 subdir-y += stingray
/netbsd/external/bsd/file/dist/
H A DMakefile.in90 subdir = .
476 for subdir in $$list; do \
477 echo "Making $$target in $$subdir"; \
478 if test "$$subdir" = "."; then \
507 if test "$$subdir" = .; then :; else \
508 test ! -f $$subdir/TAGS || \
549 *) sdir=$(subdir)/$(srcdir) ;; \
598 if test "$$subdir" = .; then :; else \
600 || test -d "$(distdir)/$$subdir" \
603 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
[all …]
/netbsd/external/bsd/openpam/dist/
H A DMakefile.in91 subdir = .
443 for subdir in $$list; do \
444 echo "Making $$target in $$subdir"; \
445 if test "$$subdir" = "."; then \
474 if test "$$subdir" = .; then :; else \
475 test ! -f $$subdir/TAGS || \
516 *) sdir=$(subdir)/$(srcdir) ;; \
565 if test "$$subdir" = .; then :; else \
567 || test -d "$(distdir)/$$subdir" \
570 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
H A Dtdesc-errors.exp26 global subdir
29 set cmd "set tdesc filename $srcdir/$subdir/$srcfile"
30 set msg "set tdesc filename $subdir/$srcfile"
H A Dtdesc-xinclude.exp26 global subdir
29 set cmd "set tdesc filename $srcdir/$subdir/$srcfile"
30 set msg "set tdesc filename $subdir/$srcfile"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.xml/
H A Dtdesc-errors.exp26 global subdir
29 set cmd "set tdesc filename $srcdir/$subdir/$srcfile"
30 set msg "set tdesc filename $subdir/$srcfile"
H A Dtdesc-xinclude.exp26 global subdir
29 set cmd "set tdesc filename $srcdir/$subdir/$srcfile"
30 set msg "set tdesc filename $subdir/$srcfile"
/netbsd/external/mpl/dhcp/dist/client/tests/
H A DMakefile.in92 subdir = client/tests
495 for subdir in $$list; do \
496 echo "Making $$target in $$subdir"; \
497 if test "$$subdir" = "."; then \
526 if test "$$subdir" = .; then :; else \
527 test ! -f $$subdir/TAGS || \
562 *) sdir=$(subdir)/$(srcdir) ;; \
608 if test "$$subdir" = .; then :; else \
610 || test -d "$(distdir)/$$subdir" \
613 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
[all …]
/netbsd/external/mpl/dhcp/dist/common/
H A DMakefile.in91 subdir = common
595 for subdir in $$list; do \
596 echo "Making $$target in $$subdir"; \
597 if test "$$subdir" = "."; then \
626 if test "$$subdir" = .; then :; else \
627 test ! -f $$subdir/TAGS || \
662 *) sdir=$(subdir)/$(srcdir) ;; \
708 if test "$$subdir" = .; then :; else \
710 || test -d "$(distdir)/$$subdir" \
713 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dsolib-precsave.exp42 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib1src} ${library1} ""] != "" } {
47 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib2src} ${library2} "debug"] != "" } {
58 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable \
60 && [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opts] != "" } {
/netbsd/external/bsd/pkg_install/dist/lib/
H A Dremove.c120 char *subdir; in recursive_remove_internal() local
158 subdir = xasprintf("%s/%s", path, de->d_name); in recursive_remove_internal()
159 rv = recursive_remove_internal(subdir, 1, cwd); in recursive_remove_internal()
160 free(subdir); in recursive_remove_internal()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dsolib-precsave.exp42 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib1src} ${library1} ""] != "" } {
47 if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib2src} ${library2} "debug"] != "" } {
58 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable \
60 && [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opts] != "" } {
/netbsd/external/bsd/ntp/dist/scripts/
H A DMakefile.in92 subdir = scripts
750 for subdir in $$list; do \
751 echo "Making $$target in $$subdir"; \
752 if test "$$subdir" = "."; then \
781 if test "$$subdir" = .; then :; else \
782 test ! -f $$subdir/TAGS || \
817 *) sdir=$(subdir)/$(srcdir) ;; \
861 if test "$$subdir" = .; then :; else \
863 || test -d "$(distdir)/$$subdir" \
866 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/
H A DMakefile.in96 subdir = lib
588 for subdir in $$list; do \
589 echo "Making $$target in $$subdir"; \
590 if test "$$subdir" = "."; then \
619 if test "$$subdir" = .; then :; else \
620 test ! -f $$subdir/TAGS || \
655 *) sdir=$(subdir)/$(srcdir) ;; \
701 if test "$$subdir" = .; then :; else \
706 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
714 ($(am__cd) $$subdir && \
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dcvs.sh414 for subdir in $dirs; do
415 test -z "$VERBOSE" || echo "Making messages in $subdir"
416 (cd $subdir
422 echo "$subdir has *.rc or *.ui files, but not correct messages line"
435 test -s $tmpname && { echo $subdir ; cat "$tmpname"; }
436 test -f $subdir/rc.cpp && rm -f $subdir/rc.cpp
437 rm -f $subdir/_translatorinfo.cpp
438 rm -f $subdir/_transMakefile
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.exp31 global srcdir subdir srcfile testfile hex
32 …if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${exefile}" executable "debug $lang"] != "" } {
56 ${srcdir}/${subdir}/${testfile}.scm]
126 ${srcdir}/${subdir}/${testfile}.scm]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-inline-stepping.exp45 global srcdir subdir srcfile srcfile2
48 lassign [function_range main [list ${srcdir}/${subdir}/$srcfile]] \
51 lassign [function_range bar [list ${srcdir}/${subdir}/$srcfile]] \
93 include_dir "${srcdir}/${subdir}"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.exp31 global srcdir subdir srcfile testfile hex
32 …if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${exefile}" executable "debug $lang"] != "" } {
56 ${srcdir}/${subdir}/${testfile}.scm]
126 ${srcdir}/${subdir}/${testfile}.scm]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-inline-stepping.exp45 global srcdir subdir srcfile srcfile2
48 lassign [function_range main [list ${srcdir}/${subdir}/$srcfile]] \
51 lassign [function_range bar [list ${srcdir}/${subdir}/$srcfile]] \
93 include_dir "${srcdir}/${subdir}"
/netbsd/external/bsd/flex/dist/
H A DMakefile.in121 subdir = .
545 for subdir in $$list; do \
546 echo "Making $$target in $$subdir"; \
547 if test "$$subdir" = "."; then \
576 if test "$$subdir" = .; then :; else \
577 test ! -f $$subdir/TAGS || \
618 *) sdir=$(subdir)/$(srcdir) ;; \
671 if test "$$subdir" = .; then :; else \
673 || test -d "$(distdir)/$$subdir" \
676 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
[all …]
/netbsd/sys/external/isc/libsodium/dist/
H A DMakefile.in91 subdir = .
527 for subdir in $$list; do \
528 echo "Making $$target in $$subdir"; \
529 if test "$$subdir" = "."; then \
558 if test "$$subdir" = .; then :; else \
559 test ! -f $$subdir/TAGS || \
600 *) sdir=$(subdir)/$(srcdir) ;; \
647 if test "$$subdir" = .; then :; else \
649 || test -d "$(distdir)/$$subdir" \
652 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
[all …]

12345678910>>...150