Searched refs:STRNCMP_LIT (Results 1 – 6 of 6) sorted by relevance
/coreutils/src/ |
D | system.h | 200 #define STRNCMP_LIT(s, lit) strncmp (s, "" lit "", sizeof (lit) - 1) macro 684 if (lc_messages && STRNCMP_LIT (lc_messages, "en_")) in emit_ancillary_info()
|
D | who.c | 580 if (STRNCMP_LIT (ttyname_b, "/dev/") == 0) in scan_entries()
|
D | split.c | 1434 if (STRNCMP_LIT (optarg, "r/") == 0) in main() 1439 else if (STRNCMP_LIT (optarg, "l/") == 0) in main()
|
D | df.c | 1240 if (STRNCMP_LIT (mount_point, "/auto/") == 0) in get_dev() 1242 else if (STRNCMP_LIT (mount_point, "/tmp_mnt/") == 0) in get_dev()
|
D | ls.c | 1464 || (len == 1 && STRNCMP_LIT (s, "0") == 0) in is_colored() 1465 || (len == 2 && STRNCMP_LIT (s, "00") == 0)); in is_colored() 2723 if (STRNCMP_LIT (line, "TERM ") == 0) in known_term_type() 2916 && !STRNCMP_LIT (color_indicator[C_LINK].string, "target")) in parse_ls_color()
|
D | copy.c | 752 return STRNCMP_LIT (name, "security.selinux") in check_selinux_attr()
|