Searched refs:strcmp (Results 301 - 325 of 3472) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dapr_passwd.c110 return (strcmp(passwd, hash) == 0) ? APR_SUCCESS : APR_EMISMATCH;
121 rv = (strcmp(crypt_pw, hash) == 0) ? APR_SUCCESS : APR_EMISMATCH;
152 rv = (strcmp(crypt_pw, hash) == 0) ? APR_SUCCESS : APR_EMISMATCH;
176 rv = (strcmp(crypt_pw, hash) == 0) ? APR_SUCCESS : APR_EMISMATCH;
183 return (strcmp(sample, hash) == 0) ? APR_SUCCESS : APR_EMISMATCH;
/freebsd-11.0-release/usr.bin/iconv/
H A Diconv.c179 if (opt_s || opt_c || strcmp(opt_f, "") != 0 ||
180 strcmp(opt_t, "") != 0) {
202 if ((strcmp(opt_f, "") == 0) && (strcmp(opt_t, "") == 0))
209 fp = (strcmp(argv[i], "-") != 0) ?
/freebsd-11.0-release/tools/tools/cxgbetool/
H A Dcxgbetool.c289 if (!strcmp(argv[i], modtab[j].name))
307 if (!strcmp(argv[i], modtab->name))
596 if (strcmp(param, args[0]) != 0)
654 if (strcmp(param, args[0]) != 0)
740 if (strcmp(param, args[0]) != 0)
1010 if (!strcmp(argv[0], "frag"))
1013 if (!strcmp(argv[0], "matchtype"))
1016 if (!strcmp(argv[0], "macidx"))
1019 if (!strcmp(argv[0], "ethtype"))
1022 if (!strcmp(arg
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c151 strcmp("*", tab->q))
158 if (!strcmp(tab->anstype, "err")) {
162 } else if (!strcmp(tab->anstype, "errsoa")) {
179 } else if (!strcmp(tab->anstype, "A")) {
186 } else if (!strcmp(tab->anstype, "AAAA")) {
/freebsd-11.0-release/usr.bin/numactl/
H A Dnumactl.c86 if (strcmp(str, "rr") == 0) {
92 if (strcmp(str, "first-touch-rr") == 0) {
98 if (strcmp(str, "first-touch") == 0) {
104 if (strcmp(str, "fixed-domain") == 0) {
110 if (strcmp(str, "fixed-domain-rr") == 0) {
/freebsd-11.0-release/usr.sbin/mfiutil/
H A Dmfi_bbu.c189 if (strcmp(av[1], "learn-delay") == 0) {
198 } else if (strcmp(av[1], "autolearn-mode") == 0) {
201 if (strcmp(av[2], "enable") == 0)
203 else if (strcmp(av[2], "disable") == 0)
212 } else if (strcmp(av[1], "bbu-mode") == 0) {
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Dfont.cpp588 if (strcmp(p, "name") == 0) {
590 else if (strcmp(p, "spacewidth") == 0) {
599 else if (strcmp(p, "slant") == 0) {
608 else if (strcmp(p, "ligatures") == 0) {
611 if (p == 0 || strcmp(p, "0") == 0)
613 if (strcmp(p, "ff") == 0)
615 else if (strcmp(p, "fi") == 0)
617 else if (strcmp(p, "fl") == 0)
619 else if (strcmp(p, "ffi") == 0)
621 else if (strcmp(
[all...]
/freebsd-11.0-release/sbin/tunefs/
H A Dtunefs.c121 if (strcmp(avalue, "enable") &&
122 strcmp(avalue, "disable")) {
153 if (strcmp(jvalue, "enable") &&
154 strcmp(jvalue, "disable")) {
165 if (strcmp(Jvalue, "enable") &&
166 strcmp(Jvalue, "disable")) {
204 if (strcmp(lvalue, "enable") &&
205 strcmp(lvalue, "disable")) {
225 if (strcmp(Nvalue, "enable") &&
226 strcmp(Nvalu
[all...]
/freebsd-11.0-release/contrib/ngatm/sscop/
H A Dcommon.c351 if(strcmp(arg, "cc") == 0) {
354 } else if(strcmp(arg, "poll") == 0) {
357 } else if(strcmp(arg, "ka") == 0) {
360 } else if(strcmp(arg, "nr") == 0) {
363 } else if(strcmp(arg, "idle") == 0) {
372 if(strcmp(arg, "j") == 0) {
375 } else if(strcmp(arg, "k") == 0) {
378 } else if(strcmp(arg, "cc") == 0) {
381 } else if(strcmp(arg, "pd") == 0) {
384 } else if(strcmp(ar
[all...]
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dprocess_test.cpp97 ATF_REQUIRE(std::strcmp(argv[0], carray[0]) == 0);
105 ATF_REQUIRE(std::strcmp(argv[0], carray[0]) == 0);
106 ATF_REQUIRE(std::strcmp(argv[1], carray[1]) == 0);
107 ATF_REQUIRE(std::strcmp(argv[2], carray[2]) == 0);
204 ATF_REQUIRE(std::strcmp((*argv2)[0], (*argv1)[0]) == 0);
210 ATF_REQUIRE(std::strcmp(eargv2[0], carray1[0]) == 0);
233 ATF_REQUIRE(std::strcmp((*argv2)[0], (*argv1)[0]) == 0);
239 ATF_REQUIRE(std::strcmp(eargv2[0], carray[0]) == 0);
268 ATF_REQUIRE(std::strcmp(eargv[0], "arg0") == 0);
278 ATF_REQUIRE(std::strcmp(earg
[all...]
/freebsd-11.0-release/bin/sh/
H A Dmknodes.c147 if (strcmp(sp->tag, tag) == 0)
177 if (strcmp(type, "nodeptr") == 0) {
180 } else if (strcmp(type, "nodelist") == 0) {
183 } else if (strcmp(type, "string") == 0) {
186 } else if (strcmp(type, "int") == 0) {
189 } else if (strcmp(type, "other") == 0) {
191 } else if (strcmp(type, "temp") == 0) {
265 if (strcmp(p, "%SIZES\n") == 0)
267 else if (strcmp(p, "%CALCSIZE\n") == 0)
269 else if (strcmp(
[all...]
/freebsd-11.0-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c108 if (!strcmp(name, "FreeBSD")) {
116 if (!strcmp(attr[i], "id"))
118 else if (!strcmp(attr[i], "ref"))
142 if (strcmp(np->name, "name"))
247 if (strcmp(sbuf_data(np1->key), sbuf_data(np2->key)) > 0) {
264 if (!strcmp(r1, r->k1))
265 return (strcmp(r2, r->k2));
286 i = strcmp(n1->name, n2->name);
301 if (!strcmp(n1->name, "ref"))
304 i = strcmp(sbuf_dat
[all...]
/freebsd-11.0-release/contrib/pjdfstest/
H A Dpjdfstest.c381 if (strcmp(sflags, "none") == 0 || strcmp(sflags, "0") == 0)
385 if (strcmp(tflags[i].f_str, f) == 0)
424 if (strcmp(names[i].n_str, name) == 0)
436 if (strcmp(syscalls[i].sd_name, name) == 0)
446 if (strcmp(what, "mode") == 0)
448 else if (strcmp(what, "inode") == 0)
450 else if (strcmp(what, "nlink") == 0)
452 else if (strcmp(what, "uid") == 0)
454 else if (strcmp(wha
[all...]
/freebsd-11.0-release/usr.sbin/kldxref/
H A Dkldxref.c259 if (strcmp(type, "P") == 0) {
271 if (strcmp(type, "U8") == 0)
273 else if (strcmp(type, "V8") == 0)
275 else if (strcmp(type, "G16") == 0)
277 else if (strcmp(type, "L16") == 0)
279 else if (strcmp(type, "M16") == 0)
281 else if (strcmp(type, "U16") == 0)
283 else if (strcmp(type, "V16") == 0)
285 else if (strcmp(type, "U32") == 0)
287 else if (strcmp(typ
[all...]
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcbind.c184 if (ipv6_only == 1 && strcmp(nconf->nc_protofmly,
286 if ((strcmp(nconf->nc_netid, "local") == 0) ||
287 (strcmp(nconf->nc_netid, "unix") == 0)) {
308 if ((strcmp(nconf->nc_netid, "local") == 0) ||
309 (strcmp(nconf->nc_netid, "unix") == 0)) {
327 if ((strcmp(nconf->nc_netid, "local") != 0) &&
328 (strcmp(nconf->nc_netid, "unix") != 0)) {
409 if (strcmp("*", hosts[nhostsbak]) == 0)
411 if ((strcmp(nconf->nc_netid, "local") != 0) &&
412 (strcmp(ncon
[all...]
/freebsd-11.0-release/contrib/unbound/util/
H A Dconfig_file.c282 if(atoi(val) == 0 && strcmp(val, "0") != 0) return 0
291 if(strcmp(val, "yes") != 0 && strcmp(val, "no") != 0) return 0
293 #define S_NUMBER_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
296 #define S_NUMBER_NONZERO(str, var) if(strcmp(opt, str) == 0) \
299 #define S_UNSIGNED_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
302 #define S_SIZET_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
305 #define S_SIZET_NONZERO(str, var) if(strcmp(opt, str) == 0) \
308 #define S_YNO(str, var) if(strcmp(opt, str) == 0) \
309 { IS_YES_OR_NO; cfg->var = (strcmp(va
[all...]
/freebsd-11.0-release/contrib/groff/src/devices/xditview/
H A Ddevice.c122 if (strcmp(p, "charset") == 0)
124 if (strcmp(p, "X11") == 0)
126 else if (strcmp(p, "sizescale") == 0)
128 else if (strcmp(p, "res") == 0)
130 else if (strcmp(p, "unitwidth") == 0)
132 else if (strcmp(p, "paperwidth") == 0)
134 else if (strcmp(p, "paperlength") == 0)
180 if (strcmp(f->name, name) == 0)
207 if (p && strcmp(p, "charset") == 0 && strtok((char *)0, WS) == 0)
209 if (p && strcmp(
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c104 if (strcmp(name, "provider") == 0) {
112 if (strcmp(part, "provider") == 0) {
114 } else if (strcmp(part, "module") == 0) {
116 } else if (strcmp(part, "function") == 0) {
118 } else if (strcmp(part, "name") == 0) {
120 } else if (strcmp(part, "args") == 0) {
254 if (strcmp(cnp->dn_string, "provider") == 0) {
268 if (strcmp(tok, nnp->dn_string) == 0) {
278 } else if (strcmp(cnp->dn_string, "module") == 0) {
289 } else if (strcmp(cn
[all...]
/freebsd-11.0-release/sys/kern/
H A Dvfs_mount.c173 if (strcmp(opt->name, name) == 0)
182 if (strcmp(opt, "ro") == 0 || strcmp(opt, "rdonly") == 0 ||
183 strcmp(opt, "norw") == 0)
192 if (strcmp(opt, "rw") == 0 || strcmp(opt, "noro") == 0)
206 if (strcmp(opt1, opt2) == 0)
209 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0)
212 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0)
219 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt
[all...]
/freebsd-11.0-release/sbin/mount_nfs/
H A Dmount_nfs.c243 if (strcmp(opt, "bg") == 0) {
246 } else if (strcmp(opt, "fg") == 0) {
249 } else if (strcmp(opt, "gssname") == 0) {
252 } else if (strcmp(opt, "mntudp") == 0) {
255 } else if (strcmp(opt, "udp") == 0) {
257 } else if (strcmp(opt, "tcp") == 0) {
259 } else if (strcmp(opt, "noinet4") == 0) {
262 } else if (strcmp(opt, "noinet6") == 0) {
265 } else if (strcmp(opt, "noconn") == 0) {
267 } else if (strcmp(op
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console_io.c64 return (strcmp(str, OSM_LOCAL_CONSOLE) == 0);
72 return (strcmp(str, OSM_LOOPBACK_CONSOLE) == 0);
80 return (strcmp(str, OSM_REMOTE_CONSOLE) == 0)
157 if (strcmp(opt->console, OSM_LOCAL_CONSOLE) == 0) {
165 } else if (strcmp(opt->console, OSM_REMOTE_CONSOLE) == 0
166 || strcmp(opt->console, OSM_LOOPBACK_CONSOLE) == 0) {
180 if (strcmp(opt->console, OSM_REMOTE_CONSOLE) == 0)
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dkod_management.c30 if (!strcmp(kod_db[a]->hostname, hostname))
42 if (!strcmp(kod_db[a]->hostname, hostname)) {
70 if (strcmp(kod_db[n]->hostname, pke->hostname) >= 0)
74 0 == strcmp(kod_db[n]->hostname, pke->hostname)) {
98 if (!strcmp(kod_db[a]->hostname, hostname)
99 && !strcmp(kod_db[a]->type, type))
226 if (strcmp(db_file, "/dev/null"))
/freebsd-11.0-release/usr.sbin/ctld/
H A Dlogin.c198 if (strcmp(token, what) == 0) {
216 if (strcmp(token, choice1) == 0) {
220 if (strcmp(token, choice2) == 0) {
459 if (strcmp(name, "InitiatorName") == 0) {
462 } else if (strcmp(name, "SessionType") == 0) {
465 } else if (strcmp(name, "TargetName") == 0) {
468 } else if (strcmp(name, "InitiatorAlias") == 0) {
472 } else if (strcmp(value, "Irrelevant") == 0) {
474 } else if (strcmp(name, "HeaderDigest") == 0) {
503 } else if (strcmp(nam
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/hdb/
H A Dkeys.c113 if(strcmp(buf[i], "des") == 0) {
116 } else if(strcmp(buf[i], "des3") == 0) {
135 if(strcmp(buf[i], "pw-salt") == 0) {
141 } else if(strcmp(buf[i], "afs3-salt") == 0) {
285 if(strcmp(p, "v5") == 0)
287 else if(strcmp(p, "v4") == 0)
289 else if(strcmp(p, "afs") == 0 || strcmp(p, "afs3") == 0)
291 else if (strcmp(p, "arcfour-hmac-md5") == 0)
/freebsd-11.0-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c69 if (strcmp (name, "-") == 0)
77 if (strcmp (frame, "*") == 0)
79 else if (strcmp (frame, "@") == 0)
134 if (strcmp (name, "-c") == 0)
145 if (strcmp (name, "-c") != 0)
274 if (strcmp (argv[0], "0") == 0
275 || strcmp (argv[0], "--no-values") == 0)
277 else if (strcmp (argv[0], "1") == 0
278 || strcmp (argv[0], "--all-values") == 0)

Completed in 389 milliseconds

<<11121314151617181920>>