Home
last modified time | relevance | path

Searched refs:vpath (Results 1 – 25 of 104) sorted by relevance

12345

/netbsd-src/external/gpl2/gmake/dist/
H A Dvpath.c29 struct vpath struct
31 struct vpath *next; /* Pointer to next struct in the linked list. */ argument
41 static struct vpath *vpaths; argument
45 static struct vpath *general_vpath;
49 static struct vpath *gpaths;
51 static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_p…
60 register struct vpath *new = 0; in build_vpath_lists()
61 register struct vpath *old, *nexto; in build_vpath_lists()
91 struct vpath *save_vpaths = vpaths; in build_vpath_lists()
123 struct vpath *save_vpaths = vpaths; in build_vpath_lists()
[all …]
H A Dmakefile.vms94 vpath.obj,version.obj$(ARCHIVES)$(ALLOCA)$(extras)$(getopt)$(glob)
98 vpath.c version.c vmsfunctions.c vmsify.c $(ARCHIVES_SRC) $(ALLOCASRC) \
134 vpath.obj: vpath.c make.h filedef.h variable.h
H A DMakefile.ami122 vpath.o version.o ar.o arscan.o signame.o strcache.o hash.o \
129 $(srcdir)vpath.c $(srcdir)version.c $(srcdir)hash.c \
296 vpath.o: vpath.c make.h filedef.h variable.h
H A DNMakefile101 $(OUTDIR)/vpath.obj \
276 # .deps/vpath.Po
277 vpath.o vpath.o: vpath.c make.h config.h \
H A Ddosbuild.bat36 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g vpath.c -o vpath.o
55 for %%f in (expand function vpath hash strcache version ar arscan signame remote-stub getopt getopt…
H A DSMakefile128 vpath.o version.o ar.o arscan.o signame.o strcache.o hash.o \
135 $(srcdir)vpath.c $(srcdir)version.c $(srcdir)hash.c \
367 # .deps/vpath.Po
368 vpath.o vpath.o: vpath.c make.h config.h \
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarname-vpath.mk12 rm -rf varname-vpath.dir
13 mkdir varname-vpath.dir
14 touch varname-vpath.dir/file-in-subdirectory
15 rm -rf varname-vpath.dir2
16 mkdir varname-vpath.dir2
17 touch varname-vpath.dir2/file2-in-subdirectory
19 TEST_MAIN=yes VPATH=varname-vpath.dir:varname-vpath.dir2 \
22 rm -r varname-vpath.dir
23 rm -r varname-vpath.dir2
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dvpath21 $description = "This is part 2 in a series to test the vpath directive\n"
3 ." vpath pattern directive\n"
4 ." vpath pattern (clears path associated with pattern)\n"
5 ." vpath (clears all paths specified with vpath)\n";
7 $details = "This test simply adds many search paths using various vpath\n"
17 print MAKEFILE "vpath %.c foo\n";
18 print MAKEFILE "vpath %.c $workdir\n";
19 print MAKEFILE "vpath %.c $sourcedir\n";
20 print MAKEFILE "vpath %.h $workdir\n";
21 print MAKEFILE "vpath %.c\n";
[all …]
H A Dvpath2 ."vpath directive which allows you to specify a search \n"
6 $details = "This tests the vpath directive by specifying search directories\n"
7 ."for one class of filenames with the form: vpath pattern directories"
19 print MAKEFILE "vpath %.c foo\n";
20 print MAKEFILE "vpath %.c $workdir\n";
21 print MAKEFILE "vpath %.h $workdir\n";
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmkdeps.c94 for (i = vpath.size (); i--;) in ~mkdeps()
95 XDELETEVEC (vpath[i].str); in ~mkdeps()
101 vec<velt> vpath; variable
188 if (unsigned len = d->vpath.size ()) in apply_vpath()
191 if (!filename_ncmp (d->vpath[i].str, t, d->vpath[i].len)) in apply_vpath()
193 const char *p = t + d->vpath[i].len; in apply_vpath()
203 t = t + d->vpath[i].len + 1; in apply_vpath()
303 deps_add_vpath (class mkdeps *d, const char *vpath) in deps_add_vpath() argument
307 for (elem = vpath; *elem; elem = p) in deps_add_vpath()
320 d->vpath.push (elt); in deps_add_vpath()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmkdeps.cc95 for (i = vpath.size (); i--;) in ~mkdeps()
96 XDELETEVEC (vpath[i].str); in ~mkdeps()
106 vec<velt> vpath; member in mkdeps
187 if (unsigned len = d->vpath.size ()) in apply_vpath()
190 if (!filename_ncmp (d->vpath[i].str, t, d->vpath[i].len)) in apply_vpath()
192 const char *p = t + d->vpath[i].len; in apply_vpath()
202 t = t + d->vpath[i].len + 1; in apply_vpath()
302 deps_add_vpath (class mkdeps *d, const char *vpath) in deps_add_vpath() argument
306 for (elem = vpath; *elem; elem = p) in deps_add_vpath()
319 d->vpath.push (elt); in deps_add_vpath()
/netbsd-src/external/cddl/dtracetoolkit/dist/FS/
H A Dfsrw.d83 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
95 (int)arg2, self->offset / 1024, self->vpath);
102 (int)arg2, self->offset / 1024, self->vpath);
108 self->vpath = 0;
H A Dfspaging.d87 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
97 (int)arg2, self->offset / 1024, self->vpath);
104 (int)arg2, self->offset / 1024, self->vpath);
110 self->vpath = 0;
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dfsrw.d83 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
95 (int)arg2, self->offset / 1024, self->vpath);
102 (int)arg2, self->offset / 1024, self->vpath);
108 self->vpath = 0;
H A Dfspaging.d87 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
97 (int)arg2, self->offset / 1024, self->vpath);
104 (int)arg2, self->offset / 1024, self->vpath);
110 self->vpath = 0;
H A Dmmapfiles.d50 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
54 @hits[execname, self->vpath] = count();
/netbsd-src/usr.sbin/certctl/
H A Dcertctl.sh141 local lineno status formatok vconfig line contline op path vpath vop
229 vpath=$(printf '%s' "$path" | vis -M)
230 config_paths="$config_paths $vpath"
252 local vpath path cert base vcert vbase
254 for vpath in $config_paths; do
255 path=$(printf '%s.' "$vpath" | unvis)
/netbsd-src/external/cddl/dtracetoolkit/dist/Proc/
H A Dmmapfiles.d50 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
54 @hits[execname, self->vpath] = count();
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/
H A DMakefile.am68 vpath % $(top_srcdir)/src/c++98
69 vpath % $(top_srcdir)/src/c++11
70 vpath % $(top_srcdir)/src/c++17
71 vpath % $(top_srcdir)/src/c++20
73 vpath % $(top_srcdir)/src/filesystem
76 vpath % $(top_srcdir)/src/libbacktrace
/netbsd-src/external/cddl/dtracetoolkit/dist/Snippits/
H A Dfd2pathname.txt25 this->fd to self->vpath,
30 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/
H A DMakefile.am60 vpath % $(top_srcdir)/src/c++98
61 vpath % $(top_srcdir)/src/c++11
62 vpath % $(top_srcdir)/src/c++17
64 vpath % $(top_srcdir)/src/filesystem
/netbsd-src/bin/sh/
H A Dvar.h93 extern struct var vpath;
125 #define pathval() (vpath.text + 5)
/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A DMakefile.in73 vpath %.cc $(srcdir)
74 vpath %.in $(srcdir)
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A DMakefile.in51 vpath %.in $(srcdir)
52 vpath %.cc $(srcdir)
/netbsd-src/sys/external/bsd/acpica/dist/generate/unix/acpixtract/
H A DMakefile20 vpath %.c \

12345