Searched defs:def_dom (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlogin.c54 static char def_dom[256]; variable
148 def_dom, sizeof (def_dom),
154 dom = def_dom;
228 def_dom, sizeof (def_dom),
234 dom = def_dom;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c106 * def_dom contains default domain linked list and
110 static struct domain_st *def_dom = NULL; variable in typeref:struct:domain_st
392 print_one_domain(def_dom);
1399 if (def_dom == NULL) {
1400 def_dom = new_domain();
1402 return (def_dom);
1408 if (def_dom == NULL) {
1409 def_dom = new_domain();
1417 return (def_dom);
1679 write_one_file(def_dom);
[all...]

Completed in 62 milliseconds