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

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dbufio.c86 int fileoff; local in function:BufFileRawSkip
90 fileoff = curoff + f->left;
91 if (curoff + count <= fileoff) {
95 todo = count - (fileoff - curoff);
103 fileoff = read (FileDes(f), (char *)f->buffer, curoff);
104 if (fileoff <= 0)
106 todo -= fileoff;
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dbufio.c87 off_t fileoff; local in function:BufFileRawSkip
91 fileoff = curoff + f->left;
92 if (curoff + count <= fileoff) {
96 todo = count - (fileoff - curoff);
104 fileoff = read (FileDes(f), (char *)f->buffer, curoff);
105 if (fileoff <= 0)
107 todo -= fileoff;
/xsrc/external/mit/bdftopcf/dist/
H A Dbufio.c86 int fileoff = curoff + f->left; local in function:BufFileRawSkip
88 if (curoff + count <= fileoff) {
93 int todo = count - (fileoff - curoff);
102 fileoff = read(FileDes(f), (char *) f->buffer, curoff);
103 if (fileoff <= 0)
105 todo -= fileoff;
/xsrc/external/mit/libXfont/dist/src/builtins/
H A Dfile.c62 int fileoff; local in function:BuiltinSkip
66 fileoff = curoff + f->left;
67 if (curoff + count <= fileoff) {
71 todo = count - (fileoff - curoff);
/xsrc/external/mit/libXfont2/dist/src/builtins/
H A Dfile.c63 int fileoff; local in function:BuiltinSkip
67 fileoff = curoff + f->left;
68 if (curoff + count <= fileoff) {
72 todo = count - (fileoff - curoff);

Completed in 4 milliseconds