Home
last modified time | relevance | path

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

/mirbsd/src/libexec/getty/
Dsubr.c561 char editedhost[48]; variable
567 char *res = editedhost; in edithost()
589 if (res == &editedhost[sizeof editedhost - 1]) { in edithost()
596 strlcpy(res, host, sizeof editedhost - (res - editedhost)); in edithost()
Dmain.c548 extern char editedhost[]; in putf()
568 xputs(editedhost); in putf()