Searched refs:esccmd (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/less/ |
H A D | lsystem.c | 135 char *esccmd = shell_quote(cmd); in lsystem() 136 if (esccmd != NULL) in lsystem() local 138 size_t len = strlen(shell) + strlen(esccmd) + 5; in lsystem() 140 SNPRINTF3(p, len, "%s %s %s", shell, shell_coption(), esccmd); in lsystem() 141 free(esccmd); in lsystem()
|
H A D | filename.c | 560 char *esccmd; in shellcmd() 566 esccmd = shell_quote(cmd); in shellcmd() 567 if (esccmd == NULL) in shellcmd() 572 size_t len = strlen(shell) + strlen(esccmd) + 5; in shellcmd() 574 SNPRINTF3(scmd, len, "%s %s %s", shell, shell_coption(), esccmd); in shellcmd() 575 free(esccmd); in shellcmd() 557 char *esccmd; shellcmd() local
|