Searched refs:target (Results 1 - 3 of 3) 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,
/sendmail/sendmail/
H A Dconf.c1316 ** Due to QNX's network distributed nature, you can target a tcpip
5638 ** target -- pathname of link (clone) to be created.
5646 link(source, target)
5648 const char *target;
5674 dst = safeopen((char *)target, O_CREAT|O_EXCL|O_WRONLY,
5723 (void) unlink(target);

Completed in 146 milliseconds