| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| H A D | dso_vms.c | 322 char errstring[257]; in vms_bind_sym() local 325 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_bind_sym() 328 errstring_dsc.dsc$a_pointer = errstring; in vms_bind_sym() 337 errstring[length] = '\0'; in vms_bind_sym() 343 errstring); in vms_bind_sym() 347 symname, ptr->filename, errstring); in vms_bind_sym() 422 char errstring[257]; in vms_merger() local 425 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_merger() 428 errstring_dsc.dsc$a_pointer = errstring; in vms_merger() 435 errstring[length] = '\0'; in vms_merger() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| H A D | dso_vms.c | 322 char errstring[257]; in vms_bind_sym() local 325 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_bind_sym() 328 errstring_dsc.dsc$a_pointer = errstring; in vms_bind_sym() 337 errstring[length] = '\0'; in vms_bind_sym() 345 ": ", errstring); in vms_bind_sym() 349 " in ", ptr->filename, ": ", errstring); in vms_bind_sym() 424 char errstring[257]; in vms_merger() local 427 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_merger() 430 errstring_dsc.dsc$a_pointer = errstring; in vms_merger() 437 errstring[length] = '\0'; in vms_merger() [all …]
|
| /netbsd-src/sys/dev/ata/ |
| H A D | ata_wdc.c | 184 const char *errstring; in wdc_ata_bio_start() local 222 errstring = "wait"; in wdc_ata_bio_start() 229 errstring = "recal"; in wdc_ata_bio_start() 243 errstring = "piomode"; in wdc_ata_bio_start() 262 errstring = "dmamode"; in wdc_ata_bio_start() 277 errstring = "geometry"; in wdc_ata_bio_start() 288 errstring = "setmulti"; in wdc_ata_bio_start() 309 errstring); in wdc_ata_bio_start() 315 errstring); in wdc_ata_bio_start()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
| H A D | hwcfuncs.c | 462 unsigned max_attrs, uint_t *pnum_attrs, char**errstring) in hwcfuncs_parse_attrs() argument 537 if (errstring) in hwcfuncs_parse_attrs() 538 *errstring = NULL; in hwcfuncs_parse_attrs() 542 if (errstring) in hwcfuncs_parse_attrs() 543 *errstring = strdup (errbuf); in hwcfuncs_parse_attrs()
|
| H A D | hwcfuncs.h | 178 uint_t *pnum_attrs, char **errstring);
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
| H A D | hwcfuncs.c | 454 unsigned max_attrs, uint_t *pnum_attrs, char**errstring) in hwcfuncs_parse_attrs() argument 529 if (errstring) in hwcfuncs_parse_attrs() 530 *errstring = NULL; in hwcfuncs_parse_attrs() 534 if (errstring) in hwcfuncs_parse_attrs() 535 *errstring = strdup (errbuf); in hwcfuncs_parse_attrs()
|
| H A D | hwcfuncs.h | 178 uint_t *pnum_attrs, char **errstring);
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | strerror_r.c | 178 char *errstring = strerror_r (errnum, buf, buflen); in strerror_r() local 179 ret = errstring ? safe_copy (buf, buflen, errstring) : errno; in strerror_r()
|
| /netbsd-src/sys/dev/mca/ |
| H A D | ed_mca.c | 441 const char *errstring; in edgetdisklabel() local 449 errstring = readdisklabel( in edgetdisklabel() 451 if (errstring) { in edgetdisklabel() 462 errstring = readdisklabel(EDLABELDEV(dev), in edgetdisklabel() 465 if (errstring) { in edgetdisklabel() 466 printf("%s: %s\n", device_xname(ed->sc_dev), errstring); in edgetdisklabel()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | pattern.c | 65 constant char *errstring; in compile_pattern2() local 71 &errstring, &erroffset, NULL); in compile_pattern2() 74 parg.p_string = (char *) errstring; in compile_pattern2()
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | atapi_wdc.c | 487 const char *errstring; in wdc_atapi_start() local 521 errstring = "unbusy"; in wdc_atapi_start() 526 errstring = "piomode"; in wdc_atapi_start() 560 errstring = "dmamode"; in wdc_atapi_start() 659 errstring = "piobm"; in wdc_atapi_start() 681 errstring); in wdc_atapi_start() 690 errstring); in wdc_atapi_start()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| H A D | README | 11 cerr << autosprintf ("syntax error in %s:%d: %s", filename, line, errstring); 19 cerr << "syntax error in " << filename << ":" << line << ": " << errstring;
|
| H A D | autosprintf.info | 57 cerr << autosprintf ("syntax error in %s:%d: %s", filename, line, errstring); 61 cerr << "syntax error in " << filename << ":" << line << ": " << errstring;
|
| H A D | autosprintf.texi | 102 cerr << autosprintf ("syntax error in %s:%d: %s", filename, line, errstring); 109 cerr << "syntax error in " << filename << ":" << line << ": " << errstring;
|
| /netbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aicasm.h | 89 void stop(const char *errstring, int err_code);
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_tl.c | 596 const char *errstring; in tl_init() local 634 errstring = "out of memory for lists"; in tl_init() 667 errstring = "can't allocate DMA maps for lists"; in tl_init() 687 errstring = "can't DMA map DMA memory for lists"; in tl_init() 701 errstring = "can't allocate DMA maps for mbufs"; in tl_init() 711 errstring = "out of mbuf for receive list"; in tl_init() 744 errstring = "could not set media"; in tl_init() 759 printf("%s: %s\n", device_xname(sc->sc_dev), errstring); in tl_init()
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| H A D | xs_wire.h | 69 const char *errstring; member
|
| /netbsd-src/sys/dev/ic/ |
| H A D | mvsata.c | 1488 const char *errstring; in mvsata_bio_ready() local 1502 errstring = "wait"; in mvsata_bio_ready() 1508 errstring = "recal"; in mvsata_bio_ready() 1521 errstring = "piomode-bio"; in mvsata_bio_ready() 1534 errstring = "dmamode-bio"; in mvsata_bio_ready() 1546 errstring = "geometry"; in mvsata_bio_ready() 1555 errstring = "setmulti"; in mvsata_bio_ready() 1571 chp->ch_channel, drive, errstring); in mvsata_bio_ready() 1576 chp->ch_channel, drive, errstring); in mvsata_bio_ready() 2012 const char *errstring; in mvsata_atapi_start() local [all …]
|
| /netbsd-src/sys/dev/ |
| H A D | dksubr.c | 925 const char *errstring; in dk_getdisklabel() local 929 errstring = readdisklabel(DKLABELDEV(dev), dkd->d_strategy, in dk_getdisklabel() 931 if (errstring) { in dk_getdisklabel() 934 printf("%s: %s\n", dksc->sc_xname, errstring); in dk_getdisklabel()
|
| H A D | ccd.c | 1585 const char *errstring; in ccdgetdisklabel() local 1604 errstring = "CCDF_NOLABEL set; ignoring on-disk label"; in ccdgetdisklabel() 1606 errstring = readdisklabel(CCDLABELDEV(dev), ccdstrategy, in ccdgetdisklabel() 1608 if (errstring) in ccdgetdisklabel() 1642 if (errstring != NULL) in ccdgetdisklabel() 1643 printf("%s: %s\n", cs->sc_xname, errstring); in ccdgetdisklabel()
|
| H A D | vnd.c | 1911 const char *errstring; in vndgetdisklabel() 1923 errstring = readdisklabel(VNDLABELDEV(dev), vndstrategy, lp, clp); in vndgetdisklabel() 1924 if (errstring) { in vndgetdisklabel() 1929 aprint_normal_dev(sc->sc_dev, "%s\n", errstring); in vndgetdisklabel() 1908 const char *errstring; vndgetdisklabel() local
|
| /netbsd-src/sys/arch/emips/ebus/ |
| H A D | ace_ebus.c | 2099 const char *errstring; in acegetdisklabel() local 2111 errstring = readdisklabel(MAKEACEDEV(0, device_unit(ace->sc_dev), in acegetdisklabel() 2114 if (errstring) { in acegetdisklabel() 2115 printf("%s: %s\n", device_xname(ace->sc_dev), errstring); in acegetdisklabel()
|
| H A D | flash_ebus.c | 2015 const char *errstring; in eflashgetdisklabel() local 2028 errstring = readdisklabel(MAKEEFLASHDEV(0, device_unit(sc->sc_dev), in eflashgetdisklabel() 2031 if (errstring) { in eflashgetdisklabel() 2032 printf("%s: %s\n", device_xname(sc->sc_dev), errstring); in eflashgetdisklabel()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck2.c | 72 cxx_readonly_error (location_t loc, tree arg, enum lvalue_use errstring) in cxx_readonly_error() argument 81 switch (errstring) \ in cxx_readonly_error() 123 readonly_error (loc, arg, errstring); in cxx_readonly_error()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck2.cc | 72 cxx_readonly_error (location_t loc, tree arg, enum lvalue_use errstring) in cxx_readonly_error() argument 81 switch (errstring) \ in cxx_readonly_error() 123 readonly_error (loc, arg, errstring); in cxx_readonly_error()
|