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

/sendmail/contrib/
H A Dlink_hash.sh23 echo link $H to $C exists
/sendmail/libsm/
H A Drpool.c31 SM_POOLLINK_T link; member in union:__anon8
/sendmail/sendmail/
H A Ddeliver.c1027 if (link(f1buf, f2buf) < 0)
1031 syserr("sendall: link(%s, %s)", f1buf, f2buf);
1040 if (link(f1buf, f2buf) < 0)
1042 syserr("!sendall: link(%s, %s): permanent",
1743 /* link together the chain of recipients */
H A Dqueue.c7793 ** Create a hard link from the 'old' data file to the 'new' data file.
7795 ** then the new data file link is created in the old queue directory,
7849 ** Attempt to create a hard link, if we think both old and new
7852 ** Don't waste time attempting a hard link unless old and new
7863 if (link(opath, npath) == 0)
7873 ** Can't link across queue directories, so try to create a hard
7874 ** link in the same queue directory as the old df file.
7881 if (link(opath, npath) == 0)
7891 "dup_df: can't link %s to %s, error=%s, envelope splitting failed",
8159 /* copy or link t
[all...]
H A Dconf.c5629 ** Some OS's lacks link() and hard links. Since sendmail is using
5630 ** link() as an efficient way to clone files, this implementation
5633 ** NOTE: This link() replacement is not a generic replacement as it
5634 ** does not handle all of the semantics of the real link(2).
5638 ** target -- pathname of link (clone) to be created.
5646 link(source, target) function

Completed in 972 milliseconds