Home
last modified time | relevance | path

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
193 domain_dir="$yproot_dir""/""$def_dom"
194 binding_dir="$yproot_dir""/binding/""$def_dom"
206 echo $real_def_dom $def_dom >> $yproot_dir/aliases
399 for dir in $yproot_dir/$def_dom
488 echo "Building $yproot_dir/$def_dom/ypservers..."
[all …]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlogin.c52 static char def_dom[256]; variable
146 def_dom, sizeof (def_dom), in cmd_login()
152 dom = def_dom; in cmd_login()
226 def_dom, sizeof (def_dom), in cmd_logout()
232 dom = def_dom; in cmd_logout()
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c109 static struct domain_st *def_dom = NULL; variable
391 print_one_domain(def_dom); in main()
1396 if (def_dom == NULL) { in find_domain_node()
1397 def_dom = new_domain(); in find_domain_node()
1399 return (def_dom); in find_domain_node()
1405 if (def_dom == NULL) { in find_domain_node()
1406 def_dom = new_domain(); in find_domain_node()
1414 return (def_dom); in find_domain_node()
1676 write_one_file(def_dom); in write_all_files()