OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onig_strncmp
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h
326
extern int
onig_strncmp
P_((const UChar* s1, const UChar* s2, int n));
regparse.c
209
onig_strncmp
(const UChar* s1, const UChar* s2, int n)
function
681
if (len == e->name_len &&
onig_strncmp
(name, e->name, len) == 0)
[
all
...]
Completed in 134 milliseconds