Home
last modified time | relevance | path

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

/freebsd/libexec/getty/
H A Dsubr.c64 static char path_gettytab[PATH_MAX]; in gettable() local
69 strlcpy(path_gettytab, _PATH_GETTYTAB, sizeof(path_gettytab)); in gettable()
70 dba[0] = path_gettytab; in gettable()