Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dstr.c234 Strcmp(Char *str1, Char *str2) in Strcmp() function
/openbsd/lib/libedit/
H A Dhistory.c66 #define Strcmp(d, s) strcmp(d, s) macro
84 #define Strcmp(d, s) wcscmp(d, s) macro