Home
last modified time | relevance | path

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

/freebsd-14-stable/libexec/getty/
HDsubr.c489 size_t subex, totalsize; in edithost() local
497 subex = !!regex.re_nsub; in edithost()
498 totalsize = match[subex].rm_eo - match[subex].rm_so + 1; in edithost()
499 strlcpy(editedhost, HN + match[subex].rm_so, totalsize > in edithost()