Home
last modified time | relevance | path

Searched refs:parse_source_list (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mesa-dri-classic/mesa-20.2.3/scons/
H A Dcustom.py244 def parse_source_list(env, filename, names=None): function
310 env.AddMethod(parse_source_list, 'ParseSourceList')
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dudp.c507 static int parse_source_list(char *buf, char **sources, int *num_sources, in parse_source_list() function
597 if (parse_source_list(buf, include_sources, &num_include_sources, in udp_open()
602 if (parse_source_list(buf, exclude_sources, &num_exclude_sources, in udp_open()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dudp.c507 static int parse_source_list(char *buf, char **sources, int *num_sources, in parse_source_list() function
597 if (parse_source_list(buf, include_sources, &num_include_sources, in udp_open()
602 if (parse_source_list(buf, exclude_sources, &num_exclude_sources, in udp_open()
/dports/sysutils/wimlib/wimlib-1.13.0/programs/
H A Dimagex.c927 parse_source_list(tchar **source_list_contents_p, size_t source_list_nchars, in parse_source_list() function
2194 capture_sources = parse_source_list(&source_list_contents, in imagex_capture_or_append()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmacroapi.c23622 static void PropagateSourceOnSegSetForParse (ValNodePtr parse_source_list) in PropagateSourceOnSegSetForParse() argument
23631 for (vnp_src = parse_source_list; vnp_src != NULL; vnp_src = vnp_src->next) { in PropagateSourceOnSegSetForParse()