/ast/src/cmd/tests/aso/ |
H A D | taso.c | 20 #include "terror.h" 34 terror("asocaschar return value failed -- expected %d, got %d", 1, rc); 36 terror("asocaschar value failed -- expected %d, got %d", 1, vc); 38 terror("asocaschar return value failed -- expected %d, got %d", 2, rc); 40 terror("asocaschar value failed -- expected %d, got %d", 2, vc); 42 terror("asoincchar return failed -- expected %d, got %d", 2, rc); 44 terror("asoincchar value failed -- expected %d, got %d", 3, vc); 46 terror("asodecchar return failed -- expected %d, got %d", 3, rc); 48 terror("asodecchar value failed -- expected %d, got %d", 2, vc); 52 terror("asocasshor [all...] |
/ast/src/cmd/tests/sfio/ |
H A D | tflags.c | 27 terror("Can't open stream"); 29 terror("Can't be eof or error yet"); 31 terror("Got wrong data"); 33 terror("Can't be eof or error yet2"); 35 terror("Got wrong data2"); 37 terror("Can't be eof or error yet3"); 39 terror("Got wrong data2"); 41 terror("Should be eof now"); 43 terror("Seek error"); 45 terror("Should [all...] |
H A D | ttmpfile.c | 27 terror("Can't open temp file"); 29 terror("Attempt to create file detected"); 31 terror("Can't write to temp file"); 33 terror("Attempt to create file detected"); 35 terror("Can't close temp file"); 37 terror("Attempt to create file detected"); 40 terror("Can't open temp file"); 42 terror("Attempt to create file detected"); 45 terror("Real file wasn't created"); 47 terror("Ca [all...] |
H A D | tsfstr.c | 28 terror("Can't open a string stream"); 31 terror("sfwrite failed"); 34 terror("sfstrseek failed"); 36 terror("Got wrong data"); 39 terror("sfstruse failed"); 41 terror("Got bad data"); 44 terror("Bad sfstrseek"); 47 terror("Can't reserve space"); 49 terror("Lost data"); 52 terror("sfstrtm [all...] |
H A D | tappend.c | 31 terror("Can't open f1"); 33 terror("Can't open f1"); 36 terror("Can't open f2"); 39 terror("Writing to f1"); 41 terror("Bad sftell1 %ld",p); 44 terror("Writing to f2"); 46 terror("Bad sftell2"); 49 terror("Bad seek"); 51 terror("Bad getr1"); 53 terror("Ba [all...] |
H A D | tmode.c | 28 terror("Can't reopen stdin"); 34 terror("Opening to write"); 36 terror("sfputc"); 38 terror("sfgetc"); 41 terror("Opening to read"); 43 terror("sfgetc2"); 45 terror("sfputc2"); 48 terror("Opening to read/write"); 51 terror("sfgetc3"); 53 terror("sfputc [all...] |
H A D | tstatus.c | 29 terror("/dev/null read open"); 31 terror("Write open"); 36 terror("move count %d != 0", n); 38 terror("sfeof(ip) expected"); 40 terror("sfeof(op) not expected"); 43 terror("sferror(ip) not expected"); 45 terror("sferror(op) not expected"); 48 terror("sfclose(ip)"); 50 terror("sfclose(op)");
|
H A D | tswap.c | 29 terror("Can't open file"); 31 terror("Can't write to file"); 35 terror("Can't swap with sfstdin"); 38 terror("sfgetr failed"); 40 terror("Get wrong data"); 43 terror("Failed swapping to NULL"); 45 terror("Failed stacking f1"); 48 terror("Can't open for read"); 51 terror("sfswap should have failed");
|
H A D | tlongdouble.c | 33 terror("sfsscanf Inf failed"); 35 terror("sfprints failed1"); 37 terror("Malloc failed"); 41 terror("sfsscanf failed"); 43 terror("sfprints failed2"); 46 terror("Bad conversion, expecting %s and getting %s",str,s);
|
H A D | tresize.c | 32 terror("Can't open file %s", tstfile("sf", 0)); 39 terror("Can't write data"); 42 terror("Can't sync/close file"); 44 terror("Can't open file %s again", tstfile("sf", 0)); 46 terror("Bad file size"); 49 terror("Can't resize file"); 51 terror("Bad file size"); 55 terror("Can't read data"); 59 terror("Bad data"); 63 terror("Ca [all...] |
H A D | tpoll.c | 41 terror("Opening string stream"); 44 terror("pipe failed"); 48 terror("Opening read pipe stream"); 51 terror("Opening write pipe stream"); 56 terror("Only str should be available c=%d",c); 60 terror("Pipe stream should not be ready"); 65 terror("Pipe read should be ready"); 67 terror("Didn't get back right data"); 72 terror("Only str should be available2"); 77 terror("Bot [all...] |
H A D | tsetfd.c | 29 terror("Opening file"); 33 terror("setfd1"); 35 terror("sfputc"); 38 terror("setfd2"); 41 terror("sfwrite"); 45 terror("sfgetc1"); 48 terror("setfd2"); 50 terror("Bad seek address %lld", (Sfoff_t)sk ); 52 terror("sfgetc2"); 55 terror("setfd [all...] |
H A D | tstkpk.c | 31 terror("Making pipe"); 35 terror("Opening string stream"); 38 terror("Stacking"); 41 terror("Writing ab to pipe"); 43 terror("Peeking size1 = %d but should be 2", sfvalue(f)); 46 terror("Wrong data1"); 49 terror("Writing cd to pipe"); 52 terror("Peeking size2 = %d but should be 4", sfvalue(f)); 54 terror("Wrong data2"); 57 terror("Peekin [all...] |
H A D | tungetc.c | 33 terror("Opening stream"); 37 terror("Ungetc"); 40 terror("Peek stream1"); 42 terror("Bad data1"); 45 terror("Peek stream2"); 47 terror("Bad data2"); 52 terror("Ungetc2"); 54 terror("Sfgetc"); 57 terror("Peek stream3"); 59 terror("Ba [all...] |
H A D | treserve.c | 32 terror("Opening file to write"); 34 terror("Writing data"); 37 terror("Opening file to read"); 41 terror("sfreserve failed"); 43 terror("Did not get correct data"); 46 terror("sfreserve should not have succeeded"); 48 terror("sfreserve should have left the right unread record length"); 51 terror("sfreserve should return 4 bytes"); 53 terror("Got wrong data"); 56 terror("sfreserv [all...] |
H A D | tpkrd.c | 32 terror("Writing to pipe"); 42 terror("Can't make pipe"); 45 terror("Can't renew stdin"); 49 terror("There isn't any data yet"); 52 terror("Wrong data size %d, expecting < 0", n); 55 terror("Couldn't write to pipe"); 58 terror("Wrong data size %d, expecting 4", n); 63 terror("Expecting 01234"); 66 terror("Sfgetr read too much"); 69 terror("Expectin [all...] |
H A D | tleak.c | 27 terror("Can't open %s to write", tstfile("sf", 0)); 29 terror("Can't write to %s", tstfile("sf", 0)); 32 terror("Can't open %s to write", tstfile("sf", 1)); 35 terror("Can't open %s to read", tstfile("sf", 0)); 38 terror("Moving data from %s to %s m=%lld",
|
/ast/src/cmd/tests/vmalloc/ |
H A D | tsmall.c | 29 terror("Open failed"); 32 terror("vmalloc failed"); 34 terror("vmalloc failed"); 36 terror("vmalloc failed"); 39 terror("vmalloc failed"); 41 terror("vmalloc failed"); 43 terror("vmalloc failed"); 46 terror("vmfree failed"); 48 terror("vmdbcheck failed"); 51 terror("vmfre [all...] |
H A D | tstat.c | 29 terror("Can't open Vmbest region"); 31 terror("vmalloc failed1"); 33 terror("vmstat failed11"); 35 terror("Wrong statistics1"); 37 terror("vmfree failed1"); 39 terror("vmstat failed12"); 41 terror("Wrong statistics12"); 45 terror("Can't open Vmpool region"); 47 terror("vmalloc failed2"); 49 terror("vmsta [all...] |
H A D | talign.c | 47 terror("Opening region0"); 49 terror("vmalign0"); 51 terror("Not aligned0"); 55 terror("Opening region0.1"); 57 terror("vmalign0.1"); 59 terror("Not aligned0.1"); 63 terror("Opening region1"); 65 terror("vmalloc1"); 67 terror("vmalign1"); 69 terror("No [all...] |
H A D | tmalloc.c | 31 terror("Open failed"); 35 terror("vmalloc failed"); 38 terror("vmfree failed"); 41 terror("vmalloc failed"); 50 terror("Bad return value from posix_memalign()"); 52 terror("Bad memory"); 55 terror("Bad return value from posix_memalign()"); 57 terror("Bad memory"); 60 terror("posix_memalign() failed"); 62 terror("Ba [all...] |
/ast/src/cmd/tests/cdt/ |
H A D | tlist.c | 34 terror("dtopen list"); 36 terror("Dtlist insert 1"); 38 terror("Dtlist append 2"); 40 terror("Dtlist append 3"); 42 terror("Dtlist append 1"); 44 terror("Dtlist append 2"); 46 terror("Dtlist append 3"); 49 terror("Dtlist dtlast"); 51 terror("Dtlist dtprev 2"); 53 terror("Dtlis [all...] |
H A D | tstack.c | 34 terror("dtopen stack"); 36 terror("Dtstack insert 1"); 38 terror("Dtstack insert 3.1"); 40 terror("Dtstack insert 2.1"); 42 terror("Dtstack insert 3.2"); 44 terror("Dtstack insert 2.2"); 46 terror("Dtstack insert 3.3"); 49 terror("Dtstack dtlast"); 51 terror("Dtstack dtprev 1"); 53 terror("Dtstac [all...] |
H A D | tqueue.c | 34 terror("dtopen queue"); 36 terror("Dtqueue insert 1"); 38 terror("Dtqueue insert 3.1"); 40 terror("Dtqueue insert 2.1"); 42 terror("Dtqueue insert 3.2"); 44 terror("Dtqueue insert 2.2"); 46 terror("Dtqueue insert 3.3"); 49 terror("Dtqueue dtlast"); 51 terror("Dtqueue dtprev 3.3"); 53 terror("Dtqueu [all...] |
H A D | tsearch.c | 43 terror("Insert 7"); 45 terror("Insert 1"); 47 terror("Insert 3"); 49 terror("Insert 4"); 51 terror("Insert 2"); 53 terror("Insert 6"); 55 terror("Insert 7,2"); 58 terror("Should have found 4"); 60 terror("Should have found 6"); 63 terror("Inser [all...] |