Searched defs:vpath (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dvpinit.c51 char *vpath; /* VPATH environment variable value */ local
66 if (vpndirs > 0 || (vpath = getenv("VPATH")) == NULL ||
67 *vpath == '\0') {
77 for (i = 0; vpath[i] == currentdir[i] && vpath[i] != '\0'; ++i) {
80 if (i == 0 || (vpath[i] != ':' && vpath[i] != '\0') ||
88 for (s = vpath; *s != '\0'; ++s) {
97 vpath = stralloc(vpath);
[all...]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c201 char *vpath; local
211 vpath = kmem_alloc(len, KM_SLEEP);
212 (void) strlcpy(vpath, name, len);
217 vpath = kmem_alloc(len, KM_SLEEP);
218 (void) snprintf(vpath, len, "%s/%s", dvp->v_path, name);
223 new_vp->v_path = vpath;
253 char *vpath; local
260 vpath = kmem_alloc(len, KM_SLEEP);
261 (void) snprintf(vpath, len, "%s/%s", to_dvp->v_path, to_name);
265 vp->v_path = vpath;
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc212 wchar_t *vpath; local
225 vpath = wcb.get_string();
227 while (*vpath != (int) nul_char) {
229 while ((*vpath != (int) colon_char) &&
230 (*vpath != (int) nul_char)) {
231 *name_p++ = *vpath++;
248 while ((*vpath != (int) nul_char) &&
249 ((*vpath == (int) colon_char) || iswspace(*vpath))) {
250 vpath
298 wchar_t *vpath = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c324 char vpath[MAXPATHLEN]; local
365 err = vnodetopath(rootdir, rvp, vpath, sizeof (vpath), kcred);
366 if ((err != 0) || (*vpath != '/')) {
397 zone = zone_find_by_any_path(vpath, B_FALSE);
423 zone = zone_find_by_any_path(vpath, B_FALSE);
462 size_t plen = strlen(vpath);
492 (strncmp(rstr, vpath, rlen) == 0) &&
493 (vpath[rlen] == '/' ||
494 vpath[rle
[all...]
H A Ddevcfg.c6822 char *vpath; local
6886 vpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
6890 (strcmp(path, ddi_pathname(dip, vpath)) != 0))) {
6894 kmem_free(vpath, MAXPATHLEN);
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c187 char vpath[MAXPATHLEN]; local
194 if (vnodetopath(rootdir, vp, vpath, sizeof (vpath),
196 fifo_zone = zone_find_by_path(vpath);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1429 char *vpath = NULL; local
1442 if (vpath == NULL) {
1443 if ((vpath = strdup(vhcipath)) == NULL)
1449 pathlist[0] = vpath;

Completed in 110 milliseconds