Searched refs:_PATH_LS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/crypto/openssh/ |
| D | pathnames.h | 166 #ifndef _PATH_LS 167 #define _PATH_LS "ls" macro
|
| D | sftp.c | 326 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/ |
| D | popen.c | 120 pid = (strcmp(gargv[0], _PATH_LS) == 0) ? fork() : vfork(); in ftpd_popen() 145 if (strcmp(gargv[0], _PATH_LS) == 0) { in ftpd_popen()
|
| D | pathnames.h | 40 #define _PATH_LS "/bin/ls" macro
|
| D | ftpcmd.y | 461 retrieve(_PATH_LS " -lgA", ""); 466 retrieve(_PATH_LS " -lgA %s", $4);
|
| D | ftpd.c | 2357 (void)snprintf(line, sizeof(line), _PATH_LS " -lgA %s", filename); in statfilecmd() 3206 retrieve(_PATH_LS " %s", dirname); in send_file_list()
|