Home
last modified time | relevance | path

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

/coreutils/src/
Dremove.c51 # undef DT_LNK
54 # define DT_LNK 2 macro
215 && dirent_type != DT_LNK) in prompt()
228 dirent_type = DT_LNK; in prompt()
244 case DT_LNK: in prompt()
Dls.c3083 case DT_LNK: type = symbolic_link; break; in print_dir()