Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetttyent.c71 char *buf, *cons, *nextcons; in auto_tty_status() local
87 nextcons = buf; in auto_tty_status()
88 while ((cons = strsep(&nextcons, ",")) != NULL && strlen(cons) != 0) { in auto_tty_status()