Home
last modified time | relevance | path

Searched refs:topdir (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/lib/libreadline/shlib/
DMakefile.in25 topdir = @top_srcdir@
89 INCLUDES = -I. -I.. -I$(topdir)
107 CSOURCES = $(topdir)/readline.c $(topdir)/funmap.c $(topdir)/keymaps.c \
108 $(topdir)/vi_mode.c $(topdir)/parens.c $(topdir)/rltty.c \
109 $(topdir)/complete.c $(topdir)/bind.c $(topdir)/isearch.c \
110 $(topdir)/display.c $(topdir)/signals.c $(topdir)/emacs_keymap.c \
111 $(topdir)/vi_keymap.c $(topdir)/util.c $(topdir)/kill.c \
112 $(topdir)/undo.c $(topdir)/macro.c $(topdir)/input.c \
113 $(topdir)/callback.c $(topdir)/terminal.c $(topdir)/xmalloc.c \
114 $(topdir)/history.c $(topdir)/histsearch.c $(topdir)/histexpand.c \
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/File-Find/t/
Dtaint.t176 *topdir = \&dir_path;
244 untaint_pattern => qr|^(.+)$|}, topdir('fa_taint') );
254 eval {File::Find::find( {wanted => \&simple_wanted}, topdir('fa_taint') );};
264 topdir('fa_taint') );};
276 qr|^(NO_MATCH)$|}, topdir('fa_taint') );};
319 qr|^(.+)$| }, topdir('fa_taint') );
328 topdir('fa_taint') );};
338 qr|^(NO_MATCH)$|}, topdir('fa_taint') );};
349 qr|^(NO_MATCH)$|}, topdir('fa_taint') );};
Dfind.t242 *topdir = \&dir_path;
357 File::Find::find( {wanted => \&wanted_File_Dir_prune}, topdir('fa') );
381 topdir('fa') );
412 topdir('fa') );
575 File::Find::find( {wanted => \&wanted_File_Dir}, topdir('fa', 'fsl') );
596 follow_fast => 1}, topdir('fa') );
629 no_chdir => 1}, topdir('fa') );
654 follow_fast => 1}, topdir('fa') );
681 no_chdir => 1}, topdir('fa') );
724 topdir('dangling_dir_sl'), topdir('fa') );
[all …]
/openbsd/src/gnu/usr.bin/gcc/contrib/
Dnewcvsroot16 topdir=$1; shift
20 case "$topdir" in
24 find $topdir \( -name Repository -o -name Root \) -print | while read f; do
/openbsd/src/gnu/usr.bin/perl/
Dmake_ext.pl162 (my $topdir = $perl) =~ s/\\[^\\]+$//;
164 $ENV{PATH} = "$topdir;$topdir\\win32\\bin;$ENV{PATH}";
165 my $pl2bat = "$topdir\\win32\\bin\\pl2bat";
167 my @args = ($perl, "-I$topdir\\lib", "-I$topdir\\cpan\\ExtUtils-PL2Bat\\lib", ("$pl2bat.pl") x 2);
/openbsd/src/gnu/lib/libreadline/doc/
DMakefile.in20 topdir = @top_srcdir@
174 installdirs: $(topdir)/support/mkdirs
175 -$(SHELL) $(topdir)/support/mkdirs $(DESTDIR)$(infodir) $(DESTDIR)$(man3dir)
177 $(SHELL) $(topdir)/support/mkdirs $(DESTDIR)$(htmldir) ; \
/openbsd/src/gnu/usr.bin/binutils-2.17/
DMakefile.in2380 /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \
2381 *) topdir=`echo $(BUILD_SUBDIR)/libiberty/ | \
2384 srcdiroption="--srcdir=$${topdir}/libiberty"; \
2428 /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \
2429 *) topdir=`echo $(BUILD_SUBDIR)/bison/ | \
2432 srcdiroption="--srcdir=$${topdir}/bison"; \
2476 /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \
2477 *) topdir=`echo $(BUILD_SUBDIR)/byacc/ | \
2480 srcdiroption="--srcdir=$${topdir}/byacc"; \
2524 /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \
[all …]
DMakefile.tpl754 /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \
755 *) topdir=`echo [+subdir+]/[+module+]/ | \
758 srcdiroption="--srcdir=$${topdir}/[+module+]"; \
797 /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \
798 *) topdir=`echo [+subdir+]/[+module+]/ | \
801 srcdiroption="--srcdir=$${topdir}/[+module+]"; \
/openbsd/src/usr.sbin/crunchgen/
Dcrunchgen.c96 char topdir[PATH_MAX], execfname[PATH_MAX]; variable
156 if (strlcpy(topdir, optarg, sizeof(topdir)) >= sizeof(topdir)) in main()
348 if (argv[i][0] == '/' || topdir[0] == '\0') { in add_srcdirs()
353 if (strlcpy(tmppath, topdir, sizeof(tmppath)) >= in add_srcdirs()
387 if (argv[i][0] == '/' || topdir[0] == '\0') { in add_libdirs()
392 if (strlcpy(tmppath, topdir, sizeof(tmppath)) >= in add_libdirs()
/openbsd/src/gnu/usr.bin/binutils/
DMakefile.tpl795 topdir=$(srcdir) ;; \
798 .) topdir="../$(srcdir)" ;; \
799 *) topdir="../../$(srcdir)" ;; \
804 if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \
823 srcdiroption="--srcdir=$${topdir}/[+module+]"; \
981 topdir=$(srcdir) ;; \
984 .) topdir="../$(srcdir)" ;; \
985 *) topdir="../../$(srcdir)" ;; \
990 if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \
1009 srcdiroption="--srcdir=$${topdir}/[+module+]"; \
DMakefile.in17520 topdir=$(srcdir) ;; \
17523 .) topdir="../$(srcdir)" ;; \
17524 *) topdir="../../$(srcdir)" ;; \
17529 if $(SHELL) $$s/symlink-tree $${topdir}/libiberty "no-such-file" ; then \
17548 srcdiroption="--srcdir=$${topdir}/libiberty"; \
21940 topdir=$(srcdir) ;; \
21943 .) topdir="../$(srcdir)" ;; \
21944 *) topdir="../../$(srcdir)" ;; \
21947 srcdiroption="--srcdir=$${topdir}/libstdc++-v3"; \
22020 topdir=$(srcdir) ;; \
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/File-Find/lib/File/
DFind.pm186 local our ($topdir, $topdev, $topino, $topmode, $topnlink);
239 $topdir = $top_item;
/openbsd/src/gnu/lib/libreadline/
DCHANGELOG431 - changed dependencies on histlib.h to $(topdir)/histlib.h
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dconfigure.in1104 topdir=`${PWDCMD-pwd}`