Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dftpd.c756 int ls_fd; in handle_dir_common() local
761 ls_fd = popen_ls((opts & LONG_LISTING) ? "-lA" : "-1A"); in handle_dir_common()
762 ls_fp = xfdopen_for_read(ls_fd); in handle_dir_common()