HomeSort by: relevance | last modified time | path
    Searched refs:resolved_name (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xedit/dist/
xedit.h 149 Bool LoadFileInTextwindow(char *name, char *resolved_name);
commands.c 381 LoadFileInTextwindow(char *name, char *resolved_name)
383 return (ReallyDoLoad(name, resolved_name));
  /xsrc/external/mit/fontconfig/dist/src/
fcstr.c 1097 char resolved_name[FC_PATH_MAX+1]; local
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 8 milliseconds