Searched refs:MF_TRY0NULL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c167 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;
219 map->map_mflags &= ~MF_TRY0NULL;
1047 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;
1119 map->map_mflags &= ~MF_TRY0NULL;
1781 if (bitset(MF_TRY0NULL, map->map_mflags))
1792 map->map_mflags &= ~MF_TRY0NULL;
2432 if (bitset(MF_TRY0NULL, map->map_mflags))
2481 map->map_mflags &= ~MF_TRY0NULL;
2911 if (bitset(MF_TRY0NULL, map->map_mflags))
2921 map->map_mflags &= ~MF_TRY0NULL;
[all...]
H A Dsendmail.h1414 #define MF_TRY0NULL 0x00000100 /* try with no null byte */ macro

Completed in 193 milliseconds