Home
last modified time | relevance | path

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

/coreutils/src/
Ddu.c982 static char const posix_prefix[] = "posix-"; in main() local
983 static const size_t prefix_len = sizeof posix_prefix - 1; in main()
984 while (STREQ_LEN (time_style, posix_prefix, prefix_len)) in main()
Dls.c2406 static char const posix_prefix[] = "posix-"; in decode_switches() local
2412 while (STREQ_LEN (style, posix_prefix, sizeof posix_prefix - 1)) in decode_switches()
2416 style += sizeof posix_prefix - 1; in decode_switches()