Home
last modified time | relevance | path

Searched refs:mypath (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/tools/tokenize/
H A Dtokenize.sh40 mypath=`dirname $0`
51 LD_PRELOAD=${mypath}/forth_preload.so.1 LD_BIND_NOW=1 \
52 ${mypath}/forth ${mypath}/tokenize.exe \
/titanic_50/usr/src/lib/libpkg/common/
H A Dgpkgmap.c72 static char mypath[PATH_MAX]; variable
218 if (getstr(fp, "=", PATH_MAX, mypath)) { in gpkgmap()
222 ept->path = mypath; in gpkgmap()
267 if (getstr(fp, "=", PATH_MAX, mypath)) { in gpkgmap()
271 ept->path = mypath; in gpkgmap()
739 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) { in gpkgmapvfp()
743 ept->path = mypath; in gpkgmapvfp()
792 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) { in gpkgmapvfp()
796 ept->path = mypath; in gpkgmapvfp()
/titanic_50/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c168 char mypath[PATH_MAX]; in output() local
184 entry.path = mypath; in output()
/titanic_50/usr/src/cmd/bnu/
H A Dcu.c983 char mypath[MAXPATH]; local
1191 strlcpy(mypath, getpath, sizeof (mypath));
1192 if(chdir(mypath) < 0) {
1193 VERBOSE("Cannot change to %s\r\n", mypath);
/titanic_50/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5850 char *mypath; in my_devfs_path() local
5869 if ((mypath = (char *)calloc(1, MAXPATHLEN + 1)) == NULL) { in my_devfs_path()
5875 sprintf(mypath, "%s%s", DEVICES_DIR, tptr); in my_devfs_path()
5883 if (strstr(mypath, SCSI_VHCI) == NULL) { in my_devfs_path()
5891 free(mypath); in my_devfs_path()
5898 if ((tptr = strrchr(mypath, '/')) == NULL) { in my_devfs_path()
5899 free(mypath); in my_devfs_path()
5904 return (mypath); in my_devfs_path()
5918 free(mypath); in my_devfs_path()
5925 sprintf(&mypath[strlen(mypath)], "@w%s,%x", pwwn, *lunnump); in my_devfs_path()
[all …]