Home
last modified time | relevance | path

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

/dragonfly/libexec/telnetd/
H A Dutility.c349 char editedhost[32]; variable
354 char *res = editedhost; in edithost()
375 if (res == &editedhost[sizeof editedhost - 1]) { in edithost()
383 sizeof editedhost - (res - editedhost) -1); in edithost()
386 editedhost[sizeof editedhost - 1] = '\0'; in edithost()
451 putstr(editedhost); in putf()
/dragonfly/libexec/getty/
H A Dsubr.c457 char editedhost[MAXHOSTNAMELEN]; variable
489 strlcpy(editedhost, HN + match[subex].rm_so, totalsize > in edithost()
490 sizeof(editedhost) ? sizeof(editedhost) : totalsize); in edithost()
501 strlcpy(editedhost, HN, sizeof(editedhost)); in edithost()
H A Dextern.h39 extern char editedhost[];
H A Dmain.c745 puts(editedhost); in putf()