Home
last modified time | relevance | path

Searched refs:strlist (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc104 parse_intlist(char *strlist, uint32_t *intlist, int *pcount, int (*fn) (const char *)) in parse_intlist() argument
110 while ((token = strsep(&strlist, ",")) != NULL && in parse_intlist()
120 parse_events(char *strlist, uint32_t intlist[LIST_MAX], int *pcount, char *cpuid) in parse_events() argument
126 while ((token = strsep(&strlist, ",")) != NULL && in parse_events()
136 parse_names(char *strlist, char *namelist[LIST_MAX], int *pcount) in parse_names() argument
142 while ((token = strsep(&strlist, ",")) != NULL && in parse_names()
/freebsd/contrib/dma/
H A Ddma.h100 SLIST_HEAD(strlist, stritem);
105 struct strlist dests;
178 extern struct strlist tmpfs;
H A Ddma.c67 struct strlist tmpfs = SLIST_HEAD_INITIALIZER(tmpfs);
/freebsd/sys/contrib/libfdt/
H A Dfdt_ro.c620 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str) in fdt_stringlist_contains() argument
626 if (memcmp(str, strlist, len+1) == 0) in fdt_stringlist_contains()
628 p = memchr(strlist, '\0', listlen); in fdt_stringlist_contains()
631 listlen -= (p-strlist) + 1; in fdt_stringlist_contains()
632 strlist = p + 1; in fdt_stringlist_contains()
H A Dlibfdt.h984 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str);
/freebsd/crypto/openssl/crypto/
H A Dinfo.c113 #define add_seeds_stringlist(label, strlist) \ in DEFINE_RUN_ONCE_STATIC() argument
117 const char *dev[] = { strlist, NULL }; \ in DEFINE_RUN_ONCE_STATIC()
/freebsd/contrib/bmake/
H A DChangeLog4122 o strlist.c - functions for processing extendable arrays of pointers to strings.
/freebsd/contrib/unbound/doc/
H A DChangelog4133 - free memory leaks in config strlist and str2list insert functions.
4139 - Free memory leak in config strlist append.