Home
last modified time | relevance | path

Searched refs:qpathname (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/less/
Dfilename.c230 char *qpathname; local
247 qpathname = shell_unquote(pathname);
248 f = open(qpathname, OPEN_READ);
257 free(qpathname);
696 char *qpathname; local
714 qpathname = shell_quote(pathname);
716 if (qpathname != NULL)
718 n = strlen(qpathname);
733 strlcpy(p, qpathname, gfilename + len - p);
734 free(qpathname);