| /src/tests/lib/libcurses/slave/ |
| slave.h | 41 void report_error(const char *);
|
| commands.c | 178 report_error(const char *status) function 282 report_error("INCORRECT_ARGUMENT_NUMBER");
|
| curses_commands.c | 46 report_error("BAD ARGUMENT"); 58 report_error("BAD ARGUMENT"); 70 report_error("BAD ARGUMENT"); 82 report_error("BAD ARGUMENT"); 94 report_error("BAD ARGUMENT"); 475 report_error("MALLOC_FAILED"); 519 report_error("MALLOC_FAILED"); 553 report_error("MALLOC_FAILED"); 848 report_error("MALLOC_FAILED"); 898 report_error("MALLOC_FAILED") [all...] |
| /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
| Utils.py | 42 def report_error(somestuff): function 56 report_error(somestuff) 95 report_error(''.join(errors))
|
| NsdConf.py | 116 report_error('? missing zone file "%s"' % \
|
| Parser.py | 71 report_error('? missing include file "%s"' % (fname))
|
| /src/external/gpl2/dtc/dist/ |
| fdtput.c | 43 static void report_error(const char *name, int namelen, int err) function 163 report_error(node_name, -1, node); 173 report_error(property, -1, err); 213 report_error(path, sep - path, node); 239 report_error(node_name, -1, -FDT_ERR_BADPATH); 249 report_error(node_name, -1, node); 256 report_error(p + 1, -1, node); 277 report_error(node_name, -1, node); 283 report_error(node_name, -1, node); 303 report_error(node_name, -1, node) [all...] |
| fdtget.c | 39 static void report_error(const char *where, int err) function 237 report_error(property, len); 273 report_error(arg[i], node);
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| conffile.c | 210 report_error(FILE *fp, char *name, const char *fmt, ...) function 246 return report_error(fp, name, "Short write 1 to `%s' (%s)\n", name, strerror(errno)); 253 return report_error(fp, name, "Short write 2 to `%s' (%s)\n", name, strerror(errno)); 257 return report_error(fp, name, "Short write 3 to `%s' (%s)\n", name, strerror(errno)); 262 return report_error(fp, name, "Short write 4 to `%s' (%s)\n", name, strerror(errno)); 266 return report_error(NULL, name, "can't rename %s to %s (%s)\n", name, sp->name, strerror(errno));
|
| /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/ |
| nsd-sync | 78 report_error('? could not find "%s" and have got to have it' % (xlate)) 79 report_error(' skipping rebuild of NSD files') 216 report_error("? wanted to run named-checkconf, dude, but it's not there.") 233 report_error("? wanted to run named-checkzone, dude, but it's not there.") 253 report_error("? hmph. wanted to run zonec, but it's not there.")
|
| s64-sync | 78 report_error('? could not find "%s" and have got to have it' % (xlate)) 79 report_error(' skipping rebuild of NSD files') 224 report_error("? wanted to run named-checkconf, dude, but it's not there.") 241 report_error("? wanted to run named-checkzone, dude, but it's not there.") 261 report_error("? hmph. wanted to run zonec, but it's not there.")
|
| /src/external/gpl3/gcc/dist/gcc/ |
| opts.h | 508 bool report_error, 511 extern void parse_and_check_patch_area (const char *arg, bool report_error,
|
| opts.cc | 2393 parsed integer values into RESULT_VALUES array. If REPORT_ERROR is 2400 bool report_error, 2410 if (report_error) 2425 if (report_error) 2434 if (report_error) 2463 If REPORT_ERROR is set to true, generate error for a problematic 2467 parse_and_check_patch_area (const char *arg, bool report_error, 2493 if (report_error)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opts.h | 497 bool report_error, 500 extern void parse_and_check_patch_area (const char *arg, bool report_error,
|
| opts.cc | 2301 parsed integer values into RESULT_VALUES array. If REPORT_ERROR is 2308 bool report_error, 2318 if (report_error) 2333 if (report_error) 2342 if (report_error) 2371 If REPORT_ERROR is set to true, generate error for a problematic 2375 parse_and_check_patch_area (const char *arg, bool report_error, 2401 if (report_error)
|
| /src/external/gpl3/binutils/dist/ld/ |
| plugin.c | 326 goto report_error; 332 goto report_error; 344 report_error:
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| plugin.c | 327 goto report_error; 333 goto report_error; 345 report_error:
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| expr.cc | 641 Return true if some error occurred, false on success. If REPORT_ERROR 642 is non-zero, emit error, for positive REPORT_ERROR using gfc_error, 646 gfc_extract_int (gfc_expr *expr, int *result, int report_error) 664 if (report_error > 0) 666 else if (report_error < 0) 673 if (report_error > 0) 675 else if (report_error < 0) 683 if (report_error > 0) 685 else if (report_error < 0) 699 gfc_extract_hwi (gfc_expr *expr, HOST_WIDE_INT *result, int report_error) [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| expr.cc | 645 Return true if some error occurred, false on success. If REPORT_ERROR 646 is non-zero, emit error, for positive REPORT_ERROR using gfc_error, 650 gfc_extract_int (gfc_expr *expr, int *result, int report_error) 668 if (report_error > 0) 670 else if (report_error < 0) 677 if (report_error > 0) 679 else if (report_error < 0) 687 if (report_error > 0) 689 else if (report_error < 0) 703 gfc_extract_hwi (gfc_expr *expr, HOST_WIDE_INT *result, int report_error) [all...] |
| /src/sys/kern/ |
| kern_exec.c | 2396 goto report_error; 2401 goto report_error; 2410 goto report_error; 2435 report_error:
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_server.c | 886 goto report_error; 986 report_error:
|