Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/less/
HDlsystem.c144 char *esccmd = shell_quote(cmd); local
145 if (esccmd != NULL)
147 int len = (int) (strlen(shell) + strlen(esccmd) + 5);
149 SNPRINTF3(p, len, "%s %s %s", shell, shell_coption(), esccmd);
150 free(esccmd);
HDfilename.c584 char *esccmd; local
590 esccmd = shell_quote(cmd);
591 if (esccmd == NULL)
596 int len = (int) (strlen(shell) + strlen(esccmd) + 5);
598 SNPRINTF3(scmd, len, "%s %s %s", shell, shell_coption(), esccmd);
599 free(esccmd);