Searched refs:qpathname (Results 1 – 1 of 1) sorted by relevance
230 char *qpathname; local247 qpathname = shell_unquote(pathname);248 f = open(qpathname, OPEN_READ);257 free(qpathname);696 char *qpathname; local714 qpathname = shell_quote(pathname);716 if (qpathname != NULL)718 n = strlen(qpathname);733 strlcpy(p, qpathname, gfilename + len - p);734 free(qpathname);