OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oarray
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/lib/libprop/
prop_array.c
308
prop_object_t *array, *
oarray
;
local
314
oarray
= pa->pa_array;
319
if (
oarray
!= NULL)
320
memcpy(array,
oarray
, pa->pa_capacity * sizeof(*array));
324
if (
oarray
!= NULL)
325
_PROP_FREE(
oarray
, M_PROP_ARRAY);
prop_dictionary.c
627
struct _prop_dict_entry *array, *
oarray
;
local
633
oarray
= pd->pd_array;
638
if (
oarray
!= NULL)
639
memcpy(array,
oarray
, pd->pd_capacity * sizeof(*array));
643
if (
oarray
!= NULL)
644
_PROP_FREE(
oarray
, M_PROP_DICT);
/src/crypto/external/bsd/openssh/dist/
auth-options.c
327
char **
oarray
, *opt, *cp, *tmp;
local
440
oarray
= ret->env;
446
ret->env =
oarray
;
Completed in 110 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026