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

/freebsd-13-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c313 static char nexttok[MAXSTR]; variable
324 memset(nexttok, 0, MAXSTR);
397 if (n == sizeof(nexttok) - 1) {
398 nexttok[n++] = '\0';
399 warnx("filename too long '%s...'", nexttok);
402 nexttok[n++] = c;
404 nexttok[n++] = '\0';
413 nexttok[n++] = c;
420 if (n == sizeof(nexttok) - 1) {
421 nexttok[
[all...]
/freebsd-13-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c21 static char *nexttok (char **);
24 * nexttok - basic internal tokenizing routine
27 nexttok( function
172 token = nexttok(&line);
197 token = nexttok(&line);
254 token = nexttok(&line);
301 token = nexttok(&line);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c384 goto nexttok;
400 goto nexttok;
561 nexttok:

Completed in 128 milliseconds