Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c595 C_BLK, C_CHR, C_MISSING, C_ORPHAN, C_EXEC, C_DOOR, C_SETUID, C_SETGID, enumerator
1700 || (is_colored (C_EXEC) && color_symlink_as_referent) in main()
3442 && (is_colored (C_EXEC) in gobble_file()
5018 else if ((mode & S_IXUGO) != 0 && is_colored (C_EXEC)) in get_color_indicator()
5019 type = C_EXEC; in get_color_indicator()