Searched refs:storep (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/os/ |
H A D | os_alloc.c | 49 __os_strdup(str, storep) in __os_strdup() argument 51 void *storep; 57 *(void **)storep = NULL; 65 *(void **)storep = p; 76 __os_calloc(num, size, storep) in __os_calloc() argument 78 void *storep; 88 *(void **)storep = p; 100 __os_malloc(size, db_malloc, storep) in __os_malloc() argument 102 void *(*db_malloc) __P((size_t)), *storep; 106 *(void **)storep = NULL; [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_subr.c | 835 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()
|