Home
last modified time | relevance | path

Searched refs:CKFSEEK (Results 1 – 5 of 5) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcdeb.h5101 #define CKFSEEK(a,b,c) fseek64(a,b,c) macro
5104 #define CKFSEEK(a,b,c) fseeko(a,b,c) macro
5108 #define CKFSEEK(a,b,c) fseek(a,b,c) macro
H A Dckuus7.c11921 x = CKFSEEK(t, pos, 0);
11988 rc = CKFSEEK(t,pos,x); /* Try to seek */
12211 if (!CKFSEEK(t,0L,2)) { /* Seek to end */
12213 CKFSEEK(t,pos,0); /* Restore file file pointer */
12226 x = CKFSEEK(t,pos,0); /* Restore file pointer */
H A Dckuusx.c9327 if (CKFSEEK(dbfp,position,0) < 0) { /* Seek to desired slot */
9636 CKFSEEK(dbfp,i,0); in getslot()
H A Dckufio.c7429 return(CKFSEEK(fp[ZIFILE], pos, 0)?-1:0);
H A Dckuus4.c12587 if (CKFSEEK(fp,(CK_OFF_T)j,SEEK_CUR) != 0) {