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

  /src/usr.bin/nbperf/
nbperf.c 125 char *line, *eos; local in function:main
153 nbperf.c = strtod(optarg, &eos);
154 if (errno || eos[0] || !nbperf.c)
165 tmp = strtoll(optarg, &eos, 0);
166 if (errno || eos == optarg || eos[0] ||
  /src/games/hack/
hack.end.c 497 bp = eos(linebuf);
660 eos(char *s) function in typeref:typename:char *

Completed in 12 milliseconds