Home
last modified time | relevance | path

Searched refs:sethost (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Duname.c260 char* sethost = 0; in b_uname() local
325 sethost = opt_info.arg; in b_uname()
343 if (error_info.errors || *argv && (flags || sethost) || sethost && flags) in b_uname()
345 if (sethost) in b_uname()
348 if (sethostname(sethost, strlen(sethost) + 1)) in b_uname()
356 error(ERROR_system(1), "%s: cannot set host name", sethost); in b_uname()