Home
last modified time | relevance | path

Searched defs:lst (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/llvm/utils/
H A Dreduce_pipeline.py59 lst = pipeline.fromStr(args.passes) variable
84 lst = pipeline.fromStr(stdout) variable
149 lst = prevLstB variable
174 lst = prevLstA variable
197 lst = candLst variable
/openbsd/usr.bin/make/
H A Dfor.c96 LIST lst; /* List of items */ member
115 build_words_list(Lst lst, const char *s) in build_words_list()
/openbsd/usr.bin/rpcgen/
H A Drpc_util.c93 findval(lst, val, cmp) in findval() argument
116 list *lst; local
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h152 FormattersContainer(IFormatChangeListener *lst) : listener(lst) {} in FormattersContainer()
/openbsd/sbin/unwind/libunbound/util/
H A Dconfig_file.c999 #define O_LST(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1005 #define O_LS2(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1013 #define O_LS3(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1021 #define O_LTG(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
/openbsd/usr.sbin/unbound/util/
H A Dconfig_file.c999 #define O_LST(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1005 #define O_LS2(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1013 #define O_LS3(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1021 #define O_LTG(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
/openbsd/sbin/bioctl/
H A Dbioctl.c996 bio_parse_devlist(char *lst, dev_t *dt) in bio_parse_devlist()
1043 bio_createflags(char *lst) in bio_createflags()
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp18 TypeCategoryMap::TypeCategoryMap(IFormatChangeListener *lst) in TypeCategoryMap()
/openbsd/usr.sbin/crunchgen/
H A Dcrunchgen.c1000 output_strlst(FILE * outf, strlst_t * lst) in output_strlst()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsom.c5902 som_bfd_ar_write_symbol_stuff (abfd, nsyms, string_size, lst, elength) in som_bfd_ar_write_symbol_stuff() argument
6171 struct lst_header lst; local
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c5825 struct lst_header lst, in som_bfd_ar_write_symbol_stuff()
6088 struct lst_header lst; in som_write_armap() local
/openbsd/sys/kern/
H A Dvfs_subr.c709 struct freelst *lst; in vputonfreelist() local
/openbsd/sys/dev/pci/
H A Dif_oce.c2652 oce_pkt_get(struct oce_pkt_list *lst) in oce_pkt_get()
2666 oce_pkt_put(struct oce_pkt_list *lst, struct oce_pkt *pkt) in oce_pkt_put()