Home
last modified time | relevance | path

Searched refs:ISTRCMP (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dutil.h16 #ifndef ISTRCMP
18 # define ISTRCMP strcasecmp macro
21 # define ISTRCMP strcmp macro
26 #define ISTREQ(a,b) (ISTRCMP(a,b) == 0)
H A Dreadln.c182 (ISTRCMP(term, "scoterm") == 0) in InitTermcap()
724 if ((fmt == NULL) || (ISTRCMP(fmt, "RESTORE") == 0)) { in SetXtermTitle()
730 } else if (ISTRCMP(fmt, "DEFAULT") == 0) { in SetXtermTitle()
H A Dbookmark.c484 return (ISTRCMP((*(Bookmark *)a).bookmarkName, (*(Bookmark *)b).bookmarkName)); in BookmarkSortProc()
492 return (ISTRCMP((char *) key, (*(Bookmark *)b).bookmarkName)); in BookmarkSearchProc()
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dutil.h23 #ifndef ISTRCMP
25 # define ISTRCMP strcasecmp macro
28 # define ISTRCMP strcmp macro
33 #define ISTREQ(a,b) (ISTRCMP(a,b) == 0)