Searched refs:my_lc (Results 1 – 1 of 1) sorted by relevance
3589 attr_val * my_lc; in config_logconfig() local3591 my_lc = HEAD_PFIFO(ptree->logconfig); in config_logconfig()3592 for (; my_lc != NULL; my_lc = my_lc->link) { in config_logconfig()3593 switch (my_lc->attr) { in config_logconfig()3596 ntp_syslogmask |= get_logmask(my_lc->value.s); in config_logconfig()3600 ntp_syslogmask &= ~get_logmask(my_lc->value.s); in config_logconfig()3604 ntp_syslogmask = get_logmask(my_lc->value.s); in config_logconfig()3607 fatal_error("config-logconfig: modifier='%c'", my_lc->attr); in config_logconfig()