Searched refs:twarn (Results 1 - 17 of 17) sorted by relevance
/ast/src/cmd/tests/sfio/ |
H A D | terrno.c | 45 twarn("Wrong errno %d after sfwrite(%d), expecting %d",errno,rv,EBADF); 57 twarn("Wrong errno %d after sfseek, expecting %d", errno, lseek_errno); 63 twarn("Wrong errno %d after sfseek, expecting %d", errno, EINVAL); 75 twarn("Wrong errno %d after sfseek, expecting %d", ESPIPE); 82 twarn("Wrong errno %d after sfseek, expecting %d", EBADF);
|
H A D | tputgetd.c | 46 { twarn("Element=%d Input=%.12Lf, Expect=%.12Lf\n",i,v,f);
|
H A D | talarm.c | 43 { twarn("System call was automatically resumed by the OS"); 116 twarn("Wrong read size(%d) after an interrupt\n", n);
|
/ast/src/cmd/vczip/tests/ |
H A D | tvchuffgroup.c | 46 twarn("Vchuffgroup: original size=%d compressed size=%d\n",sizeof(data),k); 59 twarn("Vchuffpart: original size=%d compressed size=%d\n",sizeof(data),k);
|
H A D | tio.c | 97 twarn("vcioputu %d: output size=%d\n", N_LIST, vciosize(&io)); 110 twarn("vcioputg %d: output size=%d\n", N_LIST, vciosize(&io)); 123 twarn("vcioputlist %d: output size=%d\n", N_LIST, v);
|
H A D | tvcrdb.c | 118 twarn("Unexpected separators found"); 137 twarn("vcrdextract(): unfilled=%d filled=%d", k, n); 243 twarn("\tSorted field: Raw size=%d Compressed size=%d", n, e); 255 twarn("\tPlain+bwt: Raw size=%d Compressed size=%d", n, e); 267 twarn("\tTransform+bwt: Raw size=%d Compressed size=%d", n, e); 279 twarn("\tTransform+Padded fields+bwt: Raw size=%d Compressed size=%d", n, e); 291 twarn("\tTransform+Padded fields+Vctable: Raw size=%d Compressed size=%d", n, e); 303 twarn("\tTransform+Padded fields+Vctable on whole table: Raw size=%d Compressed size=%d", n, e);
|
H A D | tvcrtable.c | 97 twarn("Vctable: rawsz=%d cmpsz=%d\n", dtsz1, nc); 107 twarn("Vctable: rawsz=%d cmpsz=%d\n", dtsz2, nc);
|
H A D | tvctable.c | 74 twarn("Vctable: rawsz=%d cmpsz=%d\n", sizeof(Mt), nc);
|
H A D | terror.h | 78 #define twarn (Tstline=__LINE__),tstwarn macro 80 #define twarn (Tstline=-1),tstwarn macro 116 twarn("Temp files will not be removed");
|
/ast/src/cmd/tests/aso/ |
H A D | tlock.c | 82 twarn("Process %3d(pid=%d): locking loop %d blocked by %d", 143 twarn("only ASO_INTRINSIC methods are tested by default");
|
H A D | tproc.c | 88 twarn("%s method initialization failed", meth->name);
|
H A D | tthread.c | 86 twarn("%s method initialization failed", meth->name);
|
/ast/src/cmd/tests/cdt/ |
H A D | trehash.c | 179 twarn("\t\tProcess %d(%d): Search %s !NULL",p,pid,or->str); 291 twarn("Some deletion was not properly recorded?");
|
H A D | tvthread.c | 185 twarn("%d not found", k);
|
H A D | tsafehash.c | 291 twarn("Some deletion was not properly recorded?");
|
H A D | tsafetree.c | 293 twarn("Some deletion was not properly recorded?");
|
H A D | tvsharemem.c | 575 twarn("Skipping %s test on __sun because high mmap() memory sync frequency makes it crawl", type);
|
Completed in 36 milliseconds