Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 7 of 7) sorted by relevance

/posix/
A Dtst-regex2.c121 struct timespec start, stop; in do_test() local
221 use_clock = clock_gettime (cl, &stop) == 0; in do_test()
224 stop.tv_sec -= start.tv_sec; in do_test()
225 if (stop.tv_nsec < start.tv_nsec) in do_test()
227 stop.tv_sec--; in do_test()
228 stop.tv_nsec += 1000000000 - start.tv_nsec; in do_test()
231 stop.tv_nsec -= start.tv_nsec; in do_test()
232 printf (": %ld.%09lds\n", (long) stop.tv_sec, (long) stop.tv_nsec); in do_test()
A Dregex.c49 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
50 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
58 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument
59 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
A Dregexec.c36 Idx start, Idx last_start, Idx stop,
44 Idx stop, bool ret_len);
47 regoff_t range, Idx stop,
300 struct re_registers *regs, Idx stop) in weak_alias()
303 start, 0, regs, stop, true); in weak_alias()
312 struct re_registers *regs, Idx stop) in weak_alias()
315 start, range, regs, stop, false); in weak_alias()
325 Idx stop, bool ret_len) in weak_alias()
587 Idx start, Idx last_start, Idx stop, size_t nmatch, in re_search_internal() argument
641 mctx.input.stop = stop; in re_search_internal()
[all …]
A Dregex_internal.c193 pstr->stop = pstr->len; in re_string_construct_common()
194 pstr->raw_stop = pstr->stop; in re_string_construct_common()
437 pstr->stop += mbcdlen - mbclen; in build_wcs_upper_buffer()
593 pstr->stop = pstr->raw_stop; in re_string_reconstruct()
650 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct()
701 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct()
807 pstr->stop -= offset; in re_string_reconstruct()
A Dregex_internal.h404 Idx stop; member
443 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
A Dtst-regex.input7197 * posix/wordexp.c (parse_param): Don't immediately stop parsing a
/posix/rxspencer/
A Dtests72 # stop retching, those are legitimate (although disgusting)

Completed in 32 milliseconds