Searched refs:strcmp (Results 501 - 525 of 3472) sorted by relevance

<<21222324252627282930>>

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c458 ( strcmp(value, SVN_FS_X__KIND_FILE)
459 && strcmp(value, SVN_FS_X__KIND_DIR)))
465 noderev->kind = (strcmp(value, SVN_FS_X__KIND_FILE) == 0)
682 || (strcmp(noderev->copyroot_path, noderev->created_path) != 0))
715 if (strcmp(buffer->data, REP_DELTA) == 0)
727 if (! str || (strcmp(str, REP_DELTA) != 0))
823 if (strcmp(kind_str, SVN_FS_X__KIND_FILE) == 0)
825 else if (strcmp(kind_str, SVN_FS_X__KIND_DIR) == 0)
832 if (strcmp(str, ACTION_MODIFY) == 0)
836 else if (strcmp(st
[all...]
/freebsd-11.0-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c224 return (strcmp(vty_name, "vt") == 0);
603 if (!strcmp(arg, "off")) {
630 if (!strcmp(appearance, "normal"))
632 else if (!strcmp(appearance, "blink"))
634 else if (!strcmp(appearance, "destructive"))
715 if (!strcmp(argv[*mode_index], modes[i].name)) {
823 if (!strcmp(color, legal_colors[i]))
968 if (!strcmp(arg, "on")) {
970 } else if (!strcmp(arg, "off")) {
990 if (!strcmp(ar
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dtest_config.c55 if (strcmp(pp[i], res[i]) != 0)
70 if (strcmp(pp[i], deflist[j]) != 0)
218 if (strcmp(*s, *e))
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Diruserok.c181 userok = !(strcmp(ruser, user+1));
192 if (!strcmp(ruser, user+1))
199 userok = !(strcmp(ruser,*user ? user : luser));
/freebsd-11.0-release/contrib/subversion/subversion/svnsync/
H A Dsync.c137 else if (strcmp(rangelist, "0*") == 0
141 || strcmp(rangelist, "0-1") == 0)
145 else if (strcmp(rangelist, "0") == 0)
165 if (strcmp((*str)->data, new_str->data) != 0)
482 if (eb->strip_mergeinfo && (strcmp(name, SVN_PROP_MERGEINFO) == 0))
489 if (eb->migrate_svnmerge && (strcmp(name, "svnmerge-integrated") == 0))
497 if (eb->migrate_svnmerge && (strcmp(name, "svnmerge-blocked") == 0))
512 if (value && strcmp(name, SVN_PROP_MERGEINFO) == 0)
541 if (eb->strip_mergeinfo && (strcmp(name, SVN_PROP_MERGEINFO) == 0))
551 if (eb->migrate_svnmerge && (strcmp(nam
[all...]
/freebsd-11.0-release/contrib/opie/libopie/
H A Dverify.c62 if ((opie2.opie_n != opie->opie_n) || strcmp(opie2.opie_val, opie->opie_val) || strcmp(opie2.opie_seed, opie->opie_seed))
100 for (r = rtrans; r->name && strcmp(r->name, response); r++);
/freebsd-11.0-release/crypto/openssh/
H A Dauth-passwd.c207 if (strcmp(pw_password, "") == 0 && strcmp(password, "") == 0)
219 strcmp(encrypted_password, pw_password) == 0;
/freebsd-11.0-release/crypto/openssh/regress/
H A Dcheck-perm.c138 if (comparehome && strcmp(homedir, buf) == 0)
145 if ((strcmp("/", buf) == 0) || (strcmp(".", buf) == 0))
/freebsd-11.0-release/contrib/mtree/
H A Dspec.c147 if (strcmp(p + 1, "set") == 0)
149 else if (strcmp(p + 1, "unset") == 0)
156 if (strcmp(p, "..") == 0) {
189 if (strcmp(p, ".") != 0) {
191 strcmp(cur->name, p) != 0) {
225 if (strcmp(centry->name, ".") == 0 && centry->type == 0)
227 if (strcmp(centry->name, ".") != 0 ||
240 } else if (strcmp(centry->name, ".") == 0) {
550 if (strcmp(kw, "all") == 0)
570 if (strcmp("non
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Dcheck_bound.c147 if (strcmp(fdl->nconf->nc_netid, netid) == 0)
166 if (strcmp(fdl->nconf->nc_netid, netid) == 0)
226 if (strcmp(fdl->nconf->nc_netid, netid) == 0)
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dprintaps.c67 if (!strcmp(apr.apr_label, "raudio") && ap.aps_psiz == sizeof(ra)) {
76 } else if (!strcmp(apr.apr_label, "ftp") &&
101 } else if (!strcmp(apr.apr_label, "ipsec") &&
/freebsd-11.0-release/bin/ed/
H A Dglbl.c86 if (!strcmp(ibufp, "\n"))
110 } else if (n == 1 && !strcmp(ibuf, "\n"))
112 else if (n == 2 && !strcmp(ibuf, "&\n")) {
/freebsd-11.0-release/bin/pax/
H A Doptions.c162 if (strcmp(NM_TAR, argv0) == 0) {
166 else if (strcmp(NM_CPIO, argv0) == 0) {
418 if (strcmp(NONE, optarg) == 0)
859 } else if (strcmp(*argv, "-I") == 0) {
870 if (strcmp(file, "-") == 0)
881 if (strcmp(file, "-") != 0)
887 } else if (strcmp(*argv, "-C") == 0) {
926 } else if (strcmp(*argv, "-I") == 0) {
943 if (strcmp(file, "-") == 0)
953 if (strcmp(fil
[all...]
/freebsd-11.0-release/cddl/compat/opensolaris/misc/
H A Dmnttab.c178 strcmp(mrefp->mnt_special, gsfs[i].f_mntfromname) != 0) {
182 strcmp(mrefp->mnt_mountp, gsfs[i].f_mntonname) != 0) {
186 strcmp(mrefp->mnt_fstype, gsfs[i].f_fstypename) != 0) {
/freebsd-11.0-release/sys/dev/dpaa/
H A Dif_dtsec_fdt.c168 if (!strcmp(phy_type, "sgmii"))
170 else if (!strcmp(phy_type, "rgmii"))
172 else if (!strcmp(phy_type, "xgmii"))
/freebsd-11.0-release/sys/kern/
H A Dsubr_module.c61 !strcmp(name, curp + sizeof(uint32_t) * 2))
98 !strcmp(type, curp + sizeof(uint32_t) * 2))
221 if (!strcmp(name, curp + sizeof(uint32_t) * 2))
/freebsd-11.0-release/sys/dev/uart/
H A Duart_cpu_powerpc.c164 if (strcmp(buf, "serial") != 0)
173 } else if (strcmp(buf,"ns16550") == 0 || strcmp(buf,"ns8250") == 0) {
/freebsd-11.0-release/share/examples/ses/srcs/
H A Dgetencstat.c65 if (strcmp(v[1], "-V") == 0) {
68 } else if (strcmp(v[1], "-v") == 0) {
71 } else if (strcmp(v[1], "-q") == 0) {
/freebsd-11.0-release/lib/libc/tests/net/
H A Dether_test.c55 ATF_REQUIRE_MSG(strcmp(hostname, ether_line_hostname) == 0,
145 ATF_REQUIRE_MSG(strcmp(cp, ether_ntoa_string) == 0,
156 ATF_REQUIRE_MSG(strcmp(cp, ether_ntoa_string) == 0,
/freebsd-11.0-release/sbin/geom/class/cache/
H A Dgeom_cache.c119 if (strcmp(name, "label") == 0)
121 else if (strcmp(name, "clear") == 0)
123 else if (strcmp(name, "dump") == 0)
/freebsd-11.0-release/sbin/geom/class/label/
H A Dgeom_label.c102 if (strcmp(name, "label") == 0)
104 else if (strcmp(name, "clear") == 0)
106 else if (strcmp(name, "dump") == 0)
/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A Dmain.c98 if (strcmp(devsw[i]->dv_name, "cd") == 0) {
106 if (strcmp(devsw[i]->dv_name, "disk") == 0) {
116 if (strcmp(devsw[i]->dv_name, "net") == 0)
/freebsd-11.0-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c83 if (strcmp(optarg, "12") &&
84 strcmp(optarg, "16") &&
85 strcmp(optarg, "32"))
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_util.c119 if (strcmp(device_name, de->entry.bsd_driver_name) == 0)
151 if (strcmp(node, de->entry.bsd_device_name) == 0) {
176 if (strcmp(last, de->entry.bsd_driver_name) != 0) {
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Drtc.c133 if (strcmp(ofw_bus_get_name(dev), "rtc") == 0) {
136 strcmp(ofw_bus_get_compat(dev), "bq4802") == 0)
175 if (strcmp(device_get_name(device_get_parent(dev)), "ebus") == 0)

Completed in 425 milliseconds

<<21222324252627282930>>