Symbol: _error
lib/libcrypto/bio/bio.h
586
int BIO_sock_non_fatal_error(int _error);
lib/libcrypto/bio/bio.h
587
int BIO_dgram_non_fatal_error(int _error);
lib/libcrypto/bio/bio.h
590
int BIO_fd_non_fatal_error(int _error);
lib/libelf/libelf.h
305
const char *elf_errmsg(int _error);
lib/libtls/tls_internal.h
220
struct tls_error *_error, const char *_cert_file);
lib/libtls/tls_internal.h
222
struct tls_error *_error, const uint8_t *_cert, size_t _len);
lib/libtls/tls_internal.h
224
struct tls_error *_error, const char *_key_file);
lib/libtls/tls_internal.h
226
struct tls_error *_error, const uint8_t *_key, size_t _len);
lib/libtls/tls_internal.h
228
struct tls_error *_error, const char *_ocsp_file);
lib/libtls/tls_internal.h
230
struct tls_error *_error, const uint8_t *_staple, size_t _len);
lib/libtls/tls_internal.h
232
struct tls_error *_error, X509 **_cert);
sbin/pfctl/parse.y
4500
goto _error;
sbin/pfctl/parse.y
4506
goto _error;
sbin/pfctl/parse.y
4529
goto _error;
sbin/pfctl/parse.y
4539
goto _error;
sbin/pfctl/parse.y
4556
goto _error;
sbin/pfctl/parse.y
4567
_error:
sbin/pfctl/pfctl.c
2074
#define ERR(...) do { warn(__VA_ARGS__); goto _error; } while(0)
sbin/pfctl/pfctl.c
2075
#define ERRX(...) do { warnx(__VA_ARGS__); goto _error; } while(0)
sbin/pfctl/pfctl.c
2158
goto _error;
sbin/pfctl/pfctl.c
2167
goto _error;
sbin/pfctl/pfctl.c
2178
goto _error;
sbin/pfctl/pfctl.c
2195
goto _error;
sbin/pfctl/pfctl.c
2202
_error:
sbin/pfctl/pfctl_table.c
199
goto _error;
sbin/pfctl/pfctl_table.c
215
goto _error;
sbin/pfctl/pfctl_table.c
230
goto _error;
sbin/pfctl/pfctl_table.c
325
goto _error;
sbin/pfctl/pfctl_table.c
352
goto _error;
sbin/pfctl/pfctl_table.c
372
_error:
sbin/pfctl/pfctl_table.c
81
goto _error; \
sbin/pfctl/pfctl_table.c
94
goto _error; \
usr.bin/rdist/message.c
117
static void _error(const char *);
usr.bin/rdist/message.c
643
_error((buf[0]) ? buf : NULL);