Searched refs:path_relative (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libshell/common/include/
H A Dpath.h95 extern char *path_relative(const char*);
/opensolaris-onvv-gate/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c160 if((rval=chdir(path_relative(stakptr(PATH_OFFSET)))) >= 0)
166 if(rval<0 && *dir=='/' && *(path_relative(stakptr(PATH_OFFSET)))!='/')
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c559 if((fd = sh_open(path_relative(stakptr(PATH_OFFSET)),O_RDONLY,0)) >= 0)
896 path = path_relative(path);
941 char *path_relative(register const char* file) function
1110 path = path_relative(opath);
1135 path = path_relative(opath);
1228 path = path_relative(path);
/opensolaris-onvv-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c92 # define path_relative(x) (x) macro
264 cp = path_relative(histname);

Completed in 123 milliseconds