OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:envlist
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
envlist.c
8
#include "
envlist
.h"
15
struct
envlist
{
struct
20
static int envlist_parse(envlist_t *
envlist
,
24
* Allocates new
envlist
and returns pointer to that or
30
envlist_t *
envlist
;
local
32
if ((
envlist
= malloc(sizeof (*
envlist
))) == NULL)
35
QLIST_INIT(&
envlist
->el_entries);
36
envlist
->el_count = 0;
38
return (
envlist
);
[
all
...]
envlist.h
8
typedef struct
envlist
envlist_t;
Completed in 148 milliseconds