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

/sendmail/include/sm/
H A Dgen.h38 ** Define NULL and offsetof (from the C89 standard)
44 # ifndef NULL
45 # define NULL 0 macro
46 # endif /* ! NULL */
/sendmail/sendmail/
H A Dalias.c21 static MAP *AliasFileMap = NULL; /* the actual aliases.files map */
90 if (e->e_sender != NULL && *e->e_sender == '\0')
94 if (aliaslookup(obuf, &status, a->q_host) != NULL)
109 if (e->e_message == NULL)
114 if (a->q_message == NULL)
118 if (p == NULL)
155 a->q_fullname = NULL;
173 if (owner == NULL)
177 if (strpbrk(owner, ",:/|\"") != NULL)
182 if (e->e_xfp != NULL)
561 map->map_file, NULL, LOCK_EX); local
[all...]

Completed in 15 milliseconds