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

  /external/linux-tools-perf/util/
strlist.h 19 struct strlist { struct
25 struct strlist *strlist__new(bool dupstr, const char *slist);
26 void strlist__delete(struct strlist *self);
28 void strlist__remove(struct strlist *self, struct str_node *sn);
29 int strlist__load(struct strlist *self, const char *filename);
30 int strlist__add(struct strlist *self, const char *str);
32 struct str_node *strlist__entry(const struct strlist *self, unsigned int idx);
33 struct str_node *strlist__find(struct strlist *self, const char *entry);
35 static inline bool strlist__has_entry(struct strlist *self, const char *entry)
40 static inline bool strlist__empty(const struct strlist *self
    [all...]
  /system/core/sh/
expand.h 37 struct strlist { struct
38 struct strlist *next;
44 struct strlist *list;
45 struct strlist **lastp;
  /external/icu4c/test/intltest/
rbbitst.cpp 3962 static const char *strlist[] = local
4038 static const char *strlist[] = local
4118 static const char *strlist[] = local
    [all...]

Completed in 104 milliseconds