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

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_alloc.c49 __os_strdup(str, storep)
51 void *storep;
57 *(void **)storep = NULL;
65 *(void **)storep = p;
76 __os_calloc(num, size, storep)
78 void *storep;
88 *(void **)storep = p;
100 __os_malloc(size, db_malloc, storep)
102 void *(*db_malloc) __P((size_t)), *storep;
106 *(void **)storep
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c835 void *storep = store; local
850 storep = i_new_storep(store, keyword);
888 rc = i_match_hostorip(storep, sg, val, OPT_NUMERIC_ONLY |
892 rc = i_match_hostorip(storep, sg, val,
899 rc = i_store_serverID(storep, val);

Completed in 46 milliseconds