HomeSort by: relevance | last modified time | path
    Searched defs:nextitem (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/telnetd/
utility.c 46 char *nextitem(char *, const char *);
136 * nextitem()
146 nextitem(char *current, const char *endp) function in typeref:typename:char *
179 } /* end of nextitem */
212 while ((next = nextitem(thisitem, nbackp)) != NULL && (next <= nbackp)) {
230 next = nextitem(next, nfrontp);
240 thisitem = nextitem(thisitem, nfrontp);

Completed in 12 milliseconds