Searched refs:STRCMP (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmultibyte.h49 #define STRCMP wcscmp macro
81 #define STRCMP strcmp macro
H A Doptions.c509 if (!STRCMP(argv[0]->bp, L("all"))) {
1115 return(STRCMP(((const OABBREV *)a)->name, ((const OABBREV *)b)->name));
1121 return(STRCMP(((const OPTLIST *)a)->name, ((const OPTLIST *)b)->name));
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_argv.c603 return (STRCMP((*(const ARGS * const*)a)->bp, (*(const ARGS * const*)b)->bp));

Completed in 113 milliseconds