Searched refs:get_log_mapping (Results 1 – 1 of 1) sorted by relevance
70 static int get_log_mapping(const char *, const CODE *);111 logfac = get_log_mapping(optarg, facilitynames); in main()139 logpri = get_log_mapping(optarg, prioritynames); in main()427 get_log_mapping(const char *str, const CODE *c) in get_log_mapping() function