Searched refs:STRUCTCOPY (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 1950 STRUCTCOPY(d, ClientSettings[family]); 2204 STRUCTCOPY(ClientSettings[family].d_addr, clt_addr);
|
H A D | main.c | 525 STRUCTCOPY(NullAddress, BlankEnvelope.e_from); 527 STRUCTCOPY(NullAddress, MainEnvelope.e_from);
|
H A D | headers.c | 2229 STRUCTCOPY(*header, *newhdr);
|
H A D | util.c | 551 STRUCTCOPY(*addr, *newaddr);
|
H A D | sendmail.h | 2132 #define STRUCTCOPY(s, d) d = s macro
|
H A D | deliver.c | 386 STRUCTCOPY(*e, *ee);
|
H A D | map.c | 3915 STRUCTCOPY(*LDAPDefaults, *lmap);
|
H A D | queue.c | 7899 STRUCTCOPY(*e, *ee);
|