Home
last modified time | relevance | path

Searched refs:STRCMP (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dmultibyte.h41 #define STRCMP wcscmp macro
75 #define STRCMP strcmp macro
H A Doptions.c322 if (STRCMP((CHAR_T*)str, b2) != 0) \ in opts_init()
487 if (!STRCMP(argv[0]->bp, L("all"))) { in opts_set()
1097 return(STRCMP(((OABBREV *)a)->name, ((OABBREV *)b)->name)); in opts_abbcmp()
1103 return(STRCMP(((OPTLIST *)a)->name, ((OPTLIST *)b)->name)); in opts_cmp()
/freebsd/contrib/bionic-x86_64-string/
H A Dssse3-strncmp-slm.S32 #define STRCMP strncmp macro
H A Dssse3-strcmp-slm.S45 #ifndef STRCMP
46 #define STRCMP strcmp macro
78 ENTRY (STRCMP)
1905 END (STRCMP)
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c53 #define STRCMP ((int(*)(const void *, const void *))&strcmp) macro
257 if (tfind(pool, &known_pools, STRCMP)) { in line_worker()
574 bool is_known = tfind(mountfile, &noauto_files, STRCMP) != NULL; in line_worker()
606 if (tsearch(mountfile, &noauto_files, STRCMP) == NULL) in line_worker()
765 if (!name || !tsearch(name, &known_pools, STRCMP)) { in pool_enumerator()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c169 #define STRCMP ((int(*)(const void *, const void *))&strcmp) macro
215 if (tsearch(name, &ret->tree, STRCMP) == NULL) { in zfs_mod_list_supported()
270 tfind(name, &sfeatures->tree, STRCMP)); in zfs_mod_supported()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp230 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src2, Src1, in EmitTargetCodeForStrcmp()
H A DSystemZISelLowering.h138 STRCMP, enumerator
H A DSystemZOperators.td447 def z_strcmp : SDNode<"SystemZISD::STRCMP", SDT_ZStringCC,
H A DSystemZISelLowering.cpp6412 OPCODE(STRCMP); in getTargetNodeName()
/freebsd/contrib/nvi/ex/
H A Dex_argv.c661 return (STRCMP((*(ARGS **)a)->bp, (*(ARGS **)b)->bp)); in argv_comp()