Searched refs:loglvl (Results 1 – 3 of 3) sorted by relevance
12 static const char * const loglvl[] = { variable27 for (i = 0; i < sizeof(loglvl) / sizeof(loglvl[LOG_DEBUG]); i++) in log_str2level()28 if (!strcmp(lvl, loglvl[i])) in log_str2level()
24 static inline void print_ip_sym(const char *loglvl, unsigned long ip) in print_ip_sym() argument35 static inline void print_ip_sym(const char *loglvl, unsigned long ip) {} in print_ip_sym() argument
37 int loglvl; member231 options->loglvl = log_str2level(optarg); in options_init()536 .loglvl = LOG_DEBUG, in main()548 if (log_init(options.loglvl, argv[0], options.logopt)) in main()
Completed in 7 milliseconds