Searched refs:_PATH_LS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | pathnames.h | 173 #ifndef _PATH_LS 174 #define _PATH_LS "ls" macro
|
| H A D | sftp.c | 361 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 D | popen.c | 121 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 D | pathnames.h | 42 #define _PATH_LS "/bin/ls" macro
|
| H A D | ftpcmd.y | 465 retrieve(_PATH_LS " -lgA", ""); 470 retrieve(_PATH_LS " -lgA %s", $4);
|
| H A D | ftpd.c | 2367 (void)snprintf(line, sizeof(line), _PATH_LS " -lgA %s", filename); in statfilecmd() 3216 retrieve(_PATH_LS " %s", dirname); in send_file_list()
|