Home | Sort by: relevance | last modified time | path |
/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] || |
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 * |
hack.end.c | 497 bp = eos(linebuf); 660 eos(char *s) function in typeref:typename:char * |