Searched refs:strcmp (Results 451 - 475 of 3472) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/bin/test/
H A Dtest.c204 if (strcmp(p, "[") == 0) {
205 if (strcmp(argv[--argc], "]") != 0)
220 if (nargc == 4 && strcmp(*t_wp, "!") == 0) {
337 return strcmp(opnd1, opnd2) == 0;
339 return strcmp(opnd1, opnd2) != 0;
341 return strcmp(opnd1, opnd2) < 0;
343 return strcmp(opnd1, opnd2) > 0;
491 return parenlevel == 1 && strcmp(s, ")") == 0;
508 return parenlevel == 1 && strcmp(s, ")") == 0;
524 return parenlevel == 1 && strcmp(
[all...]
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssltest.c290 if (strcmp(p->expected_user, SSL_get_srp_username(s)) != 0) {
1005 && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off")))) {
1022 if (!strcmp(*argv, "-F")) {
1030 } else if (strcmp(*argv, "-server_auth") == 0)
1032 else if (strcmp(*argv, "-client_auth") == 0)
1034 else if (strcmp(*argv, "-proxy_auth") == 0) {
1038 } else if (strcmp(*argv, "-proxy_cond") == 0) {
1042 } else if (strcmp(*argv, "-v") == 0)
1044 else if (strcmp(*argv, "-d") == 0)
1046 else if (strcmp(*arg
[all...]
/freebsd-11.0-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c206 if ((p=strrchr(confname, '.')) != NULL && !strcmp(p, ".conf"))
304 if (!strcmp(fieldv[0], "srcdirs"))
306 else if(!strcmp(fieldv[0], "progs"))
308 else if(!strcmp(fieldv[0], "ln"))
310 else if(!strcmp(fieldv[0], "libs"))
312 else if(!strcmp(fieldv[0], "libs_so"))
314 else if(!strcmp(fieldv[0], "buildopts"))
316 else if(!strcmp(fieldv[0], "special"))
411 if (!strcmp(p2->name, progname))
523 if (!strcmp(arg
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dproperty.c219 if (strcmp(ctx->depth, "1") == 0)
263 if (strcmp(encoding, "base64") != 0)
390 if (strcmp(prop->name, "allprop") == 0)
593 if (*ns == '\0' || strcmp(ns, SVN_DAV_PROP_NS_CUSTOM) == 0)
596 if (strcmp(ns, SVN_DAV_PROP_NS_SVN) == 0)
599 if (strcmp(ns, SVN_PROP_PREFIX) == 0)
602 if (strcmp(name, SVN_DAV__VERSION_NAME) == 0)
605 if (strcmp(name, SVN_DAV__CREATIONDATE) == 0)
608 if (strcmp(name, "creator-displayname") == 0)
611 if (strcmp(nam
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c192 if (strcmp(action->path[1], "-") != 0)
751 if (! strcmp(action_string, "mv"))
753 else if (! strcmp(action_string, "cp"))
755 else if (! strcmp(action_string, "mkdir"))
757 else if (! strcmp(action_string, "rm"))
759 else if (! strcmp(action_string, "put"))
761 else if (! strcmp(action_string, "propset"))
763 else if (! strcmp(action_string, "propsetf"))
765 else if (! strcmp(action_string, "propdel"))
767 else if (! strcmp(action_strin
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/rsa/
H A Drsa_pmeth.c651 if (!strcmp(type, "rsa_padding_mode")) {
653 if (!strcmp(value, "pkcs1"))
655 else if (!strcmp(value, "sslv23"))
657 else if (!strcmp(value, "none"))
659 else if (!strcmp(value, "oeap"))
661 else if (!strcmp(value, "oaep"))
663 else if (!strcmp(value, "x931"))
665 else if (!strcmp(value, "pss"))
674 if (!strcmp(type, "rsa_pss_saltlen")) {
680 if (!strcmp(typ
[all...]
/freebsd-11.0-release/sys/geom/part/
H A Dg_part_apm.c131 if (!strcmp(type, APM_ENT_TYPE_SELF) ||
132 !strcmp(type, APM_ENT_TYPE_UNUSED))
328 return ((!strcmp(entry->ent.ent_type, APM_ENT_TYPE_FREEBSD_SWAP))
447 if (strcmp(table->self.ent_type, APM_ENT_TYPE_SELF))
472 if (!strcmp(ent.ent_type, APM_ENT_TYPE_UNUSED))
492 if (!strcmp(type, APM_ENT_TYPE_APPLE_BOOT))
494 if (!strcmp(type, APM_ENT_TYPE_APPLE_HFS))
496 if (!strcmp(type, APM_ENT_TYPE_APPLE_UFS))
498 if (!strcmp(type, APM_ENT_TYPE_FREEBSD))
500 if (!strcmp(typ
[all...]
/freebsd-11.0-release/sys/rpc/
H A Drpc_generic.c240 if (strcmp(na_cvt[i].netid, nconf->nc_netid) == 0 || (
241 strcmp(nconf->nc_netid, "unix") == 0 &&
242 strcmp(na_cvt[i].netid, "local") == 0)) {
522 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) {
523 if (strcmp(nconf->nc_proto, NC_TCP) == 0) {
527 if (strcmp(nconf->nc_proto, NC_UDP) == 0) {
535 if (strcmp(nettype, "udp") == 0)
537 else if (strcmp(nettype, "tcp") == 0)
650 (strcmp(nconf->nc_protofmly, NC_INET)
652 && strcmp(ncon
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c197 /* Helper: do a strcmp on the contents of buf and the string s. */
303 found_multi = !strcmp(multi,"aaaaaaaa a END");
304 if (strcmp("END", multi + strlen(multi) - 3) == 0)
314 found_multi2 = !strcmp(multi2,"libevent 2.1");
379 if (strcmp(evhttp_request_get_uri(req), "/streamed") == 0) {
1551 if (strcmp(evhttp_find_header(evhttp_request_get_input_headers(req), "Content-Length"),
2127 tt_want(strcmp(real_val, value) == 0);
2219 if (strcmp(ret,want) != 0) \
2300 tt_want(!strcmp(evhttp_uri_get_scheme(uri), "mailto"));
2301 tt_want(!strcmp(evhttp_uri_get_pat
[all...]
/freebsd-11.0-release/crypto/openssl/apps/
H A Dca.c347 if (strcmp(*argv, "-verbose") == 0)
349 else if (strcmp(*argv, "-config") == 0) {
353 } else if (strcmp(*argv, "-name") == 0) {
357 } else if (strcmp(*argv, "-subj") == 0) {
362 } else if (strcmp(*argv, "-utf8") == 0)
364 else if (strcmp(*argv, "-create_serial") == 0)
366 else if (strcmp(*argv, "-multivalue-rdn") == 0)
368 else if (strcmp(*argv, "-startdate") == 0) {
372 } else if (strcmp(*argv, "-enddate") == 0) {
376 } else if (strcmp(*arg
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dadm_files.c68 return (0 == strcmp(name, adm_dir_name)
69 || 0 == strcmp(name, default_adm_dir_name));
99 if (0 == strcmp(name, *dir_name))
454 if (strcmp(db_repos_uuid, repos_uuid)
455 || strcmp(db_repos_root_url, repos_root_url)
460 || strcmp(original_root_url, repos_root_url)
461 || strcmp(original_repos_relpath, repos_relpath))
/freebsd-11.0-release/contrib/opie/
H A Dopiesu.c277 if (argc > 1 && strcmp(argv[1], "-f") == 0) {
290 if (argc > 1 && strcmp(argv[1], "-c") == 0) {
295 if (argc > 1 && strcmp(argv[1], "-") == 0) {
327 if (p && *p && strcmp(currentuser, buf)) {
358 if (strcmp(buf, gr->gr_mem[i]) == 0)
428 if (!strcmp(crypt(pbuf, thisuser.pw_passwd), thisuser.pw_passwd))
479 if (fulllogin || strcmp(user, "root") != 0)
/freebsd-11.0-release/crypto/openssl/crypto/pem/
H A Dpem_info.c128 if ((strcmp(name, PEM_STRING_X509) == 0) ||
129 (strcmp(name, PEM_STRING_X509_OLD) == 0)) {
139 } else if ((strcmp(name, PEM_STRING_X509_TRUSTED) == 0)) {
149 } else if (strcmp(name, PEM_STRING_X509_CRL) == 0) {
161 if (strcmp(name, PEM_STRING_RSA) == 0) {
184 if (strcmp(name, PEM_STRING_DSA) == 0) {
207 if (strcmp(name, PEM_STRING_ECPRIVATEKEY) == 0) {
/freebsd-11.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c291 else if (strcmp(pname, "Xtimerint") == 0)
293 else if (strcmp(pname, "Xcpustop") == 0 ||
294 strcmp(pname, "Xrendezvous") == 0 ||
295 strcmp(pname, "Xipi_intr_bitmap_handler") == 0 ||
296 strcmp(pname, "Xlazypmap") == 0)
380 if (strcmp(pname, "dblfault_handler") == 0)
382 if (strcmp(pname, "calltrap") == 0 ||
/freebsd-11.0-release/sys/dev/ofw/
H A Dofw_fdt.c228 if (prop == NULL && strcmp(propname, "name") == 0) {
235 if (strcmp(propname, "fdtbootcpu") == 0)
237 if (strcmp(propname, "fdtmemreserv") == 0)
263 if (prop == NULL && strcmp(propname, "name") == 0) {
273 if (strcmp(propname, "fdtbootcpu") == 0) {
278 if (strcmp(propname, "fdtmemreserv") == 0) {
328 if (strcmp(name, previous) == 0)
/freebsd-11.0-release/sys/sparc64/sbus/
H A Ddma_sbus.c162 if (strcmp(name, "espdma") == 0 || strcmp(name, "dma") == 0 ||
163 strcmp(name, "ledma") == 0) {
199 if (strcmp(name, "espdma") == 0 || strcmp(name, "dma") == 0)
201 else if (strcmp(name, "ledma") == 0) {
215 if (strcmp(cabletype, "aui") == 0)
/freebsd-11.0-release/usr.bin/compress/
H A Dcompress.c83 if (!strcmp(p, "uncompress"))
85 else if (!strcmp(p, "compress"))
87 else if (!strcmp(p, "zcat")) {
138 if (strcmp(*argv, "-") == 0) {
146 !strcmp(p, ".Z")) {
163 if (strcmp(*argv, "-") == 0) {
169 strcmp(p, ".Z")) {
/freebsd-11.0-release/usr.sbin/ctld/
H A Dkernel.c165 if (strcmp(name, "lun") == 0) {
182 if (strcmp(attr[i], "id") == 0) {
203 && (strcmp(name, "ctllunlist") != 0))
222 if (strcmp(name, "backend_type") == 0) {
225 } else if (strcmp(name, "lun_type") == 0) {
227 } else if (strcmp(name, "size") == 0) {
229 } else if (strcmp(name, "blocksize") == 0) {
231 } else if (strcmp(name, "serial_number") == 0) {
234 } else if (strcmp(name, "device_id") == 0) {
237 } else if (strcmp(nam
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c511 if (strcmp(type, VDEV_TYPE_DISK) == 0)
639 if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) {
674 is_replacing = strcmp(childtype,
676 is_spare = strcmp(childtype,
702 strcmp(type, childtype) != 0) {
780 if (strcmp(lastrep.zprl_type, rep.zprl_type) != 0) {
890 if (strcmp(current->zprl_type, new->zprl_type) != 0) {
948 if (strcmp(type, VDEV_TYPE_DISK) != 0)
1115 if (strcmp(type, VDEV_TYPE_DISK) == 0)
1117 else if (strcmp(typ
[all...]
/freebsd-11.0-release/sbin/hastd/
H A Dhastd.c375 PJDLOG_ASSERT(strcmp(res0->hr_name, res1->hr_name) == 0);
377 if (strcmp(res0->hr_provname, res1->hr_provname) != 0)
379 if (strcmp(res0->hr_localpath, res1->hr_localpath) != 0)
383 if (strcmp(res0->hr_remoteaddr, res1->hr_remoteaddr) != 0)
385 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0)
395 if (strcmp(res0->hr_exec, res1->hr_exec) != 0)
412 PJDLOG_ASSERT(strcmp(res0->hr_name, res1->hr_name) == 0);
413 PJDLOG_ASSERT(strcmp(res0->hr_provname, res1->hr_provname) == 0);
414 PJDLOG_ASSERT(strcmp(res0->hr_localpath, res1->hr_localpath) == 0);
419 if (strcmp(res
[all...]
/freebsd-11.0-release/usr.sbin/nandsim/
H A Dnandsim.c168 if (strcmp(opts->cmd_name, arg) == 0)
194 if (strcmp(str, "--all") == 0 ||
195 strcmp(str, "-a") == 0) {
271 (strcmp(gargv[1], "--help") == 0 ||
272 strcmp(gargv[1], "-h") == 0)))
303 if (strcmp(gargv[idx], "-v") == 0 ||
304 strcmp(gargv[idx], "--verbose") == 0)
422 if (strcmp(gargv[2], "--loglevel") == 0 || strcmp(gargv[2],
468 if (strcmp(garg
[all...]
/freebsd-11.0-release/sbin/bsdlabel/
H A Dbsdlabel.c166 if (!strcmp(optarg, "i386") ||
167 !strcmp(optarg, "amd64") ||
168 !strcmp(optarg, "pc98")) {
325 if (strcmp(type, "auto") == 0)
368 if (strcmp(class->lg_name, name) == 0) {
796 if (!strcmp(cp, "type")) {
801 if (*cpp && !strcmp(*cpp, tp)) {
818 if (!strcmp(cp, "flags")) {
821 if (!strcmp(cp, "removeable"))
823 else if (!strcmp(c
[all...]
/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias_proxy.c618 if (strcmp(token, "type") == 0)
620 else if (strcmp(token, "port") == 0)
622 else if (strcmp(token, "server") == 0)
624 else if (strcmp(token, "rule") == 0)
626 else if (strcmp(token, "delete") == 0)
628 else if (strcmp(token, "proto") == 0)
630 else if (strcmp(token, "src") == 0)
632 else if (strcmp(token, "dst") == 0)
641 if (strcmp(token, "encode_ip_hdr") == 0)
643 else if (strcmp(toke
[all...]
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_table.c157 if (!strcmp(command, "-F")) {
162 } else if (!strcmp(command, "-s")) {
189 } else if (!strcmp(command, "kill")) {
194 } else if (!strcmp(command, "flush")) {
199 } else if (!strcmp(command, "add")) {
214 } else if (!strcmp(command, "delete")) {
228 } else if (!strcmp(command, "replace")) {
259 } else if (!strcmp(command, "expire")) {
297 } else if (!strcmp(command, "show")) {
319 } else if (!strcmp(comman
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsimple_providers.c82 if (str && username && strcmp(str->data, username) == 0)
187 if (passtype && (0 == strcmp(str->data, passtype)))
201 if (strcmp(default_username, username) != 0)
223 if (strcmp(default_password, password) != 0)
347 (strcmp(passtype, SVN_AUTH__WINCRYPT_PASSWORD_TYPE) == 0
348 || strcmp(passtype, SVN_AUTH__KEYCHAIN_PASSWORD_TYPE) == 0
349 || strcmp(passtype, SVN_AUTH__KWALLET_PASSWORD_TYPE) == 0
350 || strcmp(passtype, SVN_AUTH__GNOME_KEYRING_PASSWORD_TYPE) == 0
351 || strcmp(passtype, SVN_AUTH__GPG_AGENT_PASSWORD_TYPE) == 0))

Completed in 399 milliseconds

<<11121314151617181920>>