| /src/external/bsd/tradcpp/dist/tests/ |
| t37.good | 5 abc /* def */ ghi 6 abc /* def ghi */ jkl
|
| t04.c | 2 string(abc)
|
| t36.c | 3 C(abc /* def */ ghi) 7 D(abc /* def */ ghi)
|
| t05.c | 2 concat(abc,def)
|
| t37.c | 11 FOO(abc BC def EC ghi) 14 BAR(abc BC def, ghi EC jkl)
|
| /src/tests/bin/sh/ |
| t_patterns.sh | 630 for W in aa/bcd /x/y/z .x/.abc --/--- '\\//\\//' '[]/[][]' 635 cm '"?abc"' '\?*'; cf '"\\abc"'; cm '"?"' #126 639 cm '"[x?abc"' '[[-\]]?\?*'; cm '"]x?abc"'; cm '"\\x?abc"' #133 640 cf '"-x?abc"'; cf '"[xyzabc"'; cm '"[]?"' #136 649 cf abc '"$*"' 'IFS=?; set -- a c';cf '"a c"';cm "'a?c'";cm '"$*"' #154 650 cf abc '"$*"' 'IFS=*; set -- a c';cf '"a c"';cm "'a*c'";cm '"$*"' #158 651 cf abc '"$*"' 'IFS=\\;set -- a c';cf '"a c"';cm "'a\c'";cm '"$*"' #16 [all...] |
| t_cmdsub.sh | 227 ${TEST_SH} -c 'X=abc; echo __$( echo ${X} )__' 229 ${TEST_SH} -c 'X=abc; echo __$( echo "${X}" )__' 231 ${TEST_SH} -c 'X=abc; echo "__$( echo ${X} )__"' 233 ${TEST_SH} -c 'X=abc; echo "__$( echo "${X}" )__"' 245 ${TEST_SH} -c 'X=abc; echo "__$(X=def; echo "${X}" )__"' 247 ${TEST_SH} -c 'X=abc; echo "$X$(X=def; echo ${X} )"; echo $X' 256 ${TEST_SH} -c 'X=abc; echo __` echo ${X} `__' 258 ${TEST_SH} -c 'X=abc; echo __` echo "${X}" `__' 260 ${TEST_SH} -c 'X=abc; echo "__` echo ${X} `__"' 262 ${TEST_SH} -c 'X=abc; echo "__` echo \"${X}\" `__" [all...] |
| t_builtins.sh | 317 atf_check -s exit:0 -e empty -o inline:abc ${TEST_SH} -c \ 319 atf_check -s exit:0 -e empty -o inline:abc ${TEST_SH} -c \ 394 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c 'export VAR=abc' 411 atf_check -s exit:0 -e empty -o inline:ABC\\n ${TEST_SH} -c \ 412 'VAR=ABC; export VAR; printenv VAR' 413 atf_check -s exit:0 -e empty -o inline:ABC\\n ${TEST_SH} -c \ 414 'unset VAR || exit 7; export VAR; VAR=ABC; printenv VAR' 415 atf_check -s exit:0 -e empty -o inline:ABC\\nXYZ\\n ${TEST_SH} -c \ 416 'VAR=ABC; export VAR; printenv VAR; VAR=XYZ; printenv VAR' 417 atf_check -s exit:0 -e empty -o inline:ABC\\nXYZ\\n ${TEST_SH} -c [all...] |
| /src/external/bsd/flex/dist/tests/ |
| extended.l | 42 abc(?# Single Line Comment )def ECHO;
|
| ccl.l | 63 ^"iabc:"(?i:abc)+@iabc@\n printf("OK: %s", yytext); ++yylineno; return 1;
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| emitter.c | 102 emitter_kv(emitter, "abc", "ABC", emitter_type_bool, &b_false); 114 "\t\t\"abc\": false,\n" 122 " ABC: false\n" 350 emitter_col_t abc = {emitter_justify_left, 10, emitter_type_title}; local 351 abc.str_val = "ABC title"; 358 emitter_col_init(&abc, &row); 364 abc.type = emitter_type_int; 368 abc.int_val = 123 [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| emitter.c | 114 emitter_kv(emitter, "abc", "ABC", emitter_type_bool, &b_false); 127 "\t\t\"abc\": false,\n" 136 "\"abc\":false," 144 " ABC: false\n" 458 emitter_col_t abc = {emitter_justify_left, 10, emitter_type_title, {0}, {0, 0}}; local 459 abc.str_val = "ABC title"; 466 emitter_col_init(&abc, &row); 472 abc.type = emitter_type_int [all...] |
| /src/external/bsd/kyua-cli/dist/integration/ |
| cmd_help_test.sh | 67 Usage error for command help: The command abc does not exist. 70 atf_check -s exit:3 -o empty -e file:stderr kyua help abc
|
| cmd_db_migrate_test.sh | 94 atf_check -s exit:3 -o empty -e file:stderr kyua db-migrate abc def
|
| cmd_about_test.sh | 136 atf_check -s exit:3 -o empty -e file:stderr kyua about abc def
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/ |
| cstring.d | 168 string str = "abc"; 196 assert(arrayFor("abc".tempCString()) == "abc"); 197 assert(arrayFor("abc"d.tempCString().ptr) == "abc"); 198 assert(arrayFor("abc".tempCString!wchar().buffPtr) == "abc"w); 201 char[300] abc = 'a'; 202 assert(arrayFor(tempCString(abc[].byChar).buffPtr) == abc); [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-rst.c | 143 /* Embedded single quotes like 'abc''def' don't occur.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| tests.d | 19 regex("abc|edf|ighrg"); 20 auto r1 = regex("abc"); 22 assert(match("abcdef", r1).hit == "abc"); 24 assert(bmatch("abcdef", r1).hit == "abc"); 26 assert(match("abc", "abc".dup)); 27 assert(bmatch("abc", "abc".dup)); 73 TestVectors( "abc", "abc", "y", "$&", "abc" ) [all...] |
| tests2.d | 14 auto cr = ctRegex!("abc"); 15 assert(bmatch("abc",cr).hit == "abc"); 21 auto cr3 = ctRegex!("^abc$"); 22 assert(bmatch("abc",cr3).hit == "abc"); 38 assert(bmatch("abc\r\nxy", cr7).hit == "\r\nxy"); 67 static testCT = regex(`abc|(edf)|xyz`); 68 auto testRT = regex(`abc|(edf)|xyz`); 118 abc [all...] |
| kickstart.d | 524 auto r = regex(to!String(`abc$`)); 527 auto r2 = regex(to!String(`(abc){2}a+`)); 550 auto r = regex(to!String(`abc[a-z]`));
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| msgfilter-1 | 22 echo abc | fold -b -s -w 20 >/dev/null 2>&1 || { 29 foldoutputcount=`echo $ac_n "abc$ac_c" | fold -b -s -w 20 | wc -c`
|
| msgfilter-3 | 22 echo abc | fold -b -s -w 20 >/dev/null 2>&1 || { 29 foldoutputcount=`echo $ac_n "abc$ac_c" | fold -b -s -w 20 | wc -c`
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| getopt.d | 358 Single-letter options can be bundled together, i.e. "-abc" is the same as 1469 int abc; 1470 assertThrown!GetOptException(getopt(args, "abc", &abc)); 1472 args = ["prog", "--abc=string"]; 1473 assertThrown!ConvException(getopt(args, "abc", &abc)); 1777 auto args = ["prog", "--abc", "1"]; 1778 int abc, def; 1779 assertThrown!AssertError(getopt(args, "abc", &abc, "abc", &abc)) [all...] |
| meta.d | 201 enum abc = 1; 202 alias b = Alias!(abc); 247 enum abc = 123; 248 static assert(OldAlias!abc == 123); 292 static assert(staticIndexOf!("abc", "abc", "def", "ghi", "jkl") == 0); 293 static assert(staticIndexOf!("def", "abc", "def", "ghi", "jkl") == 1); 294 static assert(staticIndexOf!("ghi", "abc", "def", "ghi", "jkl") == 2); 295 static assert(staticIndexOf!("jkl", "abc", "def", "ghi", "jkl") == 3); 296 static assert(staticIndexOf!("mno", "abc", "def", "ghi", "jkl") == -1) [all...] |
| /src/tests/usr.bin/printf/ |
| printf.sh | 312 expect abc %.3s abcd 319 expect ' abc' %4.3s abcd 326 expect ' abc' %7.3s abcd 359 expect a '%c' abc 360 expect 'ad' '%c%c' abc def 1365 expect abcdefjklmno %s%b%s abc 'def\c' ghi ';' %s%s jkl mno
|