Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dvpinit.c49 char *vpath; /* VPATH environment variable value */ in vpinit() local
64 if (vpndirs > 0 || (vpath = getenv("VPATH")) == NULL || in vpinit()
65 *vpath == '\0') { in vpinit()
75 for (i = 0; vpath[i] == currentdir[i] && vpath[i] != '\0'; ++i) { in vpinit()
78 if (i == 0 || (vpath[i] != ':' && vpath[i] != '\0') || in vpinit()
86 for (s = vpath; *s != '\0'; ++s) { in vpinit()
95 vpath = stralloc(vpath); in vpinit()
98 for (i = 0, s = vpath; i < vpndirs && *s != '\0'; ++i) { in vpinit()
119 free(vpath); in vpinit()
/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc214 wchar_t *vpath; in vpath_exists() local
233 *name_p++ = *vpath++; in vpath_exists()
251 ((*vpath == (int) colon_char) || iswspace(*vpath))) { in vpath_exists()
252 vpath++; in vpath_exists()
300 wchar_t *vpath = NULL; in read_dir() local
416 if ((vpath != NULL) && (*vpath != (int) nul_char)) { in read_dir()
418 (iswspace(*vpath) || (*vpath == (int) colon_char))) { in read_dir()
419 vpath++; in read_dir()
421 p = vpath; in read_dir()
424 vpath++; in read_dir()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c201 char *vpath; in vncache_enter() local
211 vpath = kmem_alloc(len, KM_SLEEP); in vncache_enter()
212 (void) strlcpy(vpath, name, len); in vncache_enter()
217 vpath = kmem_alloc(len, KM_SLEEP); in vncache_enter()
218 (void) snprintf(vpath, len, "%s/%s", dvp->v_path, name); in vncache_enter()
223 new_vp->v_path = vpath; in vncache_enter()
253 char *vpath; in vncache_renamed() local
260 vpath = kmem_alloc(len, KM_SLEEP); in vncache_renamed()
261 (void) snprintf(vpath, len, "%s/%s", to_dvp->v_path, to_name); in vncache_renamed()
265 vp->v_path = vpath; in vncache_renamed()
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c324 char vpath[MAXPATHLEN]; in getflabel() local
365 err = vnodetopath(rootdir, rvp, vpath, sizeof (vpath), kcred); in getflabel()
366 if ((err != 0) || (*vpath != '/')) { in getflabel()
397 zone = zone_find_by_any_path(vpath, B_FALSE); in getflabel()
423 zone = zone_find_by_any_path(vpath, B_FALSE); in getflabel()
462 size_t plen = strlen(vpath); in getflabel()
492 (strncmp(rstr, vpath, rlen) == 0) && in getflabel()
493 (vpath[rlen] == '/' || in getflabel()
494 vpath[rlen] == '\0')) { in getflabel()
H A Ddevcfg.c6965 char *vpath; in hold_devi() local
7029 vpath = kmem_alloc(MAXPATHLEN, KM_SLEEP); in hold_devi()
7033 (strcmp(path, ddi_pathname(dip, vpath)) != 0))) { in hold_devi()
7037 kmem_free(vpath, MAXPATHLEN); in hold_devi()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c124 "vpath", NV_BLTIN|BLT_ENV, bltin(vpath),
125 "vmap", NV_BLTIN|BLT_ENV, bltin(vpath),
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1429 char *vpath = NULL; in build_pathlist() local
1442 if (vpath == NULL) { in build_pathlist()
1443 if ((vpath = strdup(vhcipath)) == NULL) in build_pathlist()
1449 pathlist[0] = vpath; in build_pathlist()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c189 char vpath[MAXPATHLEN]; in tsol_fifo_access() local
196 if (vnodetopath(rootdir, vp, vpath, sizeof (vpath), in tsol_fifo_access()
198 fifo_zone = zone_find_by_path(vpath); in tsol_fifo_access()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.sh3522 if (vpath $INSTALLROOT - $INSTALLROOT $PROTOROOT $PROTOROOT $PACKAGEROOT) >/dev/null 2>&1 &&
3523 vpath $INSTALLROOT - $INSTALLROOT $PROTOROOT $PROTOROOT $PACKAGEROOT
3524 then $show vpath $INSTALLROOT $PROTOROOT $PROTOROOT $PACKAGEROOT $USER_VPATH_CHAIN
H A DRELEASE45 11-03-21 package.sh: fix vpath probes
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt4231 considerably through the use of the vpath variable to specify search