Home
last modified time | relevance | path

Searched refs:errorptr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ipfilter/lib/
H A Dparseipfexpr.c35 parseipfexpr(line, errorptr) in parseipfexpr() argument
37 char **errorptr;
264 if (errorptr != NULL)
265 *errorptr = NULL;
276 if (errorptr != NULL)
277 *errorptr = error;
/freebsd-12.1/contrib/binutils/bfd/
H A Dihex.c192 ihex_get_byte (bfd *abfd, bfd_boolean *errorptr) in ihex_get_byte() argument
199 *errorptr = TRUE; in ihex_get_byte()
H A Dsrec.c218 srec_get_byte (bfd *abfd, bfd_boolean *errorptr) in srec_get_byte() argument
225 *errorptr = TRUE; in srec_get_byte()