Searched refs:vpath (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/bin/sh/
H A Dvar.h79 extern struct var vpath;
103 #define pathval() (vpath.text + 5)
H A Dvar.c94 struct var vpath; variable in typeref:struct:var
115 { &vpath, 0, "PATH=" _PATH_DEFPATH,
/freebsd-13-stable/contrib/bmake/
H A Dmkdeps.sh217 vpath=
243 [ "$VPATH" ] && vpath=`IFS=:; set -- $VPATH; echo $*`
254 if [ ! -f $file -a "$vpath" ]; then
255 for d in . $vpath
H A Dmain.c1302 char *vpath, savec, *path; local
1306 (void)Var_Subst("${VPATH}", SCOPE_CMDLINE, VARE_WANTRES, &vpath);
1308 path = vpath;
1322 free(vpath);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile420 TESTS+= varname-vpath
455 ENV.varname-vpath+= VPATH=varname-vpath.dir:varname-vpath.dir2
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile424 TESTS+= varname-vpath
459 ENV.varname-vpath+= VPATH=varname-vpath.dir:varname-vpath.dir2
/freebsd-13-stable/sys/contrib/zstd/lib/
H A DMakefile173 vpath %.c $(ZSTD_SUBDIR)
/freebsd-13-stable/sys/contrib/zstd/programs/
H A DMakefile73 vpath %.c $(ZSTDLIB_COMMON) $(ZSTDLIB_COMPRESS) $(ZSTDLIB_DECOMPRESS) $(ZDICT_DIR) $(ZSTDLEGACY_DIR)
/freebsd-13-stable/sys/kern/
H A Dvfs_cache.c3808 DB_SHOW_COMMAND(vpath, db_show_vpath)
3813 db_printf("usage: show vpath <struct vnode *>\n");

Completed in 148 milliseconds