Searched refs:ARBPTR_T (Results 1 - 4 of 4) sorted by relevance

/sendmail/include/sm/
H A Dconf.h264 # define ARBPTR_T int * macro
1156 # define ARBPTR_T char * macro
1426 # ifndef ARBPTR_T
1427 # define ARBPTR_T char * macro
1428 # endif /* ! ARBPTR_T */
2752 # ifndef ARBPTR_T
2753 # define ARBPTR_T void * macro
2754 # endif /* ! ARBPTR_T */
/sendmail/mailstats/
H A Dmailstats.c246 memset((ARBPTR_T) &stats, '\0', sizeof stats);
/sendmail/sendmail/
H A Dmap.c1175 ** Assumption: assert(sizeof(int) <= sizeof(ARBPTR_T));
1180 map->map_db1 = (ARBPTR_T) map_p;
1608 map->map_db1 = (ARBPTR_T) dbm;
2272 map->map_db2 = (ARBPTR_T) db;
4660 map->map_db1 = (ARBPTR_T) lmap;
4696 map.map_db1 = (ARBPTR_T) LDAPDefaults;
4903 map->map_db1 = (ARBPTR_T) pmap;
6992 map->map_db1 = (ARBPTR_T) map_p; /* dirty hack */
7855 if ((map->map_db1 = (ARBPTR_T) sm_io_open(SmFtStdiofd,
H A Dsendmail.h1242 ARBPTR_T map_db1; /* the open database ptr */
1243 ARBPTR_T map_db2; /* an "extra" database pointer */

Completed in 391 milliseconds