Home
last modified time | relevance | path

Searched refs:STRNCMP (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/editors/vim/vim-8.2.3745/src/
H A Dmessage_test.c186 assert(bsize == 0 || STRNCMP(buf, "1234567", bsize_int) == 0); in test_vim_snprintf()
211 assert(bsize == 0 || STRNCMP(buf, "001100", bsize_int) == 0); in test_vim_snprintf()
227 assert(bsize == 0 || STRNCMP(buf, "nan", bsize_int) == 0); in test_vim_snprintf()
232 assert(bsize == 0 || STRNCMP(buf, "inf", bsize_int) == 0); in test_vim_snprintf()
237 assert(bsize == 0 || STRNCMP(buf, "-inf", bsize_int) == 0); in test_vim_snprintf()
248 assert(bsize == 0 || STRNCMP(buf, "漢語", bsize_int) == 0); in test_vim_snprintf()
253 assert(bsize == 0 || STRNCMP(buf, " 漢語", bsize_int) == 0); in test_vim_snprintf()
258 assert(bsize == 0 || STRNCMP(buf, "漢語 ", bsize_int) == 0); in test_vim_snprintf()
263 assert(bsize == 0 || STRNCMP(buf, "漢", bsize_int) == 0); in test_vim_snprintf()
268 assert(bsize == 0 || STRNCMP(buf, " foo", bsize_int) == 0); in test_vim_snprintf()
[all …]
H A Dcindent.c56 if (STRNCMP(line, cinw_buf, len) == 0 in cin_is_cinword()
428 if (STRNCMP(s, "public", 6) == 0) in cin_isscopedecl()
430 else if (STRNCMP(s, "protected", 9) == 0) in cin_isscopedecl()
432 else if (STRNCMP(s, "private", 7) == 0) in cin_isscopedecl()
566 return (STRNCMP(s, "default", 7) == 0 in cin_isdefault()
687 if (STRNCMP(p, find, len) == 0) in cin_ends_in()
1336 if (!STRNCMP(line + offset, "if", 2)) in cin_is_if_for_while_before_offset()
1342 if (!STRNCMP(line + offset, "for", 3)) in cin_is_if_for_while_before_offset()
1348 if (!STRNCMP(line + offset, "while", 5)) in cin_is_if_for_while_before_offset()
2227 else if (STRNCMP(look, lead_middle, in get_c_indent()
[all …]
/dports/editors/vim/vim-8.2.3745/src/xxd/
H A Dxxd.c180 # define STRNCMP(s1, s2, l) strncmp(s1, s2, l) macro
529 else if (!STRNCMP(pp, "-v", 2)) in main()
534 else if (!STRNCMP(pp, "-c", 2)) in main()
549 else if (!STRNCMP(pp, "-g", 2)) in main()
551 if (pp[2] && STRNCMP("roup", pp + 2, 4)) in main()
562 else if (!STRNCMP(pp, "-o", 2)) in main()
566 if (pp[2] && STRNCMP("ffset", pp + 2, 5)) in main()
587 else if (!STRNCMP(pp, "-s", 2)) in main()
591 if (pp[2] && STRNCMP("kip", pp+2, 3) && STRNCMP("eek", pp+2, 3)) in main()
616 else if (!STRNCMP(pp, "-l", 2)) in main()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_interactive/helper/
H A Dxxd.c198 # define STRNCMP(s1, s2, l) strncmp(s1, s2, l) macro
486 else if (!STRNCMP(pp, "-r", 2)) revert++;
488 else if (!STRNCMP(pp, "-v", 2))
493 else if (!STRNCMP(pp, "-c", 2))
495 if (pp[2] && STRNCMP("ols", pp + 2, 3))
506 else if (!STRNCMP(pp, "-g", 2))
508 if (pp[2] && STRNCMP("group", pp + 2, 5))
519 else if (!STRNCMP(pp, "-s", 2))
523 if (pp[2] && STRNCMP("kip", pp+2, 3) && STRNCMP("eek", pp+2, 3))
548 else if (!STRNCMP(pp, "-l", 2))
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/fuzzer/
H A Dstrncmp-oob.test3 …hecks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
4 STRNCMP: AddressSanitizer: heap-buffer-overflow
5 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
6 STRNCMP: in LLVMFuzzerTestOneInput
/dports/net-im/centerim/centerim-4.22.10/firetalk/
H A Daim.c117 #define STRNCMP(x,y) (strncmp((x), (y), sizeof(y)-1)) macro
125 if (STRNCMP(str+i, ">") == 0) { in htmlclean()
128 } else if (STRNCMP(str+i, "<") == 0) { in htmlclean()
131 } else if (STRNCMP(str+i, """) == 0) { in htmlclean()
134 } else if (STRNCMP(str+i, " ") == 0) { in htmlclean()
137 } else if (STRNCMP(str+i, "&") == 0) { in htmlclean()
146 #undef STRNCMP
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dlogging.c114 if (!STRNCMP(pty, "/dev/", 5))
118 if (!STRNCMP(pty, "pts", 3) || !STRNCMP(pty, "tty", 3)) {
120 if (!STRNCMP(pty, "pty", 3) || !STRNCMP(pty, "tty", 3)) {
129 else if (!STRNCMP(pty, "pts", 3) || !STRNCMP(pty, "tty", 3)) {
131 else if (STRNCMP(pty, "pty", 3) && STRNCMP(pty, "tty", 3)) {
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dindent_c.c232 if (STRNCMP(line, cinw_buf, len) == 0 in cin_is_cinword()
509 return STRNCMP(s, "default", 7) == 0 in cin_isdefault()
522 if (STRNCMP(s, "public", 6) == 0) { in cin_isscopedecl()
524 } else if (STRNCMP(s, "protected", 9) == 0) { in cin_isscopedecl()
526 } else if (STRNCMP(s, "private", 7) == 0) { in cin_isscopedecl()
676 if (len == 6 && STRNCMP(p, "struct", 6) == 0) in cin_first_id_amount()
1042 if (!STRNCMP(line + offset, "if", 2)) in cin_is_if_for_while_before_offset()
1047 if (!STRNCMP(line + offset, "for", 3)) in cin_is_if_for_while_before_offset()
1052 if (!STRNCMP(line + offset, "while", 5)) in cin_is_if_for_while_before_offset()
1318 if (STRNCMP(p, find, len) == 0) { in cin_ends_in()
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/test/thirdparty/Fuzzer/test/
H A Dfuzzer.test54 …ks=1 not LLVMFuzzer-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
55 STRNCMP: AddressSanitizer: heap-buffer-overflow
56 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
57 STRNCMP: in LLVMFuzzerTestOneInput
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/thirdparty/Fuzzer/test/
H A Dfuzzer.test54 …ks=1 not LLVMFuzzer-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
55 STRNCMP: AddressSanitizer: heap-buffer-overflow
56 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
57 STRNCMP: in LLVMFuzzerTestOneInput
/dports/devel/nlohmann-json/json-3.10.4/test/thirdparty/Fuzzer/test/
H A Dfuzzer.test54 …ks=1 not LLVMFuzzer-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
55 STRNCMP: AddressSanitizer: heap-buffer-overflow
56 STRNCMP-NOT: __sanitizer_weak_hook_strncmp
57 STRNCMP: in LLVMFuzzerTestOneInput
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dmain.c479 if (STRNCMP(buf, old_plugin_path)) { in migrate_common_rc()
1901 if (!STRNCMP(p, "mailto:")) { in parse_cmd_opt()
2133 if (!STRNCMP(p, "mailto:")) { in parse_cmd_opt()
2504 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2518 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2541 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2605 if (!STRNCMP(buf, ".\n")) { in get_folder_item_list()
2638 if (!STRNCMP(buf, "popup")) { in lock_socket_input_cb()
2687 } else if (!STRNCMP(buf, "send")) { in lock_socket_input_cb()
2696 !STRNCMP(buf, "status")) { in lock_socket_input_cb()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dmain.c479 if (STRNCMP(buf, old_plugin_path)) { in migrate_common_rc()
1901 if (!STRNCMP(p, "mailto:")) { in parse_cmd_opt()
2133 if (!STRNCMP(p, "mailto:")) { in parse_cmd_opt()
2504 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2518 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2541 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2605 if (!STRNCMP(buf, ".\n")) { in get_folder_item_list()
2638 if (!STRNCMP(buf, "popup")) { in lock_socket_input_cb()
2687 } else if (!STRNCMP(buf, "send")) { in lock_socket_input_cb()
2696 !STRNCMP(buf, "status")) { in lock_socket_input_cb()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dmain.c479 if (STRNCMP(buf, old_plugin_path)) { in migrate_common_rc()
1901 if (!STRNCMP(p, "mailto:")) { in parse_cmd_opt()
2133 if (!STRNCMP(p, "mailto:")) { in parse_cmd_opt()
2504 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2518 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2541 if (!STRNCMP(buf, ".\n")) break; in prohibit_duplicate_launch()
2605 if (!STRNCMP(buf, ".\n")) { in get_folder_item_list()
2638 if (!STRNCMP(buf, "popup")) { in lock_socket_input_cb()
2687 } else if (!STRNCMP(buf, "send")) { in lock_socket_input_cb()
2696 !STRNCMP(buf, "status")) { in lock_socket_input_cb()
[all …]

12345678910>>...13