Searched defs:dosearch (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c43 static int dosearch( LDAP *ld, char *base, int scope, char **attrs,
292 rc = dosearch( ld, conv, scope, attrs, attrsonly, filtpattern, "" );
340 rc = dosearch( ld, base, scope, attrs, attrsonly, filtpattern,
602 dosearch( ld, base, scope, attrs, attrsonly, filtpatt, value ) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c1315 VOL bool dosearch = FALSE; local
1437 dosearch = TRUE;
1629 open_script(scriptname,dosearch,sv);
3049 S_open_script(pTHX_ char *scriptname, bool dosearch, SV *sv) argument
3066 PL_origfilename = scriptname = find_script(scriptname, dosearch, NULL, 1);
H A Dutil.c2605 Perl_find_script(pTHX_ char *scriptname, bool dosearch, char **search_ext, I32 flags) argument
2636 * If dosearch is true and if scriptname does not contain path
2662 hasdir = !dosearch || (strpbrk(scriptname,":[</") != Nullch) ;
2664 if (dosearch) {
2687 dosearch = 0;
2688 if (dosearch) { /* Look in '.' first. */
2703 dosearch = 0;
2723 if (dosearch && !strchr(scriptname, ':') &&
2726 if (dosearch && !strchr(scriptname, '/')

Completed in 48 milliseconds