Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c1656 struct pending *thispend; in main() local
1798 thispend = pending_dirs; in main()
1803 if (thispend->name == nullptr) in main()
1812 assert_matching_dev_ino (thispend->realname, di); in main()
1815 free_pending_ent (thispend); in main()
1820 print_dir (thispend->name, thispend->realname, in main()
1821 thispend->command_line_arg); in main()
1823 free_pending_ent (thispend); in main()