Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dpathnames.h172 #ifndef _PATH_LS
173 #define _PATH_LS "ls" macro
H A Dsftp.c367 local_do_shell(_PATH_LS); in local_do_ls()
369 int len = strlen(_PATH_LS " ") + strlen(args) + 1; in local_do_ls()
373 snprintf(buf, len, _PATH_LS " %s", args); in local_do_ls()
/dragonfly/libexec/ftpd/
H A Dpopen.c113 pid = (strcmp(gargv[0], _PATH_LS) == 0) ? fork() : vfork(); in ftpd_popen()
135 if (strcmp(gargv[0], _PATH_LS) == 0) { in ftpd_popen()
H A Dpathnames.h41 #define _PATH_LS "/bin/ls" macro
H A Dftpcmd.y481 retrieve(_PATH_LS " -lgA", "");
486 retrieve(_PATH_LS " -lgA %s", $4);
H A Dftpd.c2297 snprintf(line, sizeof(line), _PATH_LS " -lgA %s", filename); in statfilecmd()
3137 retrieve(_PATH_LS " %s", dirname); in send_file_list()