Searched refs:FSGetErrorText (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libFS/dist/test/ |
| H A D | Makefile.am | 24 noinst_PROGRAMS = FSGetErrorText 29 FSGetErrorText_SOURCES = FSGetErrorText.c
|
| H A D | FSGetErrorText.c | 25 Simple test case for FSGetErrorText. 41 if (!FSGetErrorText(srv, code, buf, sizeof(buf))) { 42 fprintf(stderr, "FSGetErrorText(srv, %s (%d), buf, %d) failed", 47 printf("FSGetErrorText for code %s (%d) returned:\n|%s|\n\n",
|
| H A D | Makefile.in | 116 noinst_PROGRAMS = FSGetErrorText$(EXEEXT) 131 am_FSGetErrorText_OBJECTS = FSGetErrorText.$(OBJEXT) 153 am__depfiles_remade = ./$(DEPDIR)/FSGetErrorText.Po 352 FSGetErrorText_SOURCES = FSGetErrorText.c 392 FSGetErrorText$(EXEEXT): $(FSGetErrorText_OBJECTS) $(FSGetErrorText_DEPENDENCIES) $(EXTRA_FSGetErrorText_DEPENDENCIES) 393 @rm -f FSGetErrorText$(EXEEXT) 402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FSGetErrorText.Po@am__quote@ # am--include-marker 561 -rm -f ./$(DEPDIR)/FSGetErrorText.Po 607 -rm -f ./$(DEPDIR)/FSGetErrorText.Po
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSErrDis.c | 98 int FSGetErrorText( function in typeref:typename:int
|
| H A D | FSlibInt.c | 794 (void) FSGetErrorText(svr, event->error_code, buffer, BUFSIZ);
|
| /xsrc/external/mit/libFS/dist/include/X11/fonts/ |
| H A D | FSlib.h | 280 extern int FSGetErrorText ( FSServer *svr, int code, char *buffer,
|
Completed in 8 milliseconds