Searched refs:oarray (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/common/lib/libprop/ |
H A D | prop_array.c | 293 prop_object_t *array, *oarray; in _prop_array_expand() local 299 oarray = pa->pa_array; in _prop_array_expand() 304 if (oarray != NULL) in _prop_array_expand() 305 memcpy(array, oarray, pa->pa_capacity * sizeof(*array)); in _prop_array_expand() 309 if (oarray != NULL) in _prop_array_expand() 310 _PROP_FREE(oarray, M_PROP_ARRAY); in _prop_array_expand()
|
H A D | prop_dictionary.c | 582 struct _prop_dict_entry *array, *oarray; in _prop_dictionary_expand() local 588 oarray = pd->pd_array; in _prop_dictionary_expand() 593 if (oarray != NULL) in _prop_dictionary_expand() 594 memcpy(array, oarray, pd->pd_capacity * sizeof(*array)); in _prop_dictionary_expand() 598 if (oarray != NULL) in _prop_dictionary_expand() 599 _PROP_FREE(oarray, M_PROP_DICT); in _prop_dictionary_expand()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | auth-options.c | 326 char **oarray, *opt, *cp, *tmp; in sshauthopt_parse() local 439 oarray = ret->env; in sshauthopt_parse() 445 ret->env = oarray; in sshauthopt_parse()
|