/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | fseek.c | 86 off_t target, curoff; local 150 curoff = fp->f_lseekoff; 153 curoff = (*seekfn)(fp, (off_t) 0, SM_IO_SEEK_CUR); 154 if (curoff == -1L) 162 curoff -= fp->f_r; 164 curoff -= fp->f_ur; 167 curoff += fp->f_p - fp->f_bf.smb_base; 169 offset += curoff; 177 curoff = 0; /* XXX just to keep gcc quiet */ 229 curoff = fp->f_lseekoff; [all …]
|
/titanic_44/usr/src/cmd/tail/ |
H A D | reverse.c | 102 off_t curoff, size, lineend; in r_reg() local 116 curoff = size - 2; in r_reg() 118 while (curoff >= 0) { in r_reg() 119 if (curoff < map.mapoff || in r_reg() 120 curoff >= map.mapoff + (off_t)map.maplen) { in r_reg() 121 if (maparound(&map, curoff) != 0) { in r_reg() 126 for (i = curoff - map.mapoff; i >= 0; i--) { in r_reg() 133 curoff = map.mapoff + i; in r_reg() 138 if (mapprint(&map, curoff + 1, lineend - curoff - 1) != 0) { in r_reg() 142 lineend = curoff + 1; in r_reg() [all …]
|
H A D | forward.c | 194 off_t curoff, size; in rlines() local 207 curoff = size - 2; in rlines() 208 while (curoff >= 0) { in rlines() 209 if (curoff < map.mapoff && maparound(&map, curoff) != 0) { in rlines() 213 for (i = curoff - map.mapoff; i >= 0; i--) in rlines() 217 curoff = map.mapoff + i; in rlines() 221 curoff++; in rlines() 222 if (mapprint(&map, curoff, size - curoff) != 0) { in rlines()
|
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_overflow.c | 92 u_int32_t curoff, needed, start; local 133 for (curoff = 0, p = dbt->data; pgno != P_INVALID && needed > 0;) { 139 if (curoff + OV_LEN(h) >= start) { 142 if (start > curoff) { 143 src += start - curoff; 144 bytes -= start - curoff; 152 curoff += OV_LEN(h);
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lseek.c | 84 offset_t curoff, newoff; in lseek32_common() local 90 curoff = fp->f_offset; in lseek32_common() 102 if (reg && off > (max - curoff)) { in lseek32_common() 106 noff = (u_offset_t)(off + curoff); in lseek32_common() 196 if ((error = VOP_SEEK(vp, curoff, &newoff, NULL)) == 0) { in lseek32_common()
|
/titanic_44/usr/src/cmd/du/ |
H A D | du.c | 288 off_t curoff = 0; in descend() local 483 curoff = telldir(dirp); in descend() 501 seekdir(dirp, curoff); in descend()
|
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | mail.local.c | 742 off_t curoff, cursize; local 855 curoff = lseek(mbfd, (off_t)0, SEEK_END); 856 (void) snprintf(biffmsg, sizeof (biffmsg), "%s@%ld\n", name, curoff); 928 (void)ftruncate(mbfd, curoff);
|
/titanic_44/usr/src/tools/lintdump/ |
H A D | lintdump.c | 463 off_t curoff = ftello(fp); in lsu_build() local 494 (void) fseek(fp, curoff, SEEK_SET); in lsu_build()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 3622 offset_t curoff, curioff; in fprnt() local 4028 curoff = 0LL; in fprnt() 4030 if (ip->di_size <= curoff) in fprnt() 4039 curoff += fs->fs_bsize; in fprnt() 4054 if (ip->di_size <= curoff) in fprnt() 4059 curoff += curioff; in fprnt()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 5108 off_t curoff; local 5563 curoff = stb.st_size; 5610 curoff);
|