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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dpath.h96 extern char *path_relative(Shell_t*,const char*);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c160 if((rval=chdir(path_relative(shp,stakptr(PATH_OFFSET)))) >= 0)
166 if(rval<0 && *dir=='/' && *(path_relative(shp,stakptr(PATH_OFFSET)))!='/')
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dpath.c554 if((fd = sh_open(path_relative(shp,stakptr(PATH_OFFSET)),O_RDONLY,0)) >= 0)
902 path = path_relative(shp,path);
947 char *path_relative(Shell_t *shp,register const char* file) function
1114 path = path_relative(shp,opath);
1139 path = path_relative(shp,opath);
1232 path = path_relative(shp,path);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c92 # define path_relative(s,x) (s,x) macro
263 cp = path_relative(shp,histname);

Completed in 40 milliseconds