Home
last modified time | relevance | path

Searched refs:level_str (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/tcpsso/
H A Dtcpsso.c290 create_parameters(char *level_str, char *optname_str, char *optval_str, in create_parameters() argument
300 if (level_str == NULL) in create_parameters()
303 arg = strtoll(level_str, &end, 0); in create_parameters()
306 if (strcmp(level_str, so_levels[i].name) == 0) { in create_parameters()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod27 const char *level_str, const char *format, ...);
54 The B<ctx>, B<func>, B<file>, and B<level_str> arguments may be NULL.
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c369 const char *level_str, const char *format, ...) in ossl_cmp_print_log() argument
390 if (level_str == NULL) in ossl_cmp_print_log()
391 level_str = "(unset level string)"; in ossl_cmp_print_log()
399 func, file, line, level_str); in ossl_cmp_print_log()
H A Dcmp_local.h756 const char *level_str, const char *format, ...);