Searched refs:STRCMP (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 41 #define STRCMP wcscmp macro 75 #define STRCMP strcmp macro
|
H A D | options.c | 322 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 D | ssse3-strncmp-slm.S | 32 #define STRCMP strncmp macro
|
H A D | ssse3-strcmp-slm.S | 45 #ifndef STRCMP 46 #define STRCMP strcmp macro 78 ENTRY (STRCMP) 1905 END (STRCMP)
|
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/ |
H A D | zfs-mount-generator.c | 53 #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 D | zfeature_common.c | 169 #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 D | SystemZSelectionDAGInfo.cpp | 230 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src2, Src1, in EmitTargetCodeForStrcmp()
|
H A D | SystemZISelLowering.h | 138 STRCMP, enumerator
|
H A D | SystemZOperators.td | 447 def z_strcmp : SDNode<"SystemZISD::STRCMP", SDT_ZStringCC,
|
H A D | SystemZISelLowering.cpp | 6412 OPCODE(STRCMP); in getTargetNodeName()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_argv.c | 661 return (STRCMP((*(ARGS **)a)->bp, (*(ARGS **)b)->bp)); in argv_comp()
|