Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/tests/gen/
Dfnmatch_test.c46 …static const char flagnames[] = "FNM_NOESCAPE\0FNM_PATHNAME\0FNM_PERIOD\0FNM_LEADING_DIR\0FNM_CASE… in flags_to_string() local
47 static char result[sizeof(flagnames) + 3 * sizeof(int) + 2]; in flags_to_string()
53 fp = flagnames; in flags_to_string()
/freebsd-10-stable/tools/regression/lib/libc/gen/
Dtest-fnmatch.c188 …static const char flagnames[] = "FNM_NOESCAPE\0FNM_PATHNAME\0FNM_PERIOD\0FNM_LEADING_DIR\0FNM_CASE… in flags_to_string() local
189 static char result[sizeof(flagnames) + 3 * sizeof(int) + 2]; in flags_to_string()
195 fp = flagnames; in flags_to_string()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/
Ddtrace.c931 } flagnames[] = { local
960 for (i = 0, printed = 0; flagnames[i].name != NULL; i++) {
961 if (!(flags & flagnames[i].value))
965 "%s%s", printed++ ? " | " : "(", flagnames[i].name);
967 flags &= ~flagnames[i].value;