Searched refs:NIS_pos (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c136 void file_copy(FILE *spf, long NIS_pos);
308 long NIS_pos; local
941 NIS_pos = cur_pos;
997 if (fseek(pwf, NIS_pos, SEEK_SET) < 0) {
1101 NIS_pos = cur_pos;
1146 file_copy(spf, NIS_pos);
1680 file_copy(FILE *spf, long NIS_pos) argument
1685 if (fseek(spf, NIS_pos, SEEK_SET) < 0) {

Completed in 94 milliseconds