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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypinit.sh48 def_dom=""
175 def_dom=`domainname`
183 if [ -z "$def_dom" ]
189 domainname $def_dom
190 real_def_dom=$def_dom
191 #def_dom=`ypalias -d $def_dom`
193 domain_dir="$yproot_dir""/""$def_dom"
194 binding_dir="$yproot_dir""/binding/""$def_dom"
195 binding_file="$yproot_dir""/binding/""$def_dom""/ypserver
[all...]
/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 59 milliseconds