Home
last modified time | relevance | path

Searched refs:t (Results 1 – 14 of 14) sorted by relevance

/posix/
A Druntests.c52 run_a_test (int id, const struct a_test * t) in run_a_test() argument
61 if (!last_pattern || strcmp (last_pattern, t->pattern)) in run_a_test()
65 last_pattern = t->pattern; in run_a_test()
66 err = regcomp (&r, t->pattern, REG_EXTENDED); in run_a_test()
69 if (t->expected == 2) in run_a_test()
81 else if (t->expected == 2) in run_a_test()
85 t->pattern); in run_a_test()
90 err = regexec (&r, t->data, 10, regs, 0); in run_a_test()
92 if (err != t->expected) in run_a_test()
96 t->pattern, t->data, t->expected, err); in run_a_test()
[all …]
A Dbug-regex19.c345 struct test_s t; in do_mb_tests() local
352 t = *test; in do_mb_tests()
353 t.pattern = pattern; in do_mb_tests()
354 t.string = string; in do_mb_tests()
383 t.start = test->start; in do_mb_tests()
384 t.res = test->res; in do_mb_tests()
391 t.start += d - p - 1; in do_mb_tests()
393 t.res += d - p - 1; in do_mb_tests()
404 if (do_one_test (&t, fail)) in do_mb_tests()
A Dtst-fnmatch.input188 C "t" "[[:alnum:]]" 0
263 C "\t" "[[:cntrl:]]" 0
264 C "t" "[[:cntrl:]]" NOMATCH
265 C "t" "[[:lower:]]" 0
268 C "\t" "[[:space:]]" 0
269 C "t" "[[:space:]]" NOMATCH
270 C "t" "[[:alpha:]]" 0
274 C "t" "[[:digit:]]" NOMATCH
276 C "t" "[[:print:]]" 0
280 C "\t" "[[:blank:]]" 0
[all …]
A Dsched_rr_gi.c25 __sched_rr_get_interval (pid_t pid, struct timespec *t) in __sched_rr_get_interval() argument
A Dregex_internal.h464 #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t))) argument
465 #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t))) argument
A DPTESTS2 # REGEX special character, but hadn't already been used. Nearly every
277 #W the expected result for \([a-c]*\)\{2,\} is failure which isn't correct
294 #W the expected result for \(*\)*\1* is 2-2 which isn't correct
297 #W the expected result for \(a\(b\{1,2\}\)\{1,2\}\) is 1-5 which isn't correct
326 #W the expected result for [a-z]*$ is failure which isn't correct
A Dtst-regex.input199 solaris-2.5.1) don't lose.
2069 kernel doesn't do this.
2404 kernels that don't have sigaltstack.
6060 (2.2.x kernels won't have it).
7475 Don't free(env) is env is NULL.
8495 (_mcleanup): Don't call write_gmon if in error state. Don't try
9032 don't try anything if _SOFT_FLOAT.
9100 after EOF. Don't decrement read_in after EOF, it wasn't
9246 if the programs weren't built.
9261 * io/fts.c (fts_build): Don't try to use d_type if it doesn't
[all …]
A DVersions58 # t*
A DBOOST.tests246 [[:punct:]]+ " %-&\t" 1 4
247 [[:space:]]+ "a \n\t\rb" 1 5
525 t t 0 1
A Dglobtest.sh108 # Don't let glob sort it
A Dregexec.c605 RE_TRANSLATE_TYPE t = preg->translate; in re_search_internal() local
682 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()
684 | (t != NULL ? 1 : 0)) in re_search_internal()
707 && !fastmap[t[(unsigned char) string[match_first]]]) in re_search_internal()
722 if (!fastmap[t ? t[ch] : ch]) in re_search_internal()
734 if (fastmap[t ? t[ch] : ch]) in re_search_internal()
A DPCRE.tests318 *** Fail if we don't
705 /([^.]*)\.([^:]*):[t ]+(.*)/i
A Dregcomp.c3816 re_token_t t = { .type = type }; in create_tree() local
3817 return create_token_tree (dfa, left, right, &t); in create_tree()
/posix/rxspencer/
A Dtests288 # I don't thing the error value should be ERANGE since a[1-] would be

Completed in 49 milliseconds