Home
last modified time | relevance | path

Searched defs:strcmp (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dstring.h16 static inline int strcmp(const char *s1, const char *s2) { in strcmp() function
/DragonOS/kernel/crates/rbpf/src/
H A Dhelpers.rs210 pub fn strcmp(arg1: u64, arg2: u64, arg3: u64, unused4: u64, unused5: u64) -> u64 { in strcmp() function