Searched refs:strcmp (Results 1 - 25 of 3362) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/gcc/
H A Dgcc.h46 (!strcmp (STR, "Tdata") || !strcmp (STR, "Ttext") \
47 || !strcmp (STR, "Tbss") || !strcmp (STR, "include") \
48 || !strcmp (STR, "imacros") || !strcmp (STR, "aux-info") \
49 || !strcmp (STR, "idirafter") || !strcmp (STR, "iprefix") \
50 || !strcmp (STR, "iwithprefix") || !strcmp (ST
[all...]
/freebsd-10.3-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit_x86.c61 if (strcmp(part_type, "GPT") == 0)
63 if (strcmp(x86_bootmethod(), "BIOS") == 0) {
64 if (strcmp(part_type, "BSD") == 0)
66 if (strcmp(part_type, "MBR") == 0)
77 if (strcmp(fs, "freebsd-ufs") == 0)
80 if (strcmp(fs, "freebsd-zfs") == 0 &&
81 strcmp(part_type, "GPT") == 0 &&
82 strcmp(x86_bootmethod(), "BIOS") == 0)
93 if (strcmp(scheme, "GPT") != 0)
96 if (strcmp(x86_bootmetho
[all...]
H A Dpartedit_sparc64.c40 if (strcmp(part_type, "VTOC8") == 0)
48 if (strcmp(fs, "freebsd-ufs") == 0 || strcmp(fs, "freebsd-zfs") == 0)
73 if (strcmp(part_type, "VTOC8") == 0) {
74 if (strcmp(fs_type, "ufs") == 0) {
76 } else if (strcmp(fs_type, "zfs") == 0) {
H A Dpartedit_powerpc.c43 if (strcmp(platform, "powermac") == 0)
45 if (strcmp(platform, "chrp") == 0)
58 if (strcmp(platform, "powermac") == 0 && strcmp(part_type, "APM") == 0)
60 if (strcmp(platform, "ps3") == 0 && strcmp(part_type, "GPT") == 0)
62 if (strcmp(platform, "chrp") == 0 &&
63 (strcmp(part_type, "MBR") == 0 || strcmp(part_type, "BSD") == 0 ||
64 strcmp(part_typ
[all...]
H A Dpartedit_pc98.c40 if (strcmp(part_type, "BSD") == 0)
42 if (strcmp(part_type, "PC98") == 0)
51 if (strcmp(fs, "freebsd-ufs") == 0)
70 if (strcmp(part_type, "PC98") == 0)
72 if (strcmp(part_type, "BSD") == 0)
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dprintifname.c20 if ((ifp == NULL) && strcmp(name, "-") && strcmp(name, "*"))
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/string/
H A Dt_strcmp.c17 atf_tc_set_md_var(tc, "descr", "Test strcmp(3) results, #1");
23 int (*f)(const char *, const char *s) = strcmp;
103 atf_tc_set_md_var(tc, "descr", "Test strcmp(3) results, #2");
111 ATF_CHECK(strcmp(buf1, buf1) == 0);
112 ATF_CHECK(strcmp(buf2, buf2) == 0);
114 ATF_CHECK(strcmp("x\xf6x", "xox") > 0);
115 ATF_CHECK(strcmp("xxx", "xxxyyy") < 0);
116 ATF_CHECK(strcmp("xxxyyy", "xxx") > 0);
118 ATF_CHECK(strcmp(buf1 + 0, buf2 + 0) < 0);
119 ATF_CHECK(strcmp(buf
[all...]
/freebsd-10.3-release/sys/dev/uart/
H A Duart_bus_ebus.c77 if (!strcmp(nm, "lom-console") || !strcmp(nm, "su") ||
78 !strcmp(nm, "su_pnp") || !strcmp(cmpt, "rsc-console") ||
79 !strcmp(cmpt, "rsc-control") || !strcmp(cmpt, "su") ||
80 !strcmp(cmpt, "su16550") || !strcmp(cmpt, "su16552")) {
93 if ((!strcmp(sparc64_model, "SUNW,UltraAX-MP") ||
94 !strcmp(sparc64_mode
[all...]
/freebsd-10.3-release/tools/test/testfloat/
H A Dtestfloat.c76 if ( strcmp( argPtr, "help" ) == 0 ) {
134 else if ( strcmp( argPtr, "list" ) == 0 ) {
145 else if ( strcmp( argPtr, "level" ) == 0 ) {
151 else if ( strcmp( argPtr, "level1" ) == 0 ) {
154 else if ( strcmp( argPtr, "level2" ) == 0 ) {
157 else if ( strcmp( argPtr, "errors" ) == 0 ) {
166 else if ( strcmp( argPtr, "errorstop" ) == 0 ) {
169 else if ( strcmp( argPtr, "forever" ) == 0 ) {
173 else if ( ( strcmp( argPtr, "checkNaNs" ) == 0 )
174 || ( strcmp( argPt
[all...]
/freebsd-10.3-release/contrib/unbound/util/
H A Dconfigparser.y229 if(atoi($2) == 0 && strcmp($2, "0") != 0)
238 if(atoi($2) == 0 && strcmp($2, "0") != 0)
247 if(strcmp($2, "") == 0 || strcmp($2, "0") == 0)
258 if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
260 else cfg_parser->cfg->stat_cumulative = (strcmp($2, "yes")==0);
267 if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
269 else cfg_parser->cfg->stat_extended = (strcmp(
[all...]
/freebsd-10.3-release/contrib/gcc/config/
H A Dfreebsd-spec.h49 || !strcmp ((STR), "rpath") || !strcmp ((STR), "rpath-link") \
50 || !strcmp ((STR), "soname") || !strcmp ((STR), "defsym") \
51 || !strcmp ((STR), "assert") || !strcmp ((STR), "dynamic-linker"))
/freebsd-10.3-release/lib/libc/arm/string/
H A Dstrcmp.S1 /* $NetBSD: strcmp.S,v 1.3 2003/04/05 23:08:52 bjh21 Exp $ */
33 __FBSDID("$FreeBSD: releng/10.3/lib/libc/arm/string/strcmp.S 271337 2014-09-09 22:24:01Z ian $");
35 ENTRY(strcmp)
44 END(strcmp)
/freebsd-10.3-release/contrib/diff/lib/
H A Dhard-locale.c47 if (strcmp (p, "C") == 0 || strcmp (p, "POSIX") == 0)
59 && strcmp (p, locale) == 0)
61 && strcmp (p, locale) == 0))
/freebsd-10.3-release/bin/sh/
H A Dmystring.h42 #define equal(s1, s2) (strcmp(s1, s2) == 0)
/freebsd-10.3-release/sys/boot/arm/at91/libat91/
H A Dstrcmp.c27 __FBSDID("$FreeBSD: releng/10.3/sys/boot/arm/at91/libat91/strcmp.c 164137 2006-11-09 20:32:36Z imp $");
32 strcmp(const char *s1, const char *s2) function
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-zephyr.c202 if (!lose && strcmp(ackdata, "SENT"))
207 if (!strcmp(z.class, "USER_LOCATE")) {
208 if (!strcmp(z.opcode, "USER_HIDE"))
210 else if (!strcmp(z.opcode, "USER_UNHIDE"))
217 if (!strcmp(z.class, "ZEPHYR_ADMIN")) {
222 if (!strcmp(z.class, "ZEPHYR_CTL")) {
223 if (!strcmp(z.inst, "CLIENT")) {
224 if (!strcmp(z.opcode, "SUBSCRIBE") ||
225 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
226 !strcmp(
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.c50 if (strcmp(name, "_START_") == 0 || strcmp(name, "_END_") == 0)
/freebsd-10.3-release/tools/regression/environ/
H A Dretention.c64 (strcmp(env1, envValSmall) != 0))
77 (strcmp(env3, envValLarge) != 0))
85 (strcmp(env4, envValSmall) != 0))
93 (strcmp(env5, envValAny) == 0))
102 if ((strcmp(env1, envValSmall) != 0) ||
103 (strcmp(env3, envValSmall) != 0) ||
104 (strcmp(env4, envValSmall) != 0))
/freebsd-10.3-release/sbin/nandfs/
H A Dnandfs.c64 if (strcmp(cmd, "lssnap") == 0)
66 else if (strcmp(cmd, "mksnap") == 0)
68 else if (strcmp(cmd, "rmsnap") == 0)
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Dcygwin1.c36 if (strcmp (*argv, "-mno-win32") == 0)
38 else if (strcmp (*argv, "-mwin32") == 0)
40 else if (strcmp (*argv, "-mno-cygwin") == 0)
/freebsd-10.3-release/contrib/mdocml/
H A Dst.c30 if (0 == strcmp(p, x)) return(y);
H A Dvol.c30 if (0 == strcmp(p, x)) return(y);
H A Darch.c30 if (0 == strcmp(p, x)) return(y);
H A Datt.c30 if (0 == strcmp(p, x)) return(y);
H A Dlib.c30 if (0 == strcmp(p, x)) return(y);

Completed in 167 milliseconds

1234567891011>>