Searched refs:level_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/tcpsso/
H A Dtcpsso.c290 create_parameters(char *level_str, char *optname_str, char *optval_str, argument
300 if (level_str == NULL)
303 arg = strtoll(level_str, &end, 0);
306 if (strcmp(level_str, so_levels[i].name) == 0) {
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c369 const char *level_str, const char *format, ...)
390 if (level_str == NULL)
391 level_str = "(unset level string)";
399 func, file, line, level_str);
367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) argument
H A Dcmp_local.h756 const char *level_str, const char *format, ...);

Completed in 71 milliseconds