HomeSort by: relevance | last modified time | path
    Searched refs:vpath (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl2/gmake/dist/
vpath.c 27 /* Structure used to represent a selective VPATH searchpath. */
29 struct vpath struct
31 struct vpath *next; /* Pointer to next struct in the linked list. */
41 static struct vpath *vpaths;
43 /* Structure for the general VPATH given in the variable. */
45 static struct vpath *general_vpath;
49 static struct vpath *gpaths;
52 static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_ptr));
54 /* Reverse the chain of selective VPATH lists so they
56 and construct the list from the VPATH variable. *
163 register char **vpath; local
378 register char **vpath = path->searchpath; local
    [all...]
filedef.h 30 char *vpath; /* VPATH/vpath pathname */ member in struct:file
92 unsigned int ignore_vpath:1;/* Nonzero if we threw out VPATH name. */
164 Don't search using vpath for the file--if it doesn't actually exist,
  /src/external/cddl/dtracetoolkit/dist/Bin/
mmapfiles.d 50 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
54 @hits[execname, self->vpath] = count();
fspaging.d 87 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;
fsrw.d 83 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;
  /src/external/cddl/dtracetoolkit/dist/Proc/
mmapfiles.d 50 self->vpath = this->vnodep ? (this->vnodep->v_path != 0 ?
54 @hits[execname, self->vpath] = count();
  /src/external/cddl/dtracetoolkit/dist/FS/
fspaging.d 87 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;
fsrw.d 83 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;
  /src/sys/external/bsd/acpica/dist/generate/unix/acpixtract/
Makefile 20 vpath %.c \
  /src/external/gpl3/gcc/dist/libcpp/
mkdeps.cc 99 for (i = vpath.size (); i--;)
100 XDELETEVEC (vpath[i].str);
112 vec<velt> vpath; member in class:mkdeps
194 if (unsigned len = d->vpath.size ())
197 if (!filename_ncmp (d->vpath[i].str, t, d->vpath[i].len))
199 const char *p = t + d->vpath[i].len;
203 /* Do not simplify $(vpath)/../whatever. ??? Might not
209 t = t + d->vpath[i].len + 1;
329 deps_add_vpath (class mkdeps *d, const char *vpath)
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
mkdeps.cc 95 for (i = vpath.size (); i--;)
96 XDELETEVEC (vpath[i].str);
106 vec<velt> vpath; member in class:mkdeps
187 if (unsigned len = d->vpath.size ())
190 if (!filename_ncmp (d->vpath[i].str, t, d->vpath[i].len))
192 const char *p = t + d->vpath[i].len;
196 /* Do not simplify $(vpath)/../whatever. ??? Might not
202 t = t + d->vpath[i].len + 1;
302 deps_add_vpath (class mkdeps *d, const char *vpath)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++26/
Makefile.am 40 vpath % $(top_srcdir)/src/c++26
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++20/
Makefile.am 41 vpath % $(top_srcdir)/src/c++20
  /src/usr.sbin/certctl/
certctl.sh 141 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)
  /src/bin/sh/
var.h 93 extern struct var vpath;
125 #define pathval() (vpath.text + 5)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/
Makefile.am 75 vpath % $(top_srcdir)/src/c++98
76 vpath % $(top_srcdir)/src/c++11
77 vpath % $(top_srcdir)/src/c++17
78 vpath % $(top_srcdir)/src/c++20
79 vpath % $(top_srcdir)/src/c++23
80 vpath % $(top_srcdir)/src/c++26
82 vpath % $(top_srcdir)/src/filesystem
85 vpath % $(top_srcdir)/src/libbacktrace
87 vpath % $(top_srcdir)/src/experimental
418 -e 's/VPATH = \.\./VPATH = ..\/../'
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++23/
Makefile.am 40 vpath % $(top_srcdir)/src/c++23
  /src/sys/external/bsd/acpica/dist/generate/unix/acpibin/
Makefile 20 vpath %.c \
  /src/sys/external/bsd/acpica/dist/generate/unix/acpihelp/
Makefile 21 vpath %.c \
  /src/sys/external/bsd/acpica/dist/generate/unix/acpisrc/
Makefile 20 vpath %.c \
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
Makefile.am 61 vpath % $(top_srcdir)/src/c++17
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/
Makefile.am 41 vpath % $(top_srcdir)/src/c++20
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
Makefile.am 61 vpath % $(top_srcdir)/src/c++17
  /src/sys/external/bsd/acpica/dist/generate/unix/acpidump/
Makefile 20 vpath %.c \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/
Makefile.am 68 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
399 -e 's/VPATH = \.\./VPATH = ..\/../' \
407 -e 's/VPATH = \.\./VPATH = ..\/../'
    [all...]

Completed in 23 milliseconds

1 2