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

/freebsd-12-stable/usr.bin/ctags/
H A DC.c84 goto endtok;
92 goto endtok;
100 endtok: if (sp > tok) {
/freebsd-12-stable/sys/kern/
H A Dvfs_mountroot.c679 char *tok, *endtok; local
687 secs = strtol(tok, &endtok, 0);
688 error = (secs < 0 || *endtok != '\0') ? EINVAL : 0;

Completed in 46 milliseconds