Lines Matching refs:domain
187 * messages as needed, output binary tree to file <domain>
200 int indomain = 0; /* indicates "domain" was seen */
214 * 1) set domain to default and
407 * process msgid and msgstr pair for previous domain
420 /* multiple lines of domain */
634 * Finds the head of the current domain linked list and
645 "==> sortit(), domain=<%s> msgid=<%s> msgstr=<%s>\n",
650 * If "-o filename" is specified, then all "domain" directive
651 * are ignored and, all messages will be stored in domain
664 * This routine inserts message in the current domain message list.
678 * or the current_elem of domain.
680 * is most recently accessed in domain.
772 b = strcmp(domain_name, last_used_domain->domain);
786 b = strcmp(domain_name, p1->domain);
796 /* insert a new domain node */
800 node->domain = Xstrdup(domain_name);
816 * domain_name is larger than any of domain name in the list or
822 node->domain = Xstrdup(domain_name);
826 /* domain list is not empty */
829 /* domain list is empty */
861 * Write all domain data to file.
862 * Each domain will create one file.
886 * Write one domain data list to file.
906 * If -o flag is specified, then file name is used as domain name.
907 * If not, ".mo" is appended to the domain name.
909 (void) strcpy(fname, dom->domain);
1135 (void) fprintf(stderr, "domain name = <%s>\n", p->domain);