Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dpathnames.h166 #ifndef _PATH_LS
167 #define _PATH_LS "ls" macro
Dsftp.c326 local_do_shell(_PATH_LS); in local_do_ls()
328 int len = strlen(_PATH_LS " ") + strlen(args) + 1; in local_do_ls()
332 snprintf(buf, len, _PATH_LS " %s", args); in local_do_ls()
/freebsd-10-stable/libexec/ftpd/
Dpopen.c120 pid = (strcmp(gargv[0], _PATH_LS) == 0) ? fork() : vfork(); in ftpd_popen()
145 if (strcmp(gargv[0], _PATH_LS) == 0) { in ftpd_popen()
Dpathnames.h40 #define _PATH_LS "/bin/ls" macro
Dftpcmd.y461 retrieve(_PATH_LS " -lgA", "");
466 retrieve(_PATH_LS " -lgA %s", $4);
Dftpd.c2357 (void)snprintf(line, sizeof(line), _PATH_LS " -lgA %s", filename); in statfilecmd()
3206 retrieve(_PATH_LS " %s", dirname); in send_file_list()