Home
last modified time | relevance | path

Searched refs:util_strstr (Results 1 – 9 of 9) sorted by relevance

/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/auxiliary/util/
H A Du_string.h142 util_strstr(const char *haystack, const char *needle) in util_strstr() function
185 #define util_strstr strstr
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dutil.h230 extern char *util_strstr(char *s1, char *s2);
H A Dutil.c2524 util_strstr(char *s1, char *s2) in util_strstr() function
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcommand.c1844 if (util_strstr(s->outf_tmpl, "%T") != NULL || in cmd_do_outfile()
1845 util_strstr(s->outf_tmpl, "%t") != NULL || in cmd_do_outfile()
1846 util_strstr(s->outf_tmpl, "%R") != NULL || in cmd_do_outfile()
1847 util_strstr(s->outf_tmpl, "%r") != NULL || in cmd_do_outfile()
1848 util_strstr(s->outf_tmpl, "%#") != NULL) { in cmd_do_outfile()
H A Dcdfunc.c8749 if (util_strstr(s->outf_tmpl, "%T") != NULL || in cd_filepath_new()
8750 util_strstr(s->outf_tmpl, "%t") != NULL || in cd_filepath_new()
8751 util_strstr(s->outf_tmpl, "%R") != NULL || in cd_filepath_new()
8752 util_strstr(s->outf_tmpl, "%r") != NULL || in cd_filepath_new()
8753 util_strstr(s->outf_tmpl, "%#") != NULL) { in cd_filepath_new()
/dports/audio/xmcd/xmcd-3.3.2/cdinfo_d/
H A Dmotd.c589 p = util_strstr(buf, "Location: "); in motd_query_server()
H A Dcdinfo_i.c3541 if (util_strstr(funcname, "Password") == NULL) { in cdinfo_put_str()
7736 if (util_strstr(gname, " -> ") != NULL) in cdinfo_out_discog()
8383 if ((q = util_strstr(outdir, p)) != NULL) in cdinfo_out_discog()
/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dcda.c3142 if (util_strstr(s->outf_tmpl, "%T") != NULL || in cda_do_file()
3143 util_strstr(s->outf_tmpl, "%t") != NULL || in cda_do_file()
3144 util_strstr(s->outf_tmpl, "%R") != NULL || in cda_do_file()
3145 util_strstr(s->outf_tmpl, "%r") != NULL || in cda_do_file()
3146 util_strstr(s->outf_tmpl, "%#") != NULL) { in cda_do_file()
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dlibdi.c549 if ((p = util_strstr(s->outf_tmpl, tok)) != NULL) { in di_chktmpl()