Searched refs:text (Results 1 – 7 of 7) sorted by relevance
/posix/ |
A D | transbug.c | 64 static char text[] = "1111AAAA2222bbbb"; in run_test() local 90 res = re_search (&pat, text, strlen (text), 0, strlen (text), ®s[0]); in run_test() 102 res = re_search (&pat, text, strlen (text), start2, strlen (text), ®s[1]); in run_test()
|
A D | bug-regex2.c | 26 static const char text[] = "This is a test; this is a test"; variable 47 regexec (&re, text, 2, rm, 0); in main()
|
A D | bug-regex9.c | 26 static const char text[] = "#! /bin/sh"; variable 48 if (regexec (&re, text, 2, rm, 0)) in main()
|
A D | TESTS | 119 1:multiple words of text:uh-uh
|
A D | PCRE.tests | 1730 /multiple words of text/ 2156 /multiple words of text/i
|
A D | tst-fnmatch.input | 22 # Derived from the IEEE 2003.2 text. The standard only contains some
|
A D | tst-regex.input | 5226 * sysdeps/arm/bits/setjmp.h: Add copyright text. 7035 (Scanning Directory Content): Fix text. 7207 MALLOC_CHECK_. Based on a text by Wolfram Gloger. 9928 * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
|
Completed in 21 milliseconds