HomeSort by: relevance | last modified time | path
    Searched refs:ERR_get_error (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/dc/
misc.c 58 ERR_get_error(void)
mem.c 97 err(1, "big number failure %lx", ERR_get_error());
104 err(1, "allocation failure %lx", ERR_get_error());
  /src/usr.sbin/syslogd/
sign.h 126 ERR_error_string(ERR_get_error(), NULL)); \
tls.c 177 ERR_error_string(ERR_get_error(), NULL));
225 ERR_error_string(ERR_get_error(), NULL));
236 ERR_error_string(ERR_get_error(), NULL));
244 ERR_error_string(ERR_get_error(), NULL));
254 ERR_get_error(), NULL));
259 ERR_get_error(), NULL));
283 ERR_error_string(ERR_get_error(), NULL));
286 while ((err = ERR_get_error()) != 0)
1025 ERR_error_string_n(ERR_get_error(), buf, sizeof(buf));
1033 ERR_error_string_n(ERR_get_error(), buf, sizeof(buf))
    [all...]
  /src/libexec/httpd/
ssl-bozo.c 119 unsigned long sslcode = ERR_get_error();
139 } while (0 != (sslcode = ERR_get_error()));

Completed in 110 milliseconds