Home
last modified time | relevance | path

Searched refs:str_ch (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/avr-libc/avr-libc-2.0.0/libc/pmstring/
H A Dstrtok_rP.S114 ld str_ch, X+
115 tst str_ch
123 cp dlm_ch, str_ch
130 cp dlm_ch, str_ch ; str_ch != 0
138 ld str_ch, X+
139 tst str_ch
169 ld str_ch, X+
170 tst str_ch
188 cp dlm_ch, str_ch ; str_ch != 0
196 ld str_ch, X+
[all …]
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/search/
H A Ddzl-fuzzy-mutable-index.c648 gunichar str_ch; in dzl_fuzzy_highlight() local
659 str_ch = g_utf8_get_char (str); in dzl_fuzzy_highlight()
662 if (str_ch == '&') in dzl_fuzzy_highlight()
683 if ((str_ch == match_ch) || in dzl_fuzzy_highlight()
684 (!case_sensitive && g_unichar_tolower (str_ch) == g_unichar_tolower (match_ch))) in dzl_fuzzy_highlight()
692 if (str_ch == '<') in dzl_fuzzy_highlight()
694 else if (str_ch == '>') in dzl_fuzzy_highlight()
697 g_string_append_unichar (ret, str_ch); in dzl_fuzzy_highlight()
710 if (str_ch == '<') in dzl_fuzzy_highlight()
712 else if (str_ch == '>') in dzl_fuzzy_highlight()
[all …]
/dports/biology/diamond/diamond-2.0.13/src/lib/alp/
H A Dsls_alp_data.cpp706 char *str_ch=NULL; in check_out_file() local
720 str_ch=new char[str.length()+1]; in check_out_file()
721 alp_data::assert_mem(str_ch); in check_out_file()
726 str_ch[k]=str[k]; in check_out_file()
728 str_ch[str.length()]='\0'; in check_out_file()
732 char *test_flag0= strstr(str_ch,str_for_test0); in check_out_file()
741 char*test_flag= strstr(str_ch,str_for_test); in check_out_file()
771 delete[]str_ch;str_ch=NULL; in check_out_file()
775 delete[]str_ch;str_ch=NULL; in check_out_file()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/alp/
H A Dsls_alp_data.cpp706 char *str_ch=NULL; in check_out_file() local
720 str_ch=new char[str.length()+1]; in check_out_file()
721 alp_data::assert_mem(str_ch); in check_out_file()
726 str_ch[k]=str[k]; in check_out_file()
728 str_ch[str.length()]='\0'; in check_out_file()
732 char *test_flag0= strstr(str_ch,str_for_test0); in check_out_file()
741 char*test_flag= strstr(str_ch,str_for_test); in check_out_file()
771 delete[]str_ch;str_ch=NULL; in check_out_file()
775 delete[]str_ch;str_ch=NULL; in check_out_file()
/dports/databases/py-gdbm/Python-3.8.12/Parser/
H A Dparser.c216 char *str_ch = STR(CHILD(cch, 0));
217 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) {
219 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) {
221 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) {
/dports/databases/py-sqlite3/Python-3.8.12/Parser/
H A Dparser.c216 char *str_ch = STR(CHILD(cch, 0));
217 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) {
219 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) {
221 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) {
/dports/lang/python-legacy/Python-2.7.18/Parser/
H A Dparser.c206 char *str_ch = STR(CHILD(cch, 0)); in future_hack() local
207 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) { in future_hack()
209 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) { in future_hack()
211 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) { in future_hack()
/dports/lang/python37/Python-3.7.12/Parser/
H A Dparser.c212 char *str_ch = STR(CHILD(cch, 0));
213 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) {
215 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) {
217 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) {
/dports/lang/python27/Python-2.7.18/Parser/
H A Dparser.c206 char *str_ch = STR(CHILD(cch, 0)); in future_hack() local
207 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) { in future_hack()
209 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) { in future_hack()
211 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) { in future_hack()
/dports/lang/python-tools/Python-3.8.12/Parser/
H A Dparser.c216 char *str_ch = STR(CHILD(cch, 0));
217 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) {
219 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) {
221 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) {
/dports/lang/python39/Python-3.9.9/Parser/
H A Dparser.c217 char *str_ch = STR(CHILD(cch, 0));
218 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) {
220 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) {
222 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) {
/dports/lang/python38/Python-3.8.12/Parser/
H A Dparser.c216 char *str_ch = STR(CHILD(cch, 0));
217 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) {
219 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) {
221 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) {
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Parser/
H A Dparser.c206 char *str_ch = STR(CHILD(cch, 0)); in future_hack() local
207 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) { in future_hack()
209 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) { in future_hack()
211 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) { in future_hack()
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast3/Parser/
H A Dparser.c212 char *str_ch = STR(CHILD(cch, 0));
213 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) {
215 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) {
217 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) {
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dparser.c206 char *str_ch = STR(CHILD(cch, 0)); in future_hack() local
207 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) { in future_hack()
209 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) { in future_hack()
211 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) { in future_hack()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Parser/
H A Dparser.c216 char *str_ch = STR(CHILD(cch, 0));
217 if (strcmp(str_ch, FUTURE_WITH_STATEMENT) == 0) {
219 } else if (strcmp(str_ch, FUTURE_PRINT_FUNCTION) == 0) {
221 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/gumbel_params/
H A Dsls_alp_data.cpp699 char *str_ch=NULL; in check_out_file() local
715 str_ch=new char[str.length()+1]; in check_out_file()
716 if(!str_ch) in check_out_file()
724 str_ch[k]=str[k]; in check_out_file()
726 str_ch[str.length()]='\0'; in check_out_file()
730 char *test_flag0= strstr(str_ch,str_for_test0); in check_out_file()
739 char*test_flag= strstr(str_ch,str_for_test); in check_out_file()
782 delete[]str_ch;str_ch=NULL; in check_out_file()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Doracle_compat.c486 char str_ch = *string; in dotrim() local
490 if (str_ch == set[i]) in dotrim()
504 char str_ch = string[stringlen - 1]; in dotrim() local
508 if (str_ch == set[i]) in dotrim()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Doracle_compat.c486 char str_ch = *string; in dotrim() local
490 if (str_ch == set[i]) in dotrim()
504 char str_ch = string[stringlen - 1]; in dotrim() local
508 if (str_ch == set[i]) in dotrim()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Doracle_compat.c486 char str_ch = *string; in dotrim() local
490 if (str_ch == set[i]) in dotrim()
504 char str_ch = string[stringlen - 1]; in dotrim() local
508 if (str_ch == set[i]) in dotrim()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Doracle_compat.c486 char str_ch = *string; in dotrim() local
490 if (str_ch == set[i]) in dotrim()
504 char str_ch = string[stringlen - 1]; in dotrim() local
508 if (str_ch == set[i]) in dotrim()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Doracle_compat.c486 char str_ch = *string; in dotrim() local
490 if (str_ch == set[i]) in dotrim()
504 char str_ch = string[stringlen - 1]; in dotrim() local
508 if (str_ch == set[i]) in dotrim()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Doracle_compat.c487 char str_ch = *string; in dotrim() local
491 if (str_ch == set[i]) in dotrim()
505 char str_ch = string[stringlen - 1]; in dotrim() local
509 if (str_ch == set[i]) in dotrim()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Doracle_compat.c486 char str_ch = *string; in dotrim() local
490 if (str_ch == set[i]) in dotrim()
504 char str_ch = string[stringlen - 1]; in dotrim() local
508 if (str_ch == set[i]) in dotrim()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Doracle_compat.c486 char str_ch = *string; in dotrim() local
490 if (str_ch == set[i]) in dotrim()
504 char str_ch = string[stringlen - 1]; in dotrim() local
508 if (str_ch == set[i]) in dotrim()

123