Home
last modified time | relevance | path

Searched refs:str_list (Results 1 – 7 of 7) sorted by relevance

/third_party/libsnd/
Dmake_lite.py164 def remove_strings_from_file (filename, str_list): argument
166 for current_str in str_list:
/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h127 struct str_list { struct
/third_party/musl/include/
Dstropts.h127 struct str_list { struct
/third_party/musl/ndk_musl_include/
Dstropts.h127 struct str_list { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h127 struct str_list { struct
/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h127 struct str_list { struct
/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c76 DECLARE_PTR_LIST(str_list, struct atom);
85 struct str_list *str_list; member
490 add_ptr_list(&f->str_list, atom); /* note: _not_ atom_list */ in push_cstring()
765 FOR_EACH_PTR(f->str_list, atom) { in emit_string_list()
853 if (f->str_list) in emit_func_post()