Home
last modified time | relevance | path

Searched refs:Strncmp (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/sysutils/fcron/fcron-3.2.1/
H A Dfcrondyn.c179 #define Strncmp(STR1, STR2, STR1_SIZE) \
206 if (Strncmp(cmd_str, cmd_list[i].cmd_name, word_size) == 0) {
333 if (Strncmp(cmd_str, "hup", word_size) == 0)
335 else if (Strncmp(cmd_str, "int", word_size) == 0)
337 else if (Strncmp(cmd_str, "quit", word_size) == 0)
339 else if (Strncmp(cmd_str, "kill", word_size) == 0)
341 else if (Strncmp(cmd_str, "alrm", word_size) == 0)
343 else if (Strncmp(cmd_str, "term", word_size) == 0)
345 else if (Strncmp(cmd_str, "usr1", word_size) == 0)
347 else if (Strncmp(cmd_str, "usr2", word_size) == 0)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp12 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
13 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A DSingleStrncmpTest.cpp13 volatile auto Strncmp = &(strncmp); // Make sure strncmp is not inlined. in LLVMFuzzerTestOneInput() local
14 if (Size >= 6 && !Strncmp(S, "qwerty", 6)) { in LLVMFuzzerTestOneInput()
/dports/devel/cscout/cscout-bd7dfac/swill/Source/SWILL/
H A Dsecurity.c45 if (Strncmp(item,ip,Len(item)) == 0) { in swill_check_ip()
53 if (Strncmp(item,ip,Len(item)) == 0) { in swill_check_ip()
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Source/SWILL/
H A Dsecurity.c45 if (Strncmp(item,ip,Len(item)) == 0) { in swill_check_ip()
53 if (Strncmp(item,ip,Len(item)) == 0) { in swill_check_ip()
/dports/shells/vshnu/vshnu-1.0500/tcsh/
H A Dvshnu.tcsh-6.05.diff32 ! Strncmp(fp->p_command, str2short("vsh"), 3)) {
34 ! Strncmp(fp->p_command, "vsh", 3)) {
H A Dvshnu.tcsh-6.16.diff32 ! Strncmp(fp->p_command, str2short("vsh"), 3)) {
34 ! Strncmp(fp->p_command, "vsh", 3)) {
/dports/audio/festival/speech_tools/include/rxp/
H A Dstring16.h83 #define Strncmp strncmp8 macro
100 #define Strncmp strncmp16 macro
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/util/
H A Dchecktree.c166 Strncmp(cp1, cp2, n) in Strncmp() function
201 i = Strncmp(*n1, *n2, 8);
210 i = Strncmp(cp1 + 1, cp2 + 1, 3);
/dports/x11-toolkits/open-motif/motif-2.3.8/config/util/
H A Dchecktree.c170 Strncmp(cp1, cp2, n) in Strncmp() function
205 i = Strncmp(*n1, *n2, 8);
214 i = Strncmp(cp1 + 1, cp2 + 1, 3);
/dports/textproc/rxp/rxp-1.4.4/
H A Dstring16.h60 #define Strncmp strncmp8 macro
75 #define Strncmp strncmp16 macro
/dports/textproc/ltxml/ltxml-1.2.9/RXP/include/
H A Dstring16.h60 #define Strncmp strncmp8 macro
75 #define Strncmp strncmp16 macro
/dports/devel/sope/SOPE/sope-core/EOControl/
H A Dcommon.h60 static inline int Strncmp(const char*, const char*, unsigned)
101 static inline int Strncmp(const char* p, const char* q, unsigned size) { in Strncmp() function
/dports/devel/sope2/SOPE/sope-core/EOControl/
H A Dcommon.h60 static inline int Strncmp(const char*, const char*, unsigned)
101 static inline int Strncmp(const char* p, const char* q, unsigned size) { in Strncmp() function
/dports/devel/sope/SOPE/sope-gdl1/GDLAccess/
H A Dcommon.h75 static inline int Strncmp(const char*, const char*, unsigned)
141 static inline int Strncmp(const char* p, const char* q, unsigned size) { in Strncmp() function

12345678