HomeSort by relevance Sort by last modified time
    Searched refs:is_prefix (Results 1 - 7 of 7) sorted by null

  /external/strace/
ioctlsort.c 47 is_prefix(const char *s1, const char *s2) function
74 if (is_prefix("asm/", info1) &&
75 is_prefix("asm-generic/", info2))
78 if (is_prefix("asm/", info2) &&
79 is_prefix("asm-generic/", info1))
143 !is_prefix(ioctls[i-1].name, ioctls[i].name))
  /external/libselinux/src/
android.c 154 char is_prefix; member in struct:prefix_str
219 if (s1->user.is_prefix != s2->user.is_prefix)
220 return (s2->user.is_prefix ? -1 : 1);
223 if (s1->user.is_prefix && s1->user.len != s2->user.len)
241 if (s1->name.is_prefix != s2->name.is_prefix)
242 return (s2->name.is_prefix ? -1 : 1);
245 if (s1->name.is_prefix && s1->name.len != s2->name.len)
257 if (s1->path.is_prefix != s2->path.is_prefix
    [all...]
  /external/toybox/toys/pending/
route.c 177 static void is_prefix(char **tip, char **netmask, struct rtentry *rt) function
306 is_prefix((char **)&targetip, (char **)&netmask, &rt);
  /external/mksh/src/
expr.c 311 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix)
330 if (!is_prefix)
  /external/v8/src/
prettyprinter.cc 441 if (node->is_prefix()) Print("%s", Token::String(node->op()));
1155 SNPrintF(buf, "%s %s", (node->is_prefix() ? "PRE" : "POST"),
ast.h 2041 bool is_prefix() const { return is_prefix_; } function in class:v8::internal::FINAL
    [all...]
preparser.h     [all...]

Completed in 570 milliseconds