Home
last modified time | relevance | path

Searched defs:far_stricmp (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/arj/arj-3.10.22/
H A Dmisc.h39 #define far_stricmp(str1, str2) stricmp(str1, str2) macro
47 #define far_stricmp(str1, str2) _fstricmp(str1, str2) macro
H A Dmisc.c356 int far_stricmp(char FAR *str1, char FAR *str2) in far_stricmp() function
/dports/graphics/xfractint/xfractint-20.04p16/unix/
H A Dgeneral.c491 far_stricmp(a,b) in far_stricmp() function