Searched refs:FSGetErrorText (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libFS/dist/test/
H A DMakefile.am24 noinst_PROGRAMS = FSGetErrorText
29 FSGetErrorText_SOURCES = FSGetErrorText.c
H A DFSGetErrorText.c25 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 DMakefile.in116 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 DFSErrDis.c98 int FSGetErrorText( function in typeref:typename:int
H A DFSlibInt.c794 (void) FSGetErrorText(svr, event->error_code, buffer, BUFSIZ);
/xsrc/external/mit/libFS/dist/include/X11/fonts/
H A DFSlib.h280 extern int FSGetErrorText ( FSServer *svr, int code, char *buffer,

Completed in 8 milliseconds