Searched defs:fn_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c32 * that return lists of strings return a struct fn_list.
67 struct fn_list { struct
338 * struct fn_list which contains a NULL linked list, rather than
339 * by a NULL fn_list pointer. in other words:
341 * struct fn_list *fnlp = some_func_returning_a_list();
347 struct fn_list *
350 struct fn_list *fnlp = MALLOC(sizeof (struct fn_list));
363 struct fn_list *
364 fn_list_dup(struct fn_list *fnl
[all...]

Completed in 44 milliseconds