Home
last modified time | relevance | path

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

/dports/net/openmpi/openmpi-4.1.1/ompi/tools/wrappers/
H A Dmpijavac.pl.in60 my $cp_found = 0;
63 if (1 == $cp_found) {
86 $cp_found = 2;
88 if (0 == $cp_found && (
92 $cp_found = 1;
100 if (2 != $cp_found && exists $ENV{'CLASSPATH'} && length($ENV{'CLASSPATH'}) > 0) {
125 $cp_found = 1;
130 if (0 == $cp_found) {
/dports/net/openmpi3/openmpi-3.1.6/ompi/tools/wrappers/
H A Dmpijavac.pl.in60 my $cp_found = 0;
63 if (1 == $cp_found) {
86 $cp_found = 2;
88 if (0 == $cp_found && (
92 $cp_found = 1;
100 if (2 != $cp_found && exists $ENV{'CLASSPATH'} && length($ENV{'CLASSPATH'}) > 0) {
125 $cp_found = 1;
130 if (0 == $cp_found) {
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/debugger/
H A Dcom.c375 int cp_found = 0; local
425 cp_found = 1;
442 if (cp_found) {
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmacroapi.c19700 CharPtr cp_found, new_str; in ApplyEditToString() local
19709 cp_found = StringSearch (str, edit->find_txt); in ApplyEditToString()
19714 while (cp_found != NULL) in ApplyEditToString()
19717 && cp_found != str) { in ApplyEditToString()
19718 cp_found = NULL; in ApplyEditToString()
19722 cp_found = StringISearch (cp_found + found_len, edit->find_txt); in ApplyEditToString()
19724 cp_found = StringSearch (cp_found + found_len, edit->find_txt); in ApplyEditToString()
19731 if (cp_found != str) in ApplyEditToString()
19737 cp_found = new_str + (cp_found - str) + replace_len; in ApplyEditToString()
19742 cp_found = StringISearch (cp_found, edit->find_txt); in ApplyEditToString()
[all …]
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin5.c11961 CharPtr new_str, cp_found; in HandleApplyValue() local
11988 cp_found = StringISearch (orig_text, avp->text_to_replace); in HandleApplyValue()
11990 && cp_found != orig_text) { in HandleApplyValue()
11991 cp_found = NULL; in HandleApplyValue()
11993 while (cp_found != NULL) in HandleApplyValue()
11997 cp_found = StringISearch (cp_found + found_len, avp->text_to_replace); in HandleApplyValue()
12003 if (cp_found != orig_text) in HandleApplyValue()
12005 StringNCpy (new_str, orig_text, cp_found - orig_text); in HandleApplyValue()
12008 StringCat (new_str, cp_found + found_len); in HandleApplyValue()
12009 cp_found = new_str + (cp_found - orig_text) + replace_len; in HandleApplyValue()
[all …]