strstr_m 1508 source3/include/proto.h char *strstr_m(const char *src, const char *findstr); strstr_m 755 source3/lib/util.c while ((p = strstr_m(str,"\\..\\")) != NULL) { strstr_m 807 source3/lib/util.c while ((p = strstr_m(str,"/../")) != NULL) { strstr_m 810 source3/lib/util_str.c while (lp <= ls && (p = strstr_m(s,pattern))) { strstr_m 928 source3/lib/util_str.c while ((p = strstr_m(s,pattern))) { strstr_m 1023 source3/lib/util_str.c while ((p = strstr_m(s,pattern))) { strstr_m 1087 source3/lib/util_str.c while (lp <= ls && (p = strstr_m(s,pattern))) { strstr_m 1642 source3/lib/util_str.c while ((p = strstr_m(s, pattern))) { strstr_m 1123 source3/printing/lpq_parse.c if (strstr_m(line,stat0_strings[i])) { strstr_m 1132 source3/printing/lpq_parse.c if (strstr_m(line,stat1_strings[i])) { strstr_m 1141 source3/printing/lpq_parse.c if (strstr_m(line,stat2_strings[i])) { strstr_m 169 source3/printing/pcap.c if (strstr_m(pcap_name, "/qconfig") != NULL) { strstr_m 96 source3/printing/print_aix.c if (strstr_m(line, "backend")) { strstr_m 99 source3/printing/print_aix.c } else if (strstr_m(line, "device")) { strstr_m 588 source3/smbd/chgpasswd.c if (strstr_m(passwordprogram, "%u") == NULL) { strstr_m 374 source3/smbd/service.c if (pdefservice && *pdefservice && !strequal(pdefservice,service) && !strstr_m(service,"..")) { strstr_m 29 source3/torture/t_strstr.c ret = strstr_m(argv[1], argv[2]); strstr_m 1865 source3/utils/ntlm_auth.c parameter = strstr_m(request, ":: "); strstr_m 1867 source3/utils/ntlm_auth.c parameter = strstr_m(request, ": "); strstr_m 2065 source3/utils/ntlm_auth.c parameter = strstr_m(request, ":: "); strstr_m 2067 source3/utils/ntlm_auth.c parameter = strstr_m(request, ": "); strstr_m 169 source3/utils/testparm.c if(strstr_m(lp_passwd_program(), "%u") == NULL) { strstr_m 181 source3/utils/testparm.c if(strstr_m( lp_passwd_chat(), "%o")!=NULL) { strstr_m 78 source3/winbindd/idmap_adex/gc_util.c s = strstr_m(x, y); strstr_m 84 source3/winbindd/idmap_adex/gc_util.c s = strstr_m(y, x); strstr_m 294 source3/winbindd/idmap_adex/provider_unified.c if ((p = strstr_m(dn, ADEX_CELL_RDN)) == NULL) {