Searched refs:editedhost (Results 1 – 4 of 4) sorted by relevance
381 char editedhost[32]; variable385 char *res = editedhost; in edithost()406 if (res == &editedhost[sizeof editedhost - 1]) { in edithost()414 sizeof editedhost - (res - editedhost)); in edithost()417 editedhost[sizeof editedhost - 1] = '\0'; in edithost()479 putstr(editedhost); in putf()
467 char editedhost[MAXHOSTNAMELEN]; variable499 strlcpy(editedhost, HN + match[subex].rm_so, totalsize > in edithost()500 sizeof(editedhost) ? sizeof(editedhost) : totalsize); in edithost()511 strlcpy(editedhost, HN, sizeof(editedhost)); in edithost()
38 extern char editedhost[];
762 puts(editedhost); in putf()