Home
last modified time | relevance | path

Searched refs:INTERNAL_LS (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/libexec/ftpd/
H A Dpopen.c162 isls = (strcmp(sl->sl_str[0], INTERNAL_LS) == 0); in ftpd_popen()
H A Dextern.h352 #define INTERNAL_LS "/bin/ls" macro
H A Dftpcmd.y506 const char *argv[] = { INTERNAL_LS, "-lgA", NULL };
516 const char *argv[] = { INTERNAL_LS, "-lgA", NULL, NULL };
H A Dcmds.c510 const char *argv[] = { INTERNAL_LS, "-lgA", "", NULL }; in statfilecmd()
H A Dftpd.c1728 if (strcmp(argv[0], INTERNAL_LS) == 0) { in retrieve()
3470 const char *argv[] = { INTERNAL_LS, "", NULL }; in send_file_list()