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

1234567891011>>

/freebsd-11-stable/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-11-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit_sparc64.c42 if (strcmp(part_type, "VTOC8") == 0)
50 if (strcmp(fs, "freebsd-ufs") == 0 || strcmp(fs, "freebsd-zfs") == 0)
75 if (strcmp(part_type, "VTOC8") == 0) {
76 if (strcmp(fs_type, "ufs") == 0) {
78 } else if (strcmp(fs_type, "zfs") == 0) {
H A Dpartedit_powerpc.c45 if (strcmp(platform, "powermac") == 0)
47 if (strcmp(platform, "chrp") == 0)
60 if (strcmp(platform, "powermac") == 0 && strcmp(part_type, "APM") == 0)
62 if (strcmp(platform, "ps3") == 0 && strcmp(part_type, "GPT") == 0)
64 if (strcmp(platform, "chrp") == 0 &&
65 (strcmp(part_type, "MBR") == 0 || strcmp(part_type, "BSD") == 0 ||
66 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)
H A Dpartedit_x86.c60 if (strcmp(x86_bootmethod(), "UEFI") == 0)
70 if (strcmp(part_type, "GPT") == 0)
72 if (strcmp(x86_bootmethod(), "BIOS") == 0) {
73 if (strcmp(part_type, "BSD") == 0)
75 if (strcmp(part_type, "MBR") == 0)
86 if (strcmp(fs, "freebsd-ufs") == 0)
89 if (strcmp(fs, "freebsd-zfs") == 0 &&
90 strcmp(part_type, "GPT") == 0 &&
91 strcmp(x86_bootmethod(), "BIOS") == 0)
102 if (strcmp(schem
[all...]
H A Dpartedit_arm64.c52 if (strcmp(part_type, "GPT") == 0)
62 if (strcmp(fs, "freebsd-ufs") == 0)
73 if (strcmp(scheme, "GPT") != 0)
98 if (strcmp(part_type, "GPT") == 0)
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintifname.c20 if ((ifp == NULL) && strcmp(name, "-") && strcmp(name, "*"))
/freebsd-11-stable/bin/sh/
H A Dmystring.h41 #define equal(s1, s2) (strcmp(s1, s2) == 0)
/freebsd-11-stable/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-11-stable/contrib/libxo/tests/core/
H A Dtest_12.c32 if (strcmp(argv[argc], "xml") == 0)
34 else if (strcmp(argv[argc], "json") == 0)
36 else if (strcmp(argv[argc], "text") == 0)
38 else if (strcmp(argv[argc], "html") == 0)
40 else if (strcmp(argv[argc], "no-color") == 0)
42 else if (strcmp(argv[argc], "pretty") == 0)
44 else if (strcmp(argv[argc], "xpath") == 0)
46 else if (strcmp(argv[argc], "info") == 0)
48 else if (strcmp(argv[argc], "no-retain") == 0)
50 else if (strcmp(arg
[all...]
H A Dtest_02.c28 if (strcmp(argv[argc], "xml") == 0)
30 else if (strcmp(argv[argc], "json") == 0)
32 else if (strcmp(argv[argc], "text") == 0)
34 else if (strcmp(argv[argc], "html") == 0)
36 else if (strcmp(argv[argc], "pretty") == 0)
38 else if (strcmp(argv[argc], "xpath") == 0)
40 else if (strcmp(argv[argc], "info") == 0)
/freebsd-11-stable/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-11-stable/contrib/unbound/util/
H A Dconfigparser.y403 if(strcmp($2, "nxdomain")!=0 && strcmp($2, "nodata")!=0 &&
404 strcmp($2, "passthru")!=0 && strcmp($2, "drop")!=0 &&
405 strcmp($2, "cname")!=0 && strcmp($2, "disabled")!=0) {
428 if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
430 else cfg_parser->cfg->auths->rpz_log = (strcmp($2, "yes")==0);
469 if(atoi($2) == 0 && strcmp(
[all...]
/freebsd-11-stable/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-11-stable/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"))
H A Dinterix.h64 || !strcmp(STR, "rpath")) \
65 && strcmp (STR, "Tdata") && strcmp (STR, "Ttext") \
66 && strcmp (STR, "Tbss"))
/freebsd-11-stable/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-11-stable/contrib/tcpdump/
H A Dprint-zephyr.c212 if (!lose && strcmp(ackdata, "SENT"))
217 if (!strcmp(z.class, "USER_LOCATE")) {
218 if (!strcmp(z.opcode, "USER_HIDE"))
220 else if (!strcmp(z.opcode, "USER_UNHIDE"))
227 if (!strcmp(z.class, "ZEPHYR_ADMIN")) {
232 if (!strcmp(z.class, "ZEPHYR_CTL")) {
233 if (!strcmp(z.inst, "CLIENT")) {
234 if (!strcmp(z.opcode, "SUBSCRIBE") ||
235 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
236 !strcmp(
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c107 if(strcmp(opt, "pidfile") == 0 && final) {
114 if(strcmp(opt, "auto-trust-anchor-file") == 0 && final) {
344 if(i!=j && strcmp(cfg->ifs[i], cfg->ifs[j])==0)
357 if(i!=j && strcmp(cfg->out_ifs[i], cfg->out_ifs[j])==0)
642 if(strcmp(cfg->module_conf, "iterator") != 0
643 && strcmp(cfg->module_conf, "validator iterator") != 0
644 && strcmp(cfg->module_conf, "dns64 validator iterator") != 0
645 && strcmp(cfg->module_conf, "dns64 iterator") != 0
646 && strcmp(cfg->module_conf, "respip iterator") != 0
647 && strcmp(cf
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.c50 if (strcmp(name, "_START_") == 0 || strcmp(name, "_END_") == 0)
/freebsd-11-stable/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-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_sections.c69 if (!strcmp(n, ".debug_info"))
71 else if (!strcmp(n, ".debug_abbrev"))
73 else if (!strcmp(n, ".debug_line"))
75 else if (!strcmp(n, ".debug_loc"))
77 else if (!strcmp(n, ".debug_aranges"))
79 else if (!strcmp(n, ".debug_macinfo"))
81 else if (!strcmp(n, ".debug_pubnames"))
83 else if (!strcmp(n, ".debug_str"))
85 else if (!strcmp(n, ".debug_frame"))
87 else if (!strcmp(
[all...]
/freebsd-11-stable/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-11-stable/sbin/nandfs/
H A Dnandfs.c66 if (strcmp(cmd, "lssnap") == 0)
68 else if (strcmp(cmd, "mksnap") == 0)
70 else if (strcmp(cmd, "rmsnap") == 0)
/freebsd-11-stable/contrib/mdocml/
H A Dmsec.c27 if (0 == strcmp(p, x)) return(y);

Completed in 152 milliseconds

1234567891011>>