Searched refs:strcmp (Results 176 - 200 of 3472) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_comutil.c87 if (strcmp(nm, ZPOOL_REWIND_POLICY) == 0) {
91 } else if (strcmp(nm, ZPOOL_REWIND_REQUEST) == 0) {
95 } else if (strcmp(nm, ZPOOL_REWIND_REQUEST_TXG) == 0) {
97 } else if (strcmp(nm, ZPOOL_REWIND_META_THRESH) == 0) {
99 } else if (strcmp(nm, ZPOOL_REWIND_DATA_THRESH) == 0) {
/freebsd-11.0-release/usr.sbin/quotaon/
H A Dquotaon.c82 if (strcmp(whoami, "quotaoff") == 0)
84 else if (strcmp(whoami, "quotaon") != 0)
114 if (strcmp(fs->fs_vfstype, "ufs") ||
115 strcmp(fs->fs_type, FSTAB_RW))
189 if (strcmp(target, list[i]) == 0)
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c99 if (strcmp(word, SVN_CL__ACCEPT_POSTPONE) == 0
100 || strcmp(word, "p") == 0 || strcmp(word, ":-P") == 0)
102 if (strcmp(word, SVN_CL__ACCEPT_BASE) == 0)
105 if (strcmp(word, SVN_CL__ACCEPT_WORKING) == 0)
108 if (strcmp(word, SVN_CL__ACCEPT_MINE_CONFLICT) == 0
109 || strcmp(word, "mc") == 0 || strcmp(word, "X-)") == 0)
111 if (strcmp(word, SVN_CL__ACCEPT_THEIRS_CONFLICT) == 0
112 || strcmp(wor
[all...]
/freebsd-11.0-release/usr.sbin/fmtree/
H A Dspec.c110 if (strcmp(p + 1, "set"))
115 if (strcmp(p + 1, "unset"))
125 if (!strcmp(p, "..")) {
208 if (strcmp("none", val) == 0)
272 if (!strcmp(val, "block"))
276 if (!strcmp(val, "char"))
280 if (!strcmp(val, "dir"))
284 if (!strcmp(val, "file"))
286 if (!strcmp(val, "fifo"))
290 if (!strcmp(va
[all...]
/freebsd-11.0-release/crypto/openssl/apps/
H A Ds_client.c787 if (strcmp(*argv, "-host") == 0) {
791 } else if (strcmp(*argv, "-port") == 0) {
797 } else if (strcmp(*argv, "-connect") == 0) {
802 } else if (strcmp(*argv, "-verify") == 0) {
809 } else if (strcmp(*argv, "-cert") == 0) {
813 } else if (strcmp(*argv, "-CRL") == 0) {
817 } else if (strcmp(*argv, "-crl_download") == 0)
819 else if (strcmp(*argv, "-sess_out") == 0) {
823 } else if (strcmp(*argv, "-sess_in") == 0) {
827 } else if (strcmp(*arg
[all...]
H A Dciphers.c121 if (strcmp(*argv, "-v") == 0)
123 else if (strcmp(*argv, "-V") == 0)
126 else if (strcmp(*argv, "-stdname") == 0)
130 else if (strcmp(*argv, "-ssl2") == 0)
134 else if (strcmp(*argv, "-ssl3") == 0)
138 else if (strcmp(*argv, "-tls1") == 0)
141 else if ((strncmp(*argv, "-h", 2) == 0) || (strcmp(*argv, "-?") == 0)) {
H A Docsp.c189 if (!strcmp(*args, "-out")) {
195 } else if (!strcmp(*args, "-timeout")) {
205 } else if (!strcmp(*args, "-url")) {
224 } else if (!strcmp(*args, "-host")) {
230 } else if (!strcmp(*args, "-port")) {
236 } else if (!strcmp(*args, "-header")) {
243 } else if (!strcmp(*args, "-ignore_err"))
245 else if (!strcmp(*args, "-noverify"))
247 else if (!strcmp(*args, "-nonce"))
249 else if (!strcmp(*arg
[all...]
H A Dasn1pars.c123 if (strcmp(*argv, "-inform") == 0) {
127 } else if (strcmp(*argv, "-in") == 0) {
131 } else if (strcmp(*argv, "-out") == 0) {
135 } else if (strcmp(*argv, "-i") == 0) {
137 } else if (strcmp(*argv, "-noout") == 0)
139 else if (strcmp(*argv, "-oid") == 0) {
143 } else if (strcmp(*argv, "-offset") == 0) {
147 } else if (strcmp(*argv, "-length") == 0) {
153 } else if (strcmp(*argv, "-dump") == 0) {
155 } else if (strcmp(*arg
[all...]
H A Ddhparam.c184 if (strcmp(*argv, "-inform") == 0) {
188 } else if (strcmp(*argv, "-outform") == 0) {
192 } else if (strcmp(*argv, "-in") == 0) {
196 } else if (strcmp(*argv, "-out") == 0) {
202 else if (strcmp(*argv, "-engine") == 0) {
208 else if (strcmp(*argv, "-check") == 0)
210 else if (strcmp(*argv, "-text") == 0)
213 else if (strcmp(*argv, "-dsaparam") == 0)
216 else if (strcmp(*argv, "-C") == 0)
218 else if (strcmp(*arg
[all...]
/freebsd-11.0-release/contrib/openbsm/tools/
H A Daudump.c252 if (strcmp(argv[1], "class") == 0)
254 else if (strcmp(argv[1], "class_r") == 0)
256 else if (strcmp(argv[1], "control") == 0)
258 else if (strcmp(argv[1], "event") == 0)
260 else if (strcmp(argv[1], "event_r") == 0)
262 else if (strcmp(argv[1], "user") == 0)
264 else if (strcmp(argv[1], "user_r") == 0)
/freebsd-11.0-release/contrib/gcc/
H A Dgengenrtl.c147 return (strcmp (defs[idx].enumname, "CONST_INT") == 0
148 || strcmp (defs[idx].enumname, "REG") == 0
149 || strcmp (defs[idx].enumname, "SUBREG") == 0
150 || strcmp (defs[idx].enumname, "MEM") == 0
151 || strcmp (defs[idx].enumname, "CONST_VECTOR") == 0);
161 return (strcmp (defs[idx].enumname, "CONST_DOUBLE") == 0);
179 if (! strcmp (*f, defs[i].format))
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lrzip.c101 if (strcmp(key, "compression") == 0) {
104 else if (strcmp(value, "bzip2") == 0)
106 else if (strcmp(value, "gzip") == 0)
108 else if (strcmp(value, "lzo") == 0)
110 else if (strcmp(value, "none") == 0)
112 else if (strcmp(value, "zpaq") == 0)
117 } else if (strcmp(key, "compression-level") == 0) {
H A Darchive_read_support_format_xar.c1825 if (strcmp(attr->name, "id") == 0)
1869 if (strcmp(attr->name, "id") == 0)
1898 if (strcmp(attr->name, "style") == 0) {
1899 if (strcmp(attr->value, "application/octet-stream") == 0)
1901 else if (strcmp(attr->value, "application/x-gzip") == 0)
1903 else if (strcmp(attr->value, "application/x-bzip2") == 0)
1905 else if (strcmp(attr->value, "application/x-lzma") == 0)
1907 else if (strcmp(attr->value, "application/x-xz") == 0)
1921 if (strcmp(attr->name, "style") == 0) {
1969 if (strcmp(ta
[all...]
/freebsd-11.0-release/contrib/atf/atf-c/
H A Dtc_test.c67 ATF_REQUIRE(strcmp(atf_tc_get_ident(&tc), "test1") == 0);
73 ATF_REQUIRE(strcmp(atf_tc_get_ident(&tc), "test2") == 0);
100 ATF_REQUIRE(strcmp(atf_tc_get_ident(&tc), "test1") == 0);
105 ATF_REQUIRE(strcmp(atf_tc_get_ident(&tc), "test2") == 0);
125 ATF_REQUIRE(strcmp(atf_tc_get_md_var(&tc, "test-var"), "Test value") == 0);
150 ATF_REQUIRE(strcmp(atf_tc_get_config_var(&tc, "test-var"),
154 ATF_REQUIRE(strcmp(atf_tc_get_config_var_wd(&tc, "test-var2", "def-value"),
/freebsd-11.0-release/lib/libgeom/
H A Dgeom_xml2tree.c77 if (!strcmp(attr[i], "id")) {
80 } else if (!strcmp(attr[i], "ref")) {
87 if (!strcmp(name, "class") && mt->class == NULL) {
102 if (!strcmp(name, "geom") && mt->geom == NULL) {
118 if (!strcmp(name, "class") && mt->geom != NULL) {
122 if (!strcmp(name, "consumer") && mt->consumer == NULL) {
137 if (!strcmp(name, "geom") && mt->consumer != NULL) {
141 if (!strcmp(name, "provider") && mt->consumer != NULL) {
145 if (!strcmp(name, "provider") && mt->provider == NULL) {
161 if (!strcmp(nam
[all...]
/freebsd-11.0-release/usr.bin/systat/
H A Dcmds.c65 if (strcmp(tmpstr1, "quit") == 0 || strcmp(tmpstr1, "q") == 0)
67 if (strcmp(tmpstr1, "load") == 0) {
71 if (strcmp(tmpstr1, "stop") == 0) {
77 if (strcmp(tmpstr1, "help") == 0) {
96 (strcmp(tmpstr1, "start") == 0 ||
97 strcmp(tmpstr1, "interval") == 0)) {
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstat.c112 if (strcmp(res_type, "collection") == 0)
145 if (strcmp(ns, "DAV:") == 0)
147 if (strcmp(name, SVN_DAV__VERSION_NAME) == 0)
154 else if (strcmp(name, "creator-displayname") == 0)
158 else if (strcmp(name, SVN_DAV__CREATIONDATE) == 0)
164 else if (strcmp(name, "getcontentlength") == 0)
172 else if (strcmp(name, "resourcetype") == 0)
174 if (strcmp(val->data, "collection") == 0)
184 else if (strcmp(ns, SVN_DAV_PROP_NS_CUSTOM) == 0)
188 else if (strcmp(n
[all...]
/freebsd-11.0-release/usr.sbin/nscd/
H A Dparser.c306 if (strcmp(str, "yes") == 0)
308 else if (strcmp(str, "no") == 0)
339 if (strcmp(str, "fifo") == 0)
341 else if (strcmp(str, "lru") == 0)
343 else if (strcmp(str, "lfu") == 0)
405 (strcmp(fields[0], "enable-cache") == 0) &&
414 (strcmp(fields[0], "debug-level") == 0) &&
421 (strcmp(fields[0], "positive-time-to-live") == 0) &&
428 (strcmp(fields[0], "positive-confidence-threshold") == 0) &&
434 (strcmp(field
[all...]
/freebsd-11.0-release/lib/libc/gen/
H A Dfstab.c95 if (_fs_fstab.fs_file != NULL && strcmp(_fs_fstab.fs_file, "/") != 0)
133 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX))
137 strcmp(_fs_fstab.fs_type, FSTAB_SW) ?
190 if (!strcmp(cp, FSTAB_RW)) {
194 if (!strcmp(cp, FSTAB_RQ)) {
198 if (!strcmp(cp, FSTAB_RO)) {
202 if (!strcmp(cp, FSTAB_SW)) {
206 if (!strcmp(cp, FSTAB_XX)) {
238 if (!strcmp(_fs_fstab.fs_spec, name))
249 if (!strcmp(_fs_fsta
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp97 if (strcmp(Modifier, "ftz") == 0) {
101 } else if (strcmp(Modifier, "sat") == 0) {
105 } else if (strcmp(Modifier, "base") == 0) {
147 if (strcmp(Modifier, "ftz") == 0) {
151 } else if (strcmp(Modifier, "base") == 0) {
220 if (!strcmp(Modifier, "volatile")) {
223 } else if (!strcmp(Modifier, "addsp")) {
245 } else if (!strcmp(Modifier, "sign")) {
252 } else if (!strcmp(Modifier, "vec")) {
267 if (Modifier && !strcmp(Modifie
[all...]
/freebsd-11.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c241 if (strcmp (opt, "--format") == 0 && c == '=')
260 else if (strcmp (opt, "--no-params") == 0)
262 else if (strcmp (opt, "--is-v3-ctor") == 0)
264 else if (strcmp (opt, "--is-v3-dtor") == 0)
266 else if (strcmp (opt, "--ret-postfix") == 0)
299 if (strcmp (buf, expect.data) != 0)
315 ? strcmp (result, expect.data)
316 : strcmp (input.data, expect.data))
329 ? strcmp (result, expect.data)
330 : strcmp (inpu
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_isorr_bz2.c80 if (strcmp(".", archive_entry_pathname(ae)) == 0) {
93 } else if (strcmp("dir", archive_entry_pathname(ae)) == 0) {
103 } else if (strcmp("file", archive_entry_pathname(ae)) == 0) {
117 } else if (strcmp("hardlink", archive_entry_pathname(ae)) == 0) {
134 } else if (strcmp("symlink", archive_entry_pathname(ae)) == 0) {
144 } else if (strcmp("symlink2", archive_entry_pathname(ae)) == 0) {
152 } else if (strcmp("symlink3", archive_entry_pathname(ae)) == 0) {
160 } else if (strcmp("symlink4", archive_entry_pathname(ae)) == 0) {
169 } else if (strcmp("symlink5", archive_entry_pathname(ae)) == 0) {
179 } else if (strcmp("symlink
[all...]
H A Dtest_read_format_isorr_new_bz2.c81 if (strcmp(".", archive_entry_pathname(ae)) == 0) {
94 } else if (strcmp("dir", archive_entry_pathname(ae)) == 0) {
104 } else if (strcmp("file", archive_entry_pathname(ae)) == 0) {
118 } else if (strcmp("hardlink", archive_entry_pathname(ae)) == 0) {
135 } else if (strcmp("symlink", archive_entry_pathname(ae)) == 0) {
145 } else if (strcmp("symlink2", archive_entry_pathname(ae)) == 0) {
153 } else if (strcmp("symlink3", archive_entry_pathname(ae)) == 0) {
161 } else if (strcmp("symlink4", archive_entry_pathname(ae)) == 0) {
170 } else if (strcmp("symlink5", archive_entry_pathname(ae)) == 0) {
180 } else if (strcmp("symlink
[all...]
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dofw_machdep.c59 if (strcmp(buf, "true") == 0 &&
102 if (strcmp(bus, "ebus") == 0 || strcmp(bus, "isa") == 0)
104 else if (strcmp(bus, "pci") == 0)
163 if (strcmp(name, "pci") == 0) {
274 if (strcmp(name, "central") == 0 || strcmp(name, "ebus") == 0 ||
275 strcmp(name, "upa") == 0) {
278 } else if (strcmp(name, "pci") == 0) {
287 } else if (strcmp(nam
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dmemattr.c159 if (strcmp (tok, "rw") == 0)
161 else if (strcmp (tok, "ro") == 0)
163 else if (strcmp (tok, "wo") == 0)
166 else if (strcmp (tok, "8") == 0)
168 else if (strcmp (tok, "16") == 0)
174 else if (strcmp (tok, "32") == 0)
180 else if (strcmp (tok, "64") == 0)
188 else if (strcmp (tok, "hwbreak") == 0)
190 else if (strcmp (tok, "swbreak") == 0)
194 else if (strcmp (to
[all...]

Completed in 603 milliseconds

1234567891011>>