Home
last modified time | relevance | path

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

/coreutils/src/
Dsystem.h200 #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()
Dwho.c580 if (STRNCMP_LIT (ttyname_b, "/dev/") == 0) in scan_entries()
Dsplit.c1434 if (STRNCMP_LIT (optarg, "r/") == 0) in main()
1439 else if (STRNCMP_LIT (optarg, "l/") == 0) in main()
Ddf.c1240 if (STRNCMP_LIT (mount_point, "/auto/") == 0) in get_dev()
1242 else if (STRNCMP_LIT (mount_point, "/tmp_mnt/") == 0) in get_dev()
Dls.c1464 || (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()
Dcopy.c752 return STRNCMP_LIT (name, "security.selinux") in check_selinux_attr()