Home
last modified time | relevance | path

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

/coreutils/src/
Dremove.c318 program_name, file_type (sbuf), quoted_name); in prompt()
Dls.c544 file_type, /* --indicator-style=file-type */ enumerator
557 none, slash, file_type, classify enumerator
1964 indicator_style = file_type; in decode_switches()
2372 if (file_type <= indicator_style) in decode_switches()
2375 for (p = &"*=>@|"[indicator_style - file_type]; *p; p++) in decode_switches()
3594 && (file_type <= indicator_style || check_symlink_mode) in gobble_file()
Dstat.c1558 out_string (pformat, prefix_len, file_type (statbuf)); in print_stat()