Searched refs:level_str (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/tcpsso/ |
H A D | tcpsso.c | 285 create_parameters(char *level_str, char *optname_str, char *optval_str, in create_parameters() argument 295 if (level_str == NULL) in create_parameters() 298 arg = strtoll(level_str, &end, 0); in create_parameters() 301 if (strcmp(level_str, so_levels[i].name) == 0) { in create_parameters()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_print_log.pod | 27 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 D | cmp_ctx.c | 369 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 D | cmp_local.h | 756 const char *level_str, const char *format, ...);
|