Searched defs:mypath (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c72 static char mypath[PATH_MAX]; variable
218 if (getstr(fp, "=", PATH_MAX, mypath)) {
222 ept->path = mypath;
267 if (getstr(fp, "=", PATH_MAX, mypath)) {
271 ept->path = mypath;
739 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) {
743 ept->path = mypath;
792 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) {
796 ept->path = mypath;
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c168 char mypath[PATH_MAX]; local
184 entry.path = mypath;
/illumos-gate/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);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5850 char *mypath; local
5869 if ((mypath = (char *)calloc(1, MAXPATHLEN + 1)) == NULL) {
5875 sprintf(mypath, "%s%s", DEVICES_DIR, tptr);
5883 if (strstr(mypath, SCSI_VHCI) == NULL) {
5891 free(mypath);
5898 if ((tptr = strrchr(mypath, '/')) == NULL) {
5899 free(mypath);
5904 return (mypath);
5918 free(mypath);
5925 sprintf(&mypath[strle
[all...]

Completed in 60 milliseconds