Searched refs:fseek (Results 26 - 50 of 87) sorted by relevance

1234

/osnet-11/usr/src/lib/libldap4/common/
H A Dsrchpref.c85 if ( fseek( fp, 0L, SEEK_END ) != 0 ) { /* move to end to get len */
92 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) { /* back to start of file */
H A Ddisptmpl.c140 if ( fseek( fp, 0L, SEEK_END ) != 0 ) { /* move to end to get len */
147 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) { /* back to start of file */
/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c192 if ( fseek( fp, 0, SEEK_END ) != 0 )
206 if ( fseek( fp, 0, SEEK_SET ) != 0 )
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsrchpref.c76 if ( fseek( fp, 0L, SEEK_END ) != 0 ) { /* move to end to get len */
83 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) { /* back to start of file */
H A Dgetfilter.c67 if ( fseek( fp, 0L, SEEK_END ) != 0 ) { /* move to end to get len */
74 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) { /* back to start of file */
H A Ddisptmpl.c119 if ( fseek( fp, 0L, SEEK_END ) != 0 ) { /* move to end to get len */
126 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) { /* back to start of file */
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h205 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
313 #define fseek _ast_fseek macro
437 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
489 #undef fseek macro
503 #define fseek fseek64 macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h184 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
292 #define fseek _ast_fseek macro
416 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
468 #undef fseek macro
482 #define fseek fseek64 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h205 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
313 #define fseek _ast_fseek macro
437 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
489 #undef fseek macro
503 #define fseek fseek64 macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h184 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
292 #define fseek _ast_fseek macro
416 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
468 #undef fseek macro
482 #define fseek fseek64 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h205 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
313 #define fseek _ast_fseek macro
437 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
489 #undef fseek macro
503 #define fseek fseek64 macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h184 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
292 #define fseek _ast_fseek macro
416 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
468 #undef fseek macro
482 #define fseek fseek64 macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h205 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
313 #define fseek _ast_fseek macro
437 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
489 #undef fseek macro
503 #define fseek fseek64 macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h184 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
292 #define fseek _ast_fseek macro
416 extern __MANGLE__ int fseek __PROTO__((FILE*, long, int));
468 #undef fseek macro
482 #define fseek fseek64 macro
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c189 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
H A Dlcl_ng.c154 if (pvt->fp != NULL && fseek(pvt->fp, SEEK_CUR, 0L) == -1) {
H A Dlcl_nw.c207 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_log.cc149 return (fseek(file, 0L, 0));
/osnet-11/usr/src/lib/libadm/common/
H A Dpkgparam.c360 if (fseek(fp, 0L, 0))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h77 #define fseek fseeko macro
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_class.c68 (void) fseek(au_class_file, 0L, 0);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c662 (void) fseek(fp, 0, SEEK_END);
664 (void) fseek(fp, -(long)sizeof (struct futmpx),
667 (void) fseek(fp, -(long)sizeof (struct futmpx), SEEK_CUR);
726 (void) fseek(fp, 0L, SEEK_SET);
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c310 (void) fseek(tmpfp[ti], 0, SEEK_SET);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dreed_solomon.c552 fseek (in, 0, SEEK_END);
554 fseek (in, 0, SEEK_SET);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm281 sub fseek {
829 fscanf fseek fsetpos ftell fwrite getchar gets

Completed in 146 milliseconds

1234