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

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

Completed in 91 milliseconds