HomeSort by: relevance | last modified time | path
    Searched refs:strlist (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/sh/
expand.h 39 struct strlist { struct
40 struct strlist *next;
46 struct strlist *list;
47 struct strlist **lastp;
eval.h 40 extern struct strlist *cmdenviron; /* environment for builtin command */
var.h 145 struct strlist;
146 void listsetvar(struct strlist *, int);
153 void listmklocal(struct strlist *, int);
expand.c 115 STATIC void expandmeta(struct strlist *, int);
118 STATIC struct strlist *expsort(struct strlist *);
119 STATIC struct strlist *msort(struct strlist *, int);
123 STATIC void add_args(struct strlist *);
181 struct strlist *sp;
1375 struct strlist *sp;
1514 expandmeta(struct strlist *str, int flag)
1517 struct strlist **savelastp
    [all...]
var.c 604 listsetvar(struct strlist *list, int flags)
606 struct strlist *lp;
616 listmklocal(struct strlist *list, int flags)
618 struct strlist *lp;
659 struct strlist *sp;
eval.c 109 struct strlist *cmdenviron;
455 struct strlist *sp;
890 struct strlist *sp;
1795 struct strlist *sp;
  /src/sys/external/bsd/libfdt/dist/
fdt_ro.c 684 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str)
690 if (memcmp(str, strlist, len+1) == 0)
692 p = memchr(strlist, '\0', listlen);
694 return 0; /* malformed strlist.. */
695 listlen -= (p-strlist) + 1;
696 strlist = p + 1;
libfdt.h 1067 * @strlist: Property containing a list of strings to check
1077 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str);
  /src/share/man/man9/
Makefile 66 strlist.9 \
932 MLINKS+=strlist.9 strlist_append.9 \
933 strlist.9 strlist_count.9 \
934 strlist.9 strlist_index.9 \
935 strlist.9 strlist_match.9 \
936 strlist.9 strlist_next.9 \
937 strlist.9 strlist_pmatch.9 \
938 strlist.9 strlist_string.9
  /src/sys/lib/libkern/
libkern.h 49 #include <lib/libkern/strlist.h>

Completed in 22 milliseconds