Searched refs:vtGetError (Results 1 – 12 of 12) sorted by relevance
| /plan9/sys/src/cmd/fossil/ |
| H A D | flchk.c | 97 vtFatal("could not connect to server: %s", vtGetError()); in main() 99 vtFatal("vtConnect: %s", vtGetError()); in main()
|
| H A D | Ccli.c | 59 consPrint("%s\n", vtGetError()); in cliExec()
|
| H A D | fossil.c | 139 consPrint("%s\n", vtGetError()); in main()
|
| H A D | fs.c | 76 if(mode == OReadOnly || strcmp(vtGetError(), EBadRoot) != 0) in fsOpen() 913 else if(strcmp(vtGetError(), ESnapOld) == 0){ in fsRsearch1()
|
| H A D | archive.c | 192 if(strcmp(vtGetError(), ELabelMismatch) == 0){ in archWalk()
|
| H A D | 9proc.c | 330 e = vtGetError(); in msgProc()
|
| H A D | source.c | 915 if(strcmp(vtGetError(), ELabelMismatch) == 0){ in sourceLoadBlock()
|
| /plan9/sys/src/liboventi/ |
| H A D | errfmt.c | 10 s = vtGetError(); in vtErrFmt()
|
| H A D | server.c | 241 if(!vtAddString(p, vtGetError())) in vtExport()
|
| H A D | client.c | 340 vtDebug(z, "vtRPC failed: %s\n", vtGetError()); in vtRPC()
|
| H A D | plan9-thread.c | 119 vtGetError(void) in vtGetError() function
|
| /plan9/sys/include/ |
| H A D | oventi.h | 145 char *vtGetError(void); 229 char *vtGetError(void);
|