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

/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkgmap.c71 static char mypath[PATH_MAX]; variable
222 if (getstr(fp, "=", PATH_MAX, mypath)) {
226 ept->path = mypath;
271 if (getstr(fp, "=", PATH_MAX, mypath)) {
275 ept->path = mypath;
751 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) {
755 ept->path = mypath;
804 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) {
808 ept->path = mypath;
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5849 char *mypath; local
5868 if ((mypath = (char *)calloc(1, MAXPATHLEN + 1)) == NULL) {
5874 sprintf(mypath, "%s%s", DEVICES_DIR, tptr);
5882 if (strstr(mypath, SCSI_VHCI) == NULL) {
5890 free(mypath);
5897 if ((tptr = strrchr(mypath, '/')) == NULL) {
5898 free(mypath);
5903 return (mypath);
5917 free(mypath);
5926 free(mypath);
[all...]

Completed in 33 milliseconds