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

/freebsd-12-stable/lib/libc/gen/
H A Dgetttyent.c75 char *buf, *cons, *nextcons; local
91 nextcons = buf;
92 while ((cons = strsep(&nextcons, ",")) != NULL && strlen(cons) != 0) {

Completed in 138 milliseconds