| /src/external/gpl3/gdb/dist/gnulib/import/ |
| strerror_r.c | 178 char *errstring = strerror_r (errnum, buf, buflen); local 179 ret = errstring ? safe_copy (buf, buflen, errstring) : errno;
|
| strerror_r.c | 178 char *errstring = strerror_r (errnum, buf, buflen); local 179 ret = errstring ? safe_copy (buf, buflen, errstring) : errno;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| strerror_r.c | 178 char *errstring = strerror_r (errnum, buf, buflen); local 179 ret = errstring ? safe_copy (buf, buflen, errstring) : errno;
|
| strerror_r.c | 178 char *errstring = strerror_r (errnum, buf, buflen); local 179 ret = errstring ? safe_copy (buf, buflen, errstring) : errno;
|
| /src/sys/dev/mca/ |
| ed_mca.c | 441 const char *errstring; local 449 errstring = readdisklabel( 451 if (errstring) { 462 errstring = readdisklabel(EDLABELDEV(dev), 465 if (errstring) { 466 printf("%s: %s\n", device_xname(ed->sc_dev), errstring);
|
| ed_mca.c | 441 const char *errstring; local 449 errstring = readdisklabel( 451 if (errstring) { 462 errstring = readdisklabel(EDLABELDEV(dev), 465 if (errstring) { 466 printf("%s: %s\n", device_xname(ed->sc_dev), errstring);
|
| /src/external/bsd/less/dist/ |
| pattern.c | 65 constant char *errstring; local 71 &errstring, &erroffset, NULL); 74 parg.p_string = (char *) errstring;
|
| pattern.c | 65 constant char *errstring; local 71 &errstring, &erroffset, NULL); 74 parg.p_string = (char *) errstring;
|
| /src/sys/dev/ata/ |
| ata_wdc.c | 184 const char *errstring; local 222 errstring = "wait"; 229 errstring = "recal"; 243 errstring = "piomode"; 262 errstring = "dmamode"; 277 errstring = "geometry"; 288 errstring = "setmulti"; 309 errstring); 315 errstring);
|
| ata_wdc.c | 184 const char *errstring; local 222 errstring = "wait"; 229 errstring = "recal"; 243 errstring = "piomode"; 262 errstring = "dmamode"; 277 errstring = "geometry"; 288 errstring = "setmulti"; 309 errstring); 315 errstring);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| xs_wire.h | 69 const char *errstring; member in struct:xsd_errors
|
| xs_wire.h | 69 const char *errstring; member in struct:xsd_errors
|
| /src/crypto/external/apache2/openssl/dist/crypto/dso/ |
| dso_vms.c | 336 char errstring[257]; local 339 errstring_dsc.dsc$w_length = sizeof(errstring); 342 errstring_dsc.dsc$a_pointer = errstring; 351 errstring[length] = '\0'; 357 errstring); 361 symname, ptr->filename, errstring); 436 char errstring[257]; local 439 errstring_dsc.dsc$w_length = sizeof(errstring); 442 errstring_dsc.dsc$a_pointer = errstring; 449 errstring[length] = '\0' [all...] |
| dso_vms.c | 336 char errstring[257]; local 339 errstring_dsc.dsc$w_length = sizeof(errstring); 342 errstring_dsc.dsc$a_pointer = errstring; 351 errstring[length] = '\0'; 357 errstring); 361 symname, ptr->filename, errstring); 436 char errstring[257]; local 439 errstring_dsc.dsc$w_length = sizeof(errstring); 442 errstring_dsc.dsc$a_pointer = errstring; 449 errstring[length] = '\0' [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| dso_vms.c | 322 char errstring[257]; local 325 errstring_dsc.dsc$w_length = sizeof(errstring); 328 errstring_dsc.dsc$a_pointer = errstring; 337 errstring[length] = '\0'; 343 errstring); 347 symname, ptr->filename, errstring); 422 char errstring[257]; local 425 errstring_dsc.dsc$w_length = sizeof(errstring); 428 errstring_dsc.dsc$a_pointer = errstring; 435 errstring[length] = '\0' [all...] |
| dso_vms.c | 322 char errstring[257]; local 325 errstring_dsc.dsc$w_length = sizeof(errstring); 328 errstring_dsc.dsc$a_pointer = errstring; 337 errstring[length] = '\0'; 343 errstring); 347 symname, ptr->filename, errstring); 422 char errstring[257]; local 425 errstring_dsc.dsc$w_length = sizeof(errstring); 428 errstring_dsc.dsc$a_pointer = errstring; 435 errstring[length] = '\0' [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| dso_vms.c | 322 char errstring[257]; local 325 errstring_dsc.dsc$w_length = sizeof(errstring); 328 errstring_dsc.dsc$a_pointer = errstring; 337 errstring[length] = '\0'; 345 ": ", errstring); 349 " in ", ptr->filename, ": ", errstring); 424 char errstring[257]; local 427 errstring_dsc.dsc$w_length = sizeof(errstring); 430 errstring_dsc.dsc$a_pointer = errstring; 437 errstring[length] = '\0' [all...] |
| dso_vms.c | 322 char errstring[257]; local 325 errstring_dsc.dsc$w_length = sizeof(errstring); 328 errstring_dsc.dsc$a_pointer = errstring; 337 errstring[length] = '\0'; 345 ": ", errstring); 349 " in ", ptr->filename, ": ", errstring); 424 char errstring[257]; local 427 errstring_dsc.dsc$w_length = sizeof(errstring); 430 errstring_dsc.dsc$a_pointer = errstring; 437 errstring[length] = '\0' [all...] |
| /src/sys/dev/ |
| dksubr.c | 926 const char *errstring; local 930 errstring = readdisklabel(DKLABELDEV(dev), dkd->d_strategy, 932 if (errstring) { 935 printf("%s: %s\n", dksc->sc_xname, errstring);
|
| dksubr.c | 926 const char *errstring; local 930 errstring = readdisklabel(DKLABELDEV(dev), dkd->d_strategy, 932 if (errstring) { 935 printf("%s: %s\n", dksc->sc_xname, errstring);
|
| ccd.c | 1586 const char *errstring; local 1605 errstring = "CCDF_NOLABEL set; ignoring on-disk label"; 1607 errstring = readdisklabel(CCDLABELDEV(dev), ccdstrategy, 1609 if (errstring) 1643 if (errstring != NULL) 1644 printf("%s: %s\n", cs->sc_xname, errstring);
|
| /src/sys/dev/scsipi/ |
| atapi_wdc.c | 487 const char *errstring; local 521 errstring = "unbusy"; 526 errstring = "piomode"; 560 errstring = "dmamode"; 659 errstring = "piobm"; 681 errstring); 690 errstring);
|
| atapi_wdc.c | 487 const char *errstring; local 521 errstring = "unbusy"; 526 errstring = "piomode"; 560 errstring = "dmamode"; 659 errstring = "piobm"; 681 errstring); 690 errstring);
|
| /src/sys/dev/pci/ |
| if_tl.c | 596 const char *errstring; local 634 errstring = "out of memory for lists"; 667 errstring = "can't allocate DMA maps for lists"; 687 errstring = "can't DMA map DMA memory for lists"; 701 errstring = "can't allocate DMA maps for mbufs"; 711 errstring = "out of mbuf for receive list"; 744 errstring = "could not set media"; 759 printf("%s: %s\n", device_xname(sc->sc_dev), errstring);
|
| if_tl.c | 596 const char *errstring; local 634 errstring = "out of memory for lists"; 667 errstring = "can't allocate DMA maps for lists"; 687 errstring = "can't DMA map DMA memory for lists"; 701 errstring = "can't allocate DMA maps for mbufs"; 711 errstring = "out of mbuf for receive list"; 744 errstring = "could not set media"; 759 printf("%s: %s\n", device_xname(sc->sc_dev), errstring);
|