Home
last modified time | relevance | path

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) in __os_strdup() argument
51 void *storep;
57 *(void **)storep = NULL;
65 *(void **)storep = p;
78 void *storep;
88 *(void **)storep = p;
106 *(void **)storep = NULL;
129 *(void **)storep = p;
142 void *storep; in __os_realloc()
147 ptr = *(void **)storep;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c835 void *storep = store; in i_store_val() local
850 storep = i_new_storep(store, keyword); in i_store_val()
888 rc = i_match_hostorip(storep, sg, val, OPT_NUMERIC_ONLY | in i_store_val()
892 rc = i_match_hostorip(storep, sg, val, in i_store_val()
899 rc = i_store_serverID(storep, val); in i_store_val()