HomeSort by relevance Sort by last modified time
    Searched full:envlist (Results 1 - 5 of 5) 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;
  /dalvik/vm/
JniInternal.h 56 JNIEnvExt* envList;
Jni.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 516 milliseconds