HomeSort by relevance Sort by last modified time
    Searched refs:strlist (Results 1 - 19 of 19) 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...]
strlist.c 7 #include "strlist.h"
40 int strlist__add(struct strlist *self, const char *new_entry)
72 int strlist__load(struct strlist *self, const char *filename)
99 void strlist__remove(struct strlist *self, struct str_node *sn)
105 struct str_node *strlist__find(struct strlist *self, const char *entry)
129 static int strlist__parse_list_entry(struct strlist *self, const char *s)
137 int strlist__parse_list(struct strlist *self, const char *s)
154 struct strlist *strlist__new(bool dupstr, const char *slist)
156 struct strlist *self = malloc(sizeof(*self));
172 void strlist__delete(struct strlist *self
    [all...]
probe-event.h 5 #include "strlist.h"
97 struct strlist *vars; /* Available variables */
125 extern int del_perf_probe_events(struct strlist *dellist);
sort.h 22 #include "strlist.h"
129 void sort_entry__setup_elide(struct sort_entry *self, struct strlist *list,
symbol.h 93 struct strlist;
118 struct strlist *dso_list,
probe-event.c 40 #include "strlist.h"
1433 static struct strlist *get_probe_trace_command_rawlist(int fd)
1439 struct strlist *sl;
    [all...]
sort.c 336 void sort_entry__setup_elide(struct sort_entry *self, struct strlist *list,
symbol.c 18 #include "strlist.h"
    [all...]
  /system/core/sh/
expand.h 37 struct strlist { struct
38 struct strlist *next;
44 struct strlist *list;
45 struct strlist **lastp;
eval.h 40 extern struct strlist *cmdenviron; /* environment for builtin command */
var.h 115 struct strlist;
116 void listsetvar(struct strlist *, int);
125 void listmklocal(struct strlist *, int);
expand.c 105 STATIC void expandmeta(struct strlist *, int);
108 STATIC struct strlist *expsort(struct strlist *);
109 STATIC struct strlist *msort(struct strlist *, int);
136 struct strlist *sp;
161 sp = (struct strlist *)stalloc(sizeof (struct strlist));
947 struct strlist *sp;
961 sp = (struct strlist *)stalloc(sizeof *sp)
    [all...]
var.c 320 listsetvar(struct strlist *list, int flags)
322 struct strlist *lp;
332 listmklocal(struct strlist *list, int flags)
334 struct strlist *lp;
367 struct strlist *sp;
eval.c 99 struct strlist *cmdenviron;
353 struct strlist *sp;
684 struct strlist *sp;
1201 struct strlist *sp;
  /external/linux-tools-perf/
builtin-buildid-cache.c 15 #include "util/strlist.h"
77 struct strlist *list;
builtin-probe.c 38 #include "util/strlist.h"
62 struct strlist *dellist;
Android.mk 74 util/strlist.c \
Makefile 271 LIB_H += util/strlist.h
316 LIB_OBJS += $(OUTPUT)util/strlist.o
  /external/icu4c/test/intltest/
rbbitst.cpp 3424 static const char *strlist[] = local
3500 static const char *strlist[] = local
3580 static const char *strlist[] = local
    [all...]

Completed in 136 milliseconds