Home
last modified time | relevance | path

Searched refs:INPUT_STRING_2 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/flex/dist/tests/
H A Dstring_nr.l57 #define INPUT_STRING_2 "1234 foo bar *@&@&###@^$#&#*" macro
76 printf("Testing: test_scan_bytes(%s): ",INPUT_STRING_2); fflush(stdout); in main()
77 state = test_scan_bytes ( INPUT_STRING_2, 12 ); in main()
H A Dstring_r.l57 #define INPUT_STRING_2 "1234 foo bar *@&@&###@^$#&#*" macro
79 printf("Testing: test_scan_bytes(%s): ",INPUT_STRING_2); fflush(stdout); in main()
81 state = test_scan_bytes ( INPUT_STRING_2, 12 ,scanner); in main()