Searched refs:_PATH_LS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | pathnames.h | 172 #ifndef _PATH_LS 173 #define _PATH_LS "ls" macro
|
| H A D | sftp.c | 363 local_do_shell(_PATH_LS); in local_do_ls() 365 int len = strlen(_PATH_LS " ") + strlen(args) + 1; in local_do_ls() 369 snprintf(buf, len, _PATH_LS " %s", args); in local_do_ls()
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | popen.c | 119 pid = (strcmp(gargv[0], _PATH_LS) == 0) ? fork() : vfork(); in ftpd_popen() 144 if (strcmp(gargv[0], _PATH_LS) == 0) { in ftpd_popen()
|
| H A D | pathnames.h | 41 #define _PATH_LS "/bin/ls" macro
|
| H A D | ftpcmd.y | 463 retrieve(_PATH_LS " -lA", ""); 468 retrieve(_PATH_LS " -lA %s", $4);
|
| H A D | ftpd.c | 2339 (void)snprintf(line, sizeof(line), _PATH_LS " -lA %s", filename); in statfilecmd() 3188 retrieve(_PATH_LS " %s", dirname); in send_file_list()
|