Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dpathnames.h173 #ifndef _PATH_LS
174 #define _PATH_LS "ls" macro
H A Dsftp.c361 local_do_shell(_PATH_LS); in local_do_ls()
363 int len = strlen(_PATH_LS " ") + strlen(args) + 1; in local_do_ls()
367 snprintf(buf, len, _PATH_LS " %s", args); in local_do_ls()
/freebsd-13.1/libexec/ftpd/
H A Dpopen.c121 pid = (strcmp(gargv[0], _PATH_LS) == 0) ? fork() : vfork(); in ftpd_popen()
146 if (strcmp(gargv[0], _PATH_LS) == 0) { in ftpd_popen()
H A Dpathnames.h42 #define _PATH_LS "/bin/ls" macro
H A Dftpcmd.y465 retrieve(_PATH_LS " -lgA", "");
470 retrieve(_PATH_LS " -lgA %s", $4);
H A Dftpd.c2367 (void)snprintf(line, sizeof(line), _PATH_LS " -lgA %s", filename); in statfilecmd()
3216 retrieve(_PATH_LS " %s", dirname); in send_file_list()