OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sublist
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
bpobj.c
278
bpobj_t
sublist
;
local
298
err = bpobj_open(&
sublist
, bpo->bpo_os, objarray[blkoff]);
302
err = bpobj_space(&
sublist
,
305
bpobj_close(&
sublist
);
309
err = bpobj_iterate_impl(&
sublist
, func, arg, tx, free);
311
VERIFY3U(0, ==, bpobj_space(&
sublist
,
320
bpobj_close(&
sublist
);
/src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c
947
/* Memory effects: Freshly allocated element's
sublist
. */
1996
struct format_arg_list *
sublist
)
2012
newconstraint.list =
sublist
;
2040
struct format_arg_list *
sublist
)
2043
*listp = add_listtype_constraint (*listp, position, type,
sublist
);
2048
by
sublist
. */
2049
/* Memory effects:
sublist
is freed. The result is freshly allocated. */
2051
make_repeated_list_of_lists (struct format_arg_list *
sublist
)
2053
if (
sublist
== NULL)
2074
listlist->repeated.element[0].list =
sublist
;
2744
struct format_arg_list *
sublist
= make_unconstrained_list ();
local
[
all
...]
format-scheme.c
950
/* Memory effects: Freshly allocated element's
sublist
. */
2019
struct format_arg_list *
sublist
)
2035
newconstraint.list =
sublist
;
2063
struct format_arg_list *
sublist
)
2066
*listp = add_listtype_constraint (*listp, position, type,
sublist
);
2071
by
sublist
. */
2072
/* Memory effects:
sublist
is freed. The result is freshly allocated. */
2074
make_repeated_list_of_lists (struct format_arg_list *
sublist
)
2076
if (
sublist
== NULL)
2097
listlist->repeated.element[0].list =
sublist
;
2759
struct format_arg_list *
sublist
= make_unconstrained_list ();
local
[
all
...]
/src/usr.sbin/npf/npfctl/
npf_show.c
395
elem_list_t
sublist
, *target_list;
local
403
memset(&
sublist
, 0, sizeof(elem_list_t));
404
target_list = mk->format ? &
sublist
: &ctx->list[mk->list_id];
438
if (
sublist
.count) {
441
elements = list_join_free(&
sublist
, true, ", ");
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
4750
*
sublist
;
4775
sublist
= NULL;
4997
new_sublist->next =
sublist
;
4998
sublist
= new_sublist;
5077
tmp_sublist =
sublist
;
5111
tmp_sublist =
sublist
;
5127
sublist
= tmp_sublist->next;
5147
stabs_method_name_from_physname (
sublist
->fn_field.physname);
5169
for (i = length; (i--,
sublist
);
sublist
= sublist->next
4744
*
sublist
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
stabsread.c
4753
*
sublist
;
4778
sublist
= NULL;
5000
new_sublist->next =
sublist
;
5001
sublist
= new_sublist;
5080
tmp_sublist =
sublist
;
5114
tmp_sublist =
sublist
;
5130
sublist
= tmp_sublist->next;
5150
stabs_method_name_from_physname (
sublist
->fn_field.physname);
5172
for (i = length; (i--,
sublist
);
sublist
= sublist->next
4747
*
sublist
;
local
[
all
...]
Completed in 27 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026