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

/openbsd-current/gnu/gcc/libcpp/
H A Dmakedepend.c31 const char *vpath; variable
75 "usage: %s [-vh] [-V vpath] [-Dname[=def]...] [-Uname] [-Idir...] [-o file] sources...\n",
105 if (vpath)
110 vpath = optarg;
150 if (vpath)
153 deps_add_vpath (deps, vpath);
H A Dmkdeps.c129 /* Do not simplify $(vpath)/../whatever. ??? Might not
260 deps_add_vpath (struct deps *d, const char *vpath) argument
266 for (elem = vpath; *elem; elem = p)
/openbsd-current/usr.bin/make/
H A Dmain.c583 char *vpath; local
585 vpath = Var_Subst("${VPATH}", NULL, false);
586 add_dirpath(defaultPath, vpath);
587 (void)free(vpath);
/openbsd-current/libexec/ftpd/
H A Dftpd.c2736 char vremotehost[(HOST_NAME_MAX+1)*4], vpath[PATH_MAX*4]; local
2754 strvis(vpath, rpath, VIS_SAFE|VIS_NOSLASH);
2763 vremotehost, (long long)size, vpath,

Completed in 93 milliseconds