HomeSort by: relevance | last modified time | path
    Searched refs:err_print (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/vax/vax/
db_disasm.c 130 #define err_print printf macro
241 err_print("XXX error\n");
273 err_print("invalid op-type %X (%c) found.\n",
294 err_print("XXX error\n");
346 err_print("autodecrement not allowd for PC.\n");
374 err_print("illegal op-type %d\n", size);
434 err_print("can\'t evaluate operand (%02X).\n", lit);
  /src/external/ibm-public/postfix/dist/src/global/
mime_state.c 13 /* err_print, context)
23 /* void (*err_print)(void *ptr, int err_flag, const char *text)
113 /* .IP err_print
333 MIME_STATE_ERR_PRINT err_print; /* error report */ member in struct:MIME_STATE
421 if (state->err_print != 0) \
422 state->err_print(state->app_context, err_type, text, len); \
511 MIME_STATE_ERR_PRINT err_print,
536 state->err_print = err_print;
1254 static void err_print(void *unused_context, int err_flag function
    [all...]
header_body_checks.c 559 /* err_print - print MIME_STATE errors */
561 static void err_print(void *unused_context, int err_flag, function
606 err_print,

Completed in 22 milliseconds