Searched refs:INTERNAL_LS (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/libexec/ftpd/ |
| H A D | popen.c | 162 isls = (strcmp(sl->sl_str[0], INTERNAL_LS) == 0); in ftpd_popen()
|
| H A D | extern.h | 352 #define INTERNAL_LS "/bin/ls" macro
|
| H A D | ftpcmd.y | 506 const char *argv[] = { INTERNAL_LS, "-lgA", NULL }; 516 const char *argv[] = { INTERNAL_LS, "-lgA", NULL, NULL };
|
| H A D | cmds.c | 510 const char *argv[] = { INTERNAL_LS, "-lgA", "", NULL }; in statfilecmd()
|
| H A D | ftpd.c | 1728 if (strcmp(argv[0], INTERNAL_LS) == 0) { in retrieve() 3470 const char *argv[] = { INTERNAL_LS, "", NULL }; in send_file_list()
|