Searched refs:NIS_pos (Results 1 – 1 of 1) sorted by relevance
136 void file_copy(FILE *spf, long NIS_pos);308 long NIS_pos; in main() local941 NIS_pos = cur_pos; in main()997 if (fseek(pwf, NIS_pos, SEEK_SET) < 0) { in main()1101 NIS_pos = cur_pos; in main()1146 file_copy(spf, NIS_pos); in main()1680 file_copy(FILE *spf, long NIS_pos) in file_copy() argument1685 if (fseek(spf, NIS_pos, SEEK_SET) < 0) { in file_copy()