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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfmt.c789 struct msg_domain **p_dom = &domain_list; local
791 while (*p_dom != NULL && strcmp (name, (*p_dom)->domain_name) != 0)
792 p_dom = &(*p_dom)->next;
794 if (*p_dom == NULL)
803 *p_dom = domain;
806 return *p_dom;

Completed in 116 milliseconds