Home
last modified time | relevance | path

Searched refs:ARBPTR_T (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/include/sm/
Dconf.h265 # define ARBPTR_T int * macro
1157 # define ARBPTR_T char * macro
1427 # ifndef ARBPTR_T
1428 # define ARBPTR_T char * macro
2753 # ifndef ARBPTR_T
2754 # define ARBPTR_T void * macro
/mirbsd/src/gnu/usr.sbin/sendmail/mailstats/
Dmailstats.c246 memset((ARBPTR_T) &stats, '\0', sizeof stats);
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmap.c1182 map->map_db1 = (ARBPTR_T) map_p;
1610 map->map_db1 = (ARBPTR_T) dbm;
2280 map->map_db2 = (ARBPTR_T) db;
4668 map->map_db1 = (ARBPTR_T) lmap;
4704 map.map_db1 = (ARBPTR_T) LDAPDefaults;
4911 map->map_db1 = (ARBPTR_T) pmap;
7000 map->map_db1 = (ARBPTR_T) map_p; /* dirty hack */
7863 if ((map->map_db1 = (ARBPTR_T) sm_io_open(SmFtStdiofd,
Dsendmail.h1241 ARBPTR_T map_db1; /* the open database ptr */
1242 ARBPTR_T map_db2; /* an "extra" database pointer */
DREADME339 ARBPTR_T The type of an arbitrary pointer -- defaults to "void *".