Searched refs:start (Results 1 – 16 of 16) sorted by relevance
/posix/ |
A D | tst-regex.c | 215 struct timespec start; in run_test() local 334 finish.tv_sec -= start.tv_sec; in run_test() 358 struct timespec start; in run_test_backwards() local 392 int start; in run_test_backwards() local 397 if (start == -1) in run_test_backwards() 400 if (start == -2) in run_test_backwards() 403 sp = mem + start; in run_test_backwards() 407 ep = mem + start; in run_test_backwards() 469 int start; in run_test_backwards() local 473 if (start < -1) in run_test_backwards() [all …]
|
A D | transbug.c | 95 res, regs[0].start[0], regs[0].end[0]); in run_test() 107 res, regs[1].start[0], regs[1].end[0]); in run_test() 133 CHECK (regs[0].start[0] != regs[2].start[0]); in do_test() 135 CHECK (regs[1].start[0] != regs[3].start[0]); in do_test() 148 CHECK (regs[0].start[0] != regs[2].start[0]); in do_test() 150 CHECK (regs[1].start[0] != regs[3].start[0]); in do_test()
|
A D | tst-regex2.c | 121 struct timespec start, stop; in do_test() local 123 use_clock = clock_gettime (cl, &start) == 0; in do_test() 193 if (regs.start[0] != match || regs.end[0] != match + 13) in do_test() 196 regs.start[0], regs.end[0]); in do_test() 200 if (regs.start[regs.num_regs - 1] != -1 in do_test() 210 if (regs.start[l] != match + j in do_test() 211 || regs.end[l] != regs.start[l] + 1) in do_test() 224 stop.tv_sec -= start.tv_sec; in do_test() 225 if (stop.tv_nsec < start.tv_nsec) in do_test() 228 stop.tv_nsec += 1000000000 - start.tv_nsec; in do_test() [all …]
|
A D | bug-regex13.c | 31 int start; member 76 int start; in main() local 88 start = re_search (®buf, tests[i].string, strlen (tests[i].string), in main() 90 if (start != tests[i].start) in main() 92 printf ("re_search failed %d\n", start); in main()
|
A D | runptests.c | 27 int start; member 66 if (tests[cnt].start == -2) in main() 78 else if (tests[cnt].start == -2) in main() 90 if (tests[cnt].start == -1) in main() 100 if (match[0].rm_so == 0 && tests[cnt].start == 0 in main() 103 else if (match[0].rm_so + 1 == tests[cnt].start in main()
|
A D | bug-regex7.c | 37 regs.start = regs.end = NULL; in main() 54 else if (regs.num_regs <= n || regs.start[n] != -1 || regs.end[n] != -1) in main() 79 else if (regs.num_regs <= n || regs.start[n] != -1 || regs.end[n] != -1) in main()
|
A D | bug-regex19.c | 37 int start, res; member 279 test->start, strlen (test->string) - test->start, NULL); in do_one_test() 291 if (test->res > 0 && test->start == 0) in do_one_test() 383 t.start = test->start; in do_mb_tests() 390 if (test->start > j) in do_mb_tests() 391 t.start += d - p - 1; in do_mb_tests()
|
A D | bug-regex10.c | 49 else if (regs.start[0] != 2 || regs.end[0] != 7) in main() 52 regs.start[0], regs.end[0]); in main()
|
A D | regexec.c | 42 Idx start, regoff_t range, 197 Idx start, length; in regexec() local 205 start = pmatch[0].rm_so; in regexec() 210 start = 0; in regexec() 382 if (__glibc_unlikely (start < 0 || start > length)) in re_search_stub() 478 re_free (regs->start); in re_copy_regs() 499 regs->start = new_start; in re_copy_regs() 545 regs->start = starts; in re_set_registers() 671 match_first = start; in re_search_internal() 677 left_lim = (last_start < start) ? last_start : start; in re_search_internal() [all …]
|
A D | annexc.c | 753 char *start; in get_null_defines() local 773 start = &line[8]; in get_null_defines() 774 result[result_len++] = xstrndup (start, strcspn (start, " (")); in get_null_defines()
|
A D | regcomp.c | 2532 start = fetch_number (regexp, token, syntax); in parse_dup_op() 2533 if (start == -1) in parse_dup_op() 2536 start = 0; /* We treat "{,m}" as "{0,m}". */ in parse_dup_op() 2543 if (__glibc_likely (start != -2)) in parse_dup_op() 2546 end = ((token->type == OP_CLOSE_DUP_NUM) ? start in parse_dup_op() 2588 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op() 2596 if (__glibc_unlikely (start == 0 && end == 0)) in parse_dup_op() 2603 if (__glibc_unlikely (start > 0)) in parse_dup_op() 2606 for (i = 2; i <= start; ++i) in parse_dup_op() 2614 if (start == end) in parse_dup_op() [all …]
|
A D | regex.h | 500 regoff_t *start; member
|
A D | BOOST.tests | 5 ; comments start with a semicolon and proceed to the end of the line 7 ; changes to regular expression compile flags start with a "-" as the first 317 ; word start: 546 ; word start:
|
A D | wordexp.c | 1194 size_t start = *offset; in parse_param() local 1378 if (words[start] == '{' && words[*offset] != '}') in parse_param() 1393 *offset = start - 1; in parse_param()
|
A D | tst-regex.input | 4261 * sysdeps/powerpc/elf/libc-start.c: New file. 4262 * sysdeps/powerpc/elf/start.S: New file, use libc-start. 4263 * sysdeps/powerpc/elf/start.c: Delete. 6156 * sysdeps/sparc/sparc64/elf/start.S: Likewise. 6176 * sysdeps/unix/start.c: Fix typo. 7011 * sysdeps/generic/libc-start.c: Likewise. 7292 * sysdeps/arm/elf/start.S: Likewise. 7871 here instead of in start.S. 7905 * csu/Makefile (routines): Add libc-start. 7922 * sysdeps/generic/libc-start.c: New file. [all …]
|
/posix/rxspencer/ |
A D | tests | 32 # For REG_STARTEND, the start/end offsets are those of the substring
|
Completed in 53 milliseconds