smallest 938 user/testbin/psort/psort.c int key, smallest, largest;
smallest 946 user/testbin/psort/psort.c smallest = RANDOM_MAX;
smallest 974 user/testbin/psort/psort.c if (key < smallest) {
smallest 975 user/testbin/psort/psort.c smallest = key;
smallest 988 user/testbin/psort/psort.c dowrite(name, fd, &smallest, sizeof(smallest));
smallest 997 user/testbin/psort/psort.c int smallest, largest, prev_largest;
smallest 1010 user/testbin/psort/psort.c doexactread(name, fd, &smallest, sizeof(int));
smallest 1013 user/testbin/psort/psort.c if (smallest < 1) {
smallest 1021 user/testbin/psort/psort.c if (smallest > largest) {
smallest 1027 user/testbin/psort/psort.c if (smallest < prev_largest) {
smallest 1029 user/testbin/psort/psort.c i, smallest);