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

/ast/src/cmd/ksh93/sh/
H A Dpath.c79 char resolvedpath[PATH_MAX + 1]; local
84 rpath = resolvedpath;
85 if (!realpath(path, resolvedpath))
87 if(pf=getexecuser(shp->gd->user, KV_COMMAND, resolvedpath, GET_ONE))
106 char resolvedpath[PATH_MAX + 1]; local
122 if(!path_xattr(shp,path,resolvedpath))
126 argv[1] = resolvedpath;

Completed in 30 milliseconds