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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h269 # define ARBPTR_T int * macro
1147 # define ARBPTR_T char * macro
1417 # ifndef ARBPTR_T
1418 # define ARBPTR_T char * macro
1419 # endif /* ! ARBPTR_T */
2741 # ifndef ARBPTR_T
2742 # define ARBPTR_T void * macro
2743 # endif /* ! ARBPTR_T */
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailstats.c245 memset((ARBPTR_T) &stats, '\0', sizeof stats);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1180 ** Assumption: assert(sizeof(int) <= sizeof(ARBPTR_T));
1185 map->map_db1 = (ARBPTR_T) map_p;
1613 map->map_db1 = (ARBPTR_T) dbm;
2277 map->map_db2 = (ARBPTR_T) db;
4662 map->map_db1 = (ARBPTR_T) lmap;
4698 map.map_db1 = (ARBPTR_T) LDAPDefaults;
4905 map->map_db1 = (ARBPTR_T) pmap;
6994 map->map_db1 = (ARBPTR_T) map_p; /* dirty hack */
7776 if ((map->map_db1 = (ARBPTR_T) sm_io_open(SmFtStdiofd,
H A Dsendmail.h1199 ARBPTR_T map_db1; /* the open database ptr */
1200 ARBPTR_T map_db2; /* an "extra" database pointer */

Completed in 119 milliseconds