Home
last modified time | relevance | path

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

/dports/archivers/arj/arj-3.10.22/
H A Dmisc.h38 #define far_strcmp(str1, str2) strcmp(str1, str2) macro
46 #define far_strcmp(str1, str2) _fstrcmp(str1, str2) macro
H A Dmisc.c344 int far_strcmp(char FAR *str1, char FAR *str2) in far_strcmp() function
/dports/graphics/xfractint/xfractint-20.04p16/unix/
H A Dgeneral.c484 far_strcmp (a,b) in far_strcmp() function