/src/lib/libc/citrus/ |
citrus_lookup.h | 50 int ignore_case) 54 ret = _citrus_lookup_simple(path, key, buf, n, ignore_case);
|
citrus_lookup.h | 50 int ignore_case) 54 ret = _citrus_lookup_simple(path, key, buf, n, ignore_case);
|
citrus_lookup.c | 272 int ignore_case) 283 cl->cl_ignore_case = ignore_case; 334 char *linebuf, size_t linebufsize, int ignore_case) 340 ret = _citrus_lookup_seq_open(&cl, name, ignore_case);
|
citrus_lookup.c | 272 int ignore_case) 283 cl->cl_ignore_case = ignore_case; 334 char *linebuf, size_t linebufsize, int ignore_case) 340 ret = _citrus_lookup_seq_open(&cl, name, ignore_case);
|
/src/lib/libform/ |
type_enum.c | 55 bool ignore_case; member in struct:__anon0f6d32f40108 95 new->ignore_case = (va_arg(*args, int)) ? TRUE : FALSE; 98 _formi_dbg_printf("%s: ignore_case %d, no_blanks %d\n", __func__, 99 new->ignore_case, new->exact); 148 match_enum(char **choices, unsigned num_choices, bool ignore_case, 194 if (ignore_case) 233 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case, 262 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case, 298 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case,
|
type_enum.c | 55 bool ignore_case; member in struct:__anon0f6d32f40108 95 new->ignore_case = (va_arg(*args, int)) ? TRUE : FALSE; 98 _formi_dbg_printf("%s: ignore_case %d, no_blanks %d\n", __func__, 99 new->ignore_case, new->exact); 148 match_enum(char **choices, unsigned num_choices, bool ignore_case, 194 if (ignore_case) 233 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case, 262 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case, 298 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case,
|
/src/games/fortune/fortune/ |
fortune.c | 179 static void re_setup(struct re *rx, const char *pattern, bool ignore_case); 300 int ignore_case; local in function:getargs 306 ignore_case = FALSE; 352 ignore_case++; 375 re_setup(&Re_pat, pat, ignore_case); 377 re_setup(&Re_pat13, pat, ignore_case); 1198 re_setup(struct re *rx, const char *pattern, bool ignore_case) 1206 if (ignore_case) {
|
fortune.c | 179 static void re_setup(struct re *rx, const char *pattern, bool ignore_case); 300 int ignore_case; local in function:getargs 306 ignore_case = FALSE; 352 ignore_case++; 375 re_setup(&Re_pat, pat, ignore_case); 377 re_setup(&Re_pat13, pat, ignore_case); 1198 re_setup(struct re *rx, const char *pattern, bool ignore_case) 1206 if (ignore_case) {
|
/src/tests/usr.bin/grep/ |
t_grep.sh | 220 atf_test_case ignore_case 374 atf_add_test_case ignore_case
|
t_grep.sh | 220 atf_test_case ignore_case 374 atf_add_test_case ignore_case
|