Home
last modified time | relevance | path

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

/freebsd/libexec/getty/
H A Dsubr.c483 size_t subex, totalsize; in edithost() local
491 subex = !!regex.re_nsub; in edithost()
492 totalsize = match[subex].rm_eo - match[subex].rm_so + 1; in edithost()
493 strlcpy(editedhost, HN + match[subex].rm_so, totalsize > in edithost()