Searched refs:strcmp (Results 76 - 100 of 3564) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/tools/ath/athspectral/
H A Dathspectral.c217 if (strcmp(param, "ss_short_report") == 0) {
219 } else if (strcmp(param, "ss_fft_period") == 0) {
221 } else if (strcmp(param, "ss_period") == 0) {
223 } else if (strcmp(param, "ss_count") == 0) {
230 if (strcmp(param, "enabled") == 0) {
232 } else if (strcmp(param, "firpwr") == 0) {
234 } else if (strcmp(param, "rrssi") == 0) {
236 } else if (strcmp(param, "height") == 0) {
238 } else if (strcmp(param, "prssi") == 0) {
240 } else if (strcmp(para
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c74 if (strcmp(scheme, "APM") == 0)
76 if (strcmp(scheme, "GPT") == 0)
78 if (strcmp(scheme, "PC98") == 0)
87 if (strcmp(fstype, "freebsd-ufs") == 0) {
116 if (strcmp(items[i].name, "UFS1") == 0)
118 else if (strcmp(items[i].name, "SU") == 0)
120 else if (strcmp(items[i].name, "SUJ") == 0)
122 else if (strcmp(items[i].name, "TRIM") == 0)
125 } else if (strcmp(fstype, "freebsd-zfs") == 0) {
163 if (strcmp(item
[all...]
/freebsd-11-stable/usr.sbin/ctld/
H A Duclparse.c253 if (!strcmp(key, "debug")) {
262 if (!strcmp(key, "timeout")) {
271 if (!strcmp(key, "maxproc")) {
280 if (!strcmp(key, "pidfile")) {
290 if (!strcmp(key, "isns-server")) {
311 if (!strcmp(key, "isns-period")) {
320 if (!strcmp(key, "isns-timeout")) {
329 if (!strcmp(key, "auth-group")) {
341 if (!strcmp(key, "portal-group")) {
353 if (!strcmp(ke
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dcms.c171 if (!strcmp(*args, "-encrypt"))
173 else if (!strcmp(*args, "-decrypt"))
175 else if (!strcmp(*args, "-sign"))
177 else if (!strcmp(*args, "-sign_receipt"))
179 else if (!strcmp(*args, "-resign"))
181 else if (!strcmp(*args, "-verify"))
183 else if (!strcmp(*args, "-verify_retcode"))
185 else if (!strcmp(*args, "-verify_receipt")) {
191 } else if (!strcmp(*args, "-cmsout"))
193 else if (!strcmp(*arg
[all...]
H A Dpkcs8.c105 if (!strcmp(*args, "-v2")) {
115 } else if (!strcmp(*args, "-v1")) {
125 } else if (!strcmp(*args, "-v2prf")) {
135 } else if (!strcmp(*args, "-inform")) {
141 } else if (!strcmp(*args, "-outform")) {
147 } else if (!strcmp(*args, "-topk8"))
149 else if (!strcmp(*args, "-noiter"))
151 else if (!strcmp(*args, "-nocrypt"))
153 else if (!strcmp(*args, "-nooct"))
155 else if (!strcmp(*arg
[all...]
H A Dprime.c79 if (!strcmp(*argv, "-hex"))
81 else if (!strcmp(*argv, "-generate"))
83 else if (!strcmp(*argv, "-bits"))
88 else if (!strcmp(*argv, "-safe"))
90 else if (!strcmp(*argv, "-checks"))
/freebsd-11-stable/contrib/netbsd-tests/libexec/ld.elf_so/helper_ifunc_dso/
H A Dh_helper_ifunc.c49 return e && strcmp(e, "1") == 0 ? ifunc2 : ifunc1;
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocalename.cc42 if (std::strcmp(__s, "C") == 0 || std::strcmp(__s, "POSIX") == 0)
44 else if (std::strcmp(__s, "") != 0)
51 if (__env && std::strcmp(__env, "") != 0)
53 if (std::strcmp(__env, "C") == 0
54 || std::strcmp(__env, "POSIX") == 0)
64 if (!__env || std::strcmp(__env, "") == 0
65 || std::strcmp(__env, "C") == 0
66 || std::strcmp(__env, "POSIX") == 0)
78 if (__env && std::strcmp(__en
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386bsd-tdep.c85 return (name && !strcmp (name, "_DYNAMIC"));
140 if (strcmp (bfd_get_target (abfd), "a.out-i386-netbsd") == 0)
143 if (strcmp (bfd_get_target (abfd), "a.out-i386-freebsd") == 0)
152 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dfindword.c19 if (!strcmp(name, w->w_word))
H A Dgeticmptype.c17 if (!strcmp(name, i->it_name)) {
/freebsd-11-stable/bin/dd/
H A Dgen.c15 if (argc > 1 && !strcmp(argv[1], "189284")) {
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfilename_cmp.c35 If not equivalent, the returned value is similar to what @code{strcmp}
54 return strcmp(s1, s2);
/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dboottest.c84 else if (strcmp(argv[1], "bb") == 0)
86 else if (strcmp(argv[1], "bc") == 0)
88 else if (strcmp(argv[1], "cc") == 0)
90 else if (strcmp(argv[1], "cb") == 0)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dpath.h30 # define sm_path_isdevnull(path) (strcmp(path, "/dev/null") == 0)
/freebsd-11-stable/crypto/openssh/openbsd-compat/regress/
H A Dstrduptest.c32 if (strcmp(a, b) != 0)
/freebsd-11-stable/usr.bin/cksum/
H A Dcksum.c75 if (!strcmp(p, "sum")) {
86 if (!strcmp(optarg, "1")) {
89 } else if (!strcmp(optarg, "2")) {
92 } else if (!strcmp(optarg, "3")) {
/freebsd-11-stable/contrib/mdocml/
H A Datt.c28 if (0 == strcmp(p, x)) return(y)
/freebsd-11-stable/usr.bin/fstat/
H A Dmain.c47 if (!strcmp(p, "fuser"))
/freebsd-11-stable/stand/i386/libi386/
H A Dbootinfo.c56 if (!strcmp(curpos, "vidconsole"))
58 else if (!strcmp(curpos, "comconsole"))
60 else if (!strcmp(curpos, "nullconsole"))
71 if (!strcmp(string, "vidconsole"))
/freebsd-11-stable/stand/userboot/userboot/
H A Dbootinfo.c56 if (!strcmp(curpos, "vidconsole"))
58 else if (!strcmp(curpos, "comconsole"))
60 else if (!strcmp(curpos, "nullconsole"))
72 if (!strcmp(string, "vidconsole"))
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_static.c64 if (strcmp((*module)->path, path) == 0)
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_iso_xorriso.c92 if (strcmp(".", archive_entry_pathname(ae)) == 0) {
104 } else if (strcmp("./dir", archive_entry_pathname(ae)) == 0) {
111 } else if (strcmp("./dir2", archive_entry_pathname(ae)) == 0) {
118 } else if (strcmp("./file",
130 } else if (strcmp("./hardlink",
145 } else if (strcmp("./symlink",
154 } else if (strcmp("./empty",
162 } else if (strcmp("./dir/file2",
174 } else if (strcmp("./dir/file3",
186 } else if (strcmp("
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Denv_test.c80 ATF_REQUIRE(strcmp(val, "unknown") != 0);
83 ATF_REQUIRE(strcmp(val, "foo bar") == 0);
98 ATF_REQUIRE(strcmp(atf_env_get("PATH"), oldval) != 0);
99 ATF_REQUIRE(strcmp(atf_env_get("PATH"), "foo-bar") == 0);
104 ATF_REQUIRE(strcmp(atf_env_get("_UNDEFINED_VARIABLE_"),
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c805 if (strcmp(name, "leap") == 0 ||
806 strcmp(name, "sys.leap") == 0) {
810 } else if (strcmp(name, "stratum") == 0 ||
811 strcmp(name, "sys.stratum") == 0) {
815 } else if (strcmp(name, "precision") == 0 ||
816 strcmp(name, "sys.precision") == 0) {
820 } else if (strcmp(name, "rootdelay") == 0 ||
821 strcmp(name, "sys.rootdelay") == 0) {
824 } else if (strcmp(name, "rootdispersion") == 0 ||
825 strcmp(nam
[all...]

Completed in 340 milliseconds

1234567891011>>