Searched defs:target (Results 1 - 2 of 2) sorted by relevance

/sendmail/libsm/
H A Dfseek.c84 off_t target, curoff; local
216 target = offset;
221 target = st.st_size + offset;
261 ** If the target offset is within the current buffer,
267 if (target >= curoff && target < curoff + (off_t) n)
269 register int o = target - curoff;
289 curoff = target & ~(fp->f_blksize - 1);
297 n = target - curoff;
/sendmail/libsmutil/
H A Dsafefile.c181 ** If the target file doesn't exist, check the directory to
490 char *target; local
511 target = buf;
577 target = fullbuf;
579 ret = safedirpath(target, uid, gid, user, flags,

Completed in 9 milliseconds