Home
last modified time | relevance | path

Searched refs:oarray (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/common/lib/libprop/
H A Dprop_array.c293 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 Dprop_dictionary.c582 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 Dauth-options.c326 char **oarray, *opt, *cp, *tmp; in sshauthopt_parse() local
439 oarray = ret->env; in sshauthopt_parse()
445 ret->env = oarray; in sshauthopt_parse()