Searched refs:strcmp (Results 376 - 400 of 3472) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Ddriver-i386.c80 arch = strcmp (argv[0], "arch") == 0;
81 if (!arch && strcmp (argv[0], "tune"))
299 arch = strcmp (argv[0], "arch") == 0;
300 if (!arch && strcmp (argv[0], "tune"))
/freebsd-11.0-release/contrib/gcc/
H A Dparams.c68 if (strcmp (compiler_params[i].option, name) == 0)
/freebsd-11.0-release/contrib/gcclibs/include/
H A Ddyn-string.h38 /* Compare DS1 to DS2 with strcmp. */
40 (strcmp ((DS1)->s, (DS2)->s))
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddpx2-nat.c80 if (uname (&uts) == 0 && strcmp (uts.machine, "DPX/2200") == 0)
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_by_name.c69 if (strcmp(name, names[i].name) == 0)
H A Darchive_write_set_format_by_name.c85 if (strcmp(name, names[i].name) == 0)
/freebsd-11.0-release/contrib/libreadline/
H A Dhistlib.h32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0))
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64-c.c183 if (!strcmp(c89_mathlib_name_list[i].realname,
/freebsd-11.0-release/contrib/binutils/include/
H A Ddyn-string.h38 /* Compare DS1 to DS2 with strcmp. */
40 (strcmp ((DS1)->s, (DS2)->s))
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcpu-arc.c68 if (strcmp (name, p->printable_name) == 0)
/freebsd-11.0-release/contrib/expat/xmlwf/
H A Dxmltchar.h26 #define tcscmp strcmp
/freebsd-11.0-release/bin/setfacl/
H A Dfile.c52 if (strcmp(filename, "-") == 0) {
/freebsd-11.0-release/share/examples/sunrpc/sort/
H A Dsort_proc.c9 return (strcmp(*sp1, *sp2));
/freebsd-11.0-release/share/examples/tests/tests/atf/
H A Dprintf_test.c117 ATF_CHECK(strcmp(buffer, "012345678") == 0);
/freebsd-11.0-release/lib/libc/stdlib/
H A Dgetsubopt.c92 if (!strcmp(suboptarg, *tokens))
/freebsd-11.0-release/lib/libc/tests/locale/
H A Dbtowc_test.c58 ATF_REQUIRE(strcmp(setlocale(LC_CTYPE, "ja_JP.eucJP"), "ja_JP.eucJP") == 0);
H A Dwcsrtombs_test.c66 ATF_REQUIRE(strcmp(dstbuf, "hello") == 0);
97 ATF_REQUIRE(strcmp(dstbuf, "hello") == 0);
130 ATF_REQUIRE(strcmp(setlocale(LC_CTYPE, "ja_JP.eucJP"), "ja_JP.eucJP") == 0);
145 ATF_REQUIRE(strcmp(dstbuf, "\xA3\xC1 B \xA3\xC3") == 0);
/freebsd-11.0-release/lib/libcrypt/tests/
H A Dcrypt_tests.c41 ATF_CHECK(strcmp(pw, want) != 0);
/freebsd-11.0-release/libexec/talkd/
H A Dtable.c103 if (strcmp(request->l_name, ptr->request.r_name) == 0 &&
104 strcmp(request->r_name, ptr->request.l_name) == 0 &&
140 if (strcmp(request->r_name, ptr->request.r_name) == 0 &&
141 strcmp(request->l_name, ptr->request.l_name) == 0 &&
/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A DMakefile12 sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
H A Dlib.h63 int strcmp(const char *to, const char *from);
/freebsd-11.0-release/sys/boot/arm/ixp425/boot2/
H A Dlib.h47 int strcmp(const char *to, const char *from);
/freebsd-11.0-release/sys/boot/common/
H A Dutil.h44 int strcmp(const char *s1, const char *s2);
/freebsd-11.0-release/sbin/mount/
H A Dvfslist.c53 if (strcmp(vfsname, *vfslist) == 0)
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslmapenter.c242 (strcmp (DeviceName, NextGpio->DeviceName) > 0))
252 !strcmp (DeviceName, NextGpio->DeviceName))
319 (strcmp (DeviceName, NextSerial->DeviceName) > 0))
329 !strcmp (DeviceName, NextSerial->DeviceName))

Completed in 313 milliseconds

<<11121314151617181920>>