Home
last modified time | relevance | path

Searched refs:errpre (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dasn1.c575 static const char *errpre = "parse int"; in asn_parse_int() local
602 _asn_type_err(errpre, *type); in asn_parse_int()
668 static const char *errpre = "parse uint"; in asn_parse_unsigned_int() local
692 _asn_type_err(errpre, *type); in asn_parse_unsigned_int()
753 static const char *errpre = "build int"; in asn_build_int() local
944 _asn_type_err(errpre, *type); in asn_parse_string()
1486 _asn_type_err(errpre, *type); in asn_parse_objid()
1880 _asn_type_err(errpre, *type); in asn_parse_bitstring()
2022 _asn_type_err(errpre, *type); in asn_parse_unsigned_int64()
2542 _asn_type_err(errpre, *type); in asn_parse_float()
[all …]
/dports/science/teem/teem-1.11.0-src/Testing/gage/
H A DprobeMulti.c277 char errpre[AIR_STRLEN_LARGE]; in main() local
380 errPrefix(errpre, typi, supi, prbi, probePass, \ in main()
383 fprintf(stderr, "%s: (cti %u) probed %g != conv %g\n", errpre, in main()
405 errpre, truevalOrig[typi], trueval); in main()
413 fprintf(stderr, "%s: (cti %u) probed %g != true %g\n", errpre, in main()
427 errpre, cti, ELL_3V_LEN(diff3)); in main()
436 errpre, cti, ELL_9V_LEN(diff9)); in main()
/dports/sysutils/linrename/util-linux-2.25.2/sys-utils/
H A Dlosetup.c639 const char *errpre; in main() local
666 errpre = hasdev && loopcxt_get_fd(&lc) < 0 ? in main()
668 warn(_("%s: failed to set up loop device"), errpre); in main()
/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dlosetup.c549 const char *errpre; in create_loop() local
579 errpre = hasdev && loopcxt_get_fd(lc) < 0 ? in create_loop()
581 warn(_("%s: failed to set up loop device"), errpre); in create_loop()
/dports/net-mgmt/net-snmp/net-snmp-5.9/
H A DChangeLog194998 - add missing argument to snprintf (errpre corresponding to %s) --