HomeSort by relevance Sort by last modified time
    Searched defs:eu (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
tc_exec.c 32 static int parse_noeopt(struct exec_util *eu, int argc, char **argv)
36 "is unparsable\n", eu->id, *argv);
45 struct exec_util *eu; local
49 for (eu = exec_list; eu; eu = eu->next)
50 if (strcmp(eu->id, name) == 0)
51 return eu;
65 eu = dlsym(dlh, buf)
87 struct exec_util *eu; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 610 register const unsigned char *eu = u + sz; local
611 for (; u != eu; ++u) {
625 register const unsigned char *eu = u + sz; local
626 for (; u != eu; ++u) {
    [all...]

Completed in 727 milliseconds