Searched refs:resolved_name (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dxedit.h149 Bool LoadFileInTextwindow(char *name, char *resolved_name);
H A Dcommands.c381 LoadFileInTextwindow(char *name, char *resolved_name) argument
383 return (ReallyDoLoad(name, resolved_name));
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c1097 char resolved_name[FC_PATH_MAX+1]; local in function:FcStrRealPath
1104 resolved_ret = realpath((const char *) path, resolved_name);
1106 if (GetFullPathNameA ((LPCSTR) path, FC_PATH_MAX, resolved_name, NULL) == 0)
1111 resolved_ret = resolved_name;

Completed in 4 milliseconds