Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dpathnames.h166 #ifndef _PATH_LS
167 #define _PATH_LS "ls" macro
H A Dsftp.c355 local_do_shell(_PATH_LS); in local_do_ls()
357 int len = strlen(_PATH_LS " ") + strlen(args) + 1; in local_do_ls()
361 snprintf(buf, len, _PATH_LS " %s", args); in local_do_ls()
/freebsd-12.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.y463 retrieve(_PATH_LS " -lgA", "");
468 retrieve(_PATH_LS " -lgA %s", $4);
H A Dftpd.c2380 (void)snprintf(line, sizeof(line), _PATH_LS " -lgA %s", filename); in statfilecmd()
3229 retrieve(_PATH_LS " %s", dirname); in send_file_list()