Searched refs:error_buf (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xman/dist/
H A Dmisc.c348 char tmp[BUFSIZ], cmdbuf[BUFSIZ], error_buf[BUFSIZ]; local in function:UncompressNamed
354 snprintf(error_buf, sizeof(error_buf),
357 PopupWarning(man_globals, error_buf);
406 snprintf(error_buf, sizeof(error_buf),
408 PopupWarning(man_globals, error_buf);
426 char tmp[BUFSIZ], cmdbuf[BUFSIZ], error_buf[BUFSIZ]; local in function:SgmlToRoffNamed
432 snprintf(error_buf, sizeof(error_buf),
486 char cmdbuf[BUFSIZ], tmp[BUFSIZ], filename[BUFSIZ], error_buf[BUFSIZ]; local in function:Format
[all...]
H A Dsearch.c158 char string_buf[BUFSIZ], cmp_str[BUFSIZ], error_buf[BUFSIZ]; local in function:DoSearch
221 snprintf(error_buf, sizeof(error_buf),
223 PopupWarning(man_globals, error_buf);
H A Dhandler.c301 char cmdbuf[BUFSIZ], error_buf[BUFSIZ]; local in function:SaveFormattedPage
335 snprintf(error_buf, sizeof(error_buf),
338 PopupWarning(man_globals, error_buf);
342 snprintf(error_buf, sizeof(error_buf),
344 PopupWarning(man_globals, error_buf);
H A Dbuttons.c737 char error_buf[BUFSIZ]; local in function:ConvertNamesToWidgets
739 snprintf(error_buf, sizeof(error_buf),
741 PrintError(error_buf);
H A Dman.c38 static char error_buf[BUFSIZ]; /* The buffer for error messages. */ variable in typeref:typename:char[]
429 snprintf(error_buf, sizeof(error_buf), "Can't open directory %s", path);
430 PopupWarning(NULL, error_buf);
/xsrc/external/mit/libXaw/dist/src/
H A DMenuButton.c226 char error_buf[BUFSIZ]; local in function:PopupMenu
228 snprintf(error_buf, sizeof(error_buf),
231 XtAppWarning(XtWidgetToApplicationContext(w), error_buf);
H A DSimpleMenu.c808 char error_buf[BUFSIZ]; local in function:PositionMenuAction
810 snprintf(error_buf, sizeof(error_buf),
813 XtAppWarning(XtWidgetToApplicationContext(w), error_buf);
/xsrc/external/mit/editres/dist/
H A Dcomm.c233 char error_buf[BUFSIZ] =
240 SetCommand(w, LocalSendWidgetTree, error_buf);
230 char error_buf[BUFSIZ] = local in function:SetCommand

Completed in 11 milliseconds