Home
last modified time | relevance | path

Searched refs:SM_SET_H_ERRNO (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c61 SM_SET_H_ERRNO(0);
111 SM_SET_H_ERRNO(err);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c486 SM_SET_H_ERRNO(0);
500 SM_SET_H_ERRNO(0);
917 SM_SET_H_ERRNO(TRY_AGAIN);
1081 SM_SET_H_ERRNO(NO_RECOVERY);
H A Dsm_resolve.c417 SM_SET_H_ERRNO(0);
H A Dconf.c4236 SM_SET_H_ERRNO(0);
4253 SM_SET_H_ERRNO(0);
4315 SM_SET_H_ERRNO(err);
4354 SM_SET_H_ERRNO(err);
4423 SM_SET_H_ERRNO(HOST_NOT_FOUND);
4451 SM_SET_H_ERRNO(err);
H A Dsendmail.h113 # undef SM_SET_H_ERRNO
114 # define SM_SET_H_ERRNO(err) macro
H A Ddeliver.c1595 SM_SET_H_ERRNO(0);
1869 SM_SET_H_ERRNO(0);
3265 SM_SET_H_ERRNO(mci->mci_herrno);
4191 SM_SET_H_ERRNO(0);
H A Ddaemon.c2247 SM_SET_H_ERRNO(0);
3946 SM_SET_H_ERRNO(s->s_namecanon.nc_herrno);
H A Dmap.c888 SM_SET_H_ERRNO(TRY_AGAIN);
890 SM_SET_H_ERRNO(HOST_NOT_FOUND);
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1912 #if !defined(SM_SET_H_ERRNO) && defined(_REENTRANT)
1913 # define SM_SET_H_ERRNO(err) set_h_errno((err)) macro
2926 # ifndef SM_SET_H_ERRNO
2927 # define SM_SET_H_ERRNO(err) h_errno = (err) macro