where 72 common/libc/stdlib/atoi.c const char *where;
where 76 common/libc/stdlib/atoi.c where = strchr(digits, *s);
where 77 common/libc/stdlib/atoi.c if (where==NULL) {
where 83 common/libc/stdlib/atoi.c digit = (where - digits);
where 52 user/testbin/tail/tail.c tail(int file, off_t where, const char *filename)
where 56 user/testbin/tail/tail.c if (lseek(file, where, SEEK_SET)<0) {