Searched refs:strcmp (Results 251 - 275 of 3472) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/lib/libcasper/services/cap_grp/
H A Dcap_grp.c187 if (strcmp(cmd, "getgrent") == 0 || strcmp(cmd, "getgrent_r") == 0) {
189 } else if (strcmp(cmd, "getgrnam") == 0 ||
190 strcmp(cmd, "getgrnam_r") == 0) {
192 } else if (strcmp(cmd, "getgrgid") == 0 ||
193 strcmp(cmd, "getgrgid_r") == 0) {
218 getgr_r = (strcmp(cmd, "getgrent_r") == 0 ||
219 strcmp(cmd, "getgrnam_r") == 0 || strcmp(cmd, "getgrgid_r") == 0);
508 strcmp(nvlist_get_strin
[all...]
/freebsd-11.0-release/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c147 if (strcmp(cmd, "getpwent") == 0 || strcmp(cmd, "getpwent_r") == 0) {
149 } else if (strcmp(cmd, "getpwnam") == 0 ||
150 strcmp(cmd, "getpwnam_r") == 0) {
152 } else if (strcmp(cmd, "getpwuid") == 0 ||
153 strcmp(cmd, "getpwuid_r") == 0) {
178 getpw_r = (strcmp(cmd, "getpwent_r") == 0 ||
179 strcmp(cmd, "getpwnam_r") == 0 || strcmp(cmd, "getpwuid_r") == 0);
463 strcmp(nvlist_get_strin
[all...]
/freebsd-11.0-release/sbin/mdconfig/
H A Dmdconfig.c149 if (!strcmp(optarg, "malloc")) {
152 } else if (!strcmp(optarg, "vnode")) {
155 } else if (!strcmp(optarg, "swap")) {
158 } else if (!strcmp(optarg, "null")) {
172 if (!strcmp(optarg, "async"))
174 else if (!strcmp(optarg, "noasync"))
176 else if (!strcmp(optarg, "cluster"))
178 else if (!strcmp(optarg, "nocluster"))
180 else if (!strcmp(optarg, "compress"))
182 else if (!strcmp(optar
[all...]
/freebsd-11.0-release/tools/test/testfloat/
H A Dtestsoftfloat.c841 if ( strcmp( argPtr, "help" ) == 0 ) {
897 else if ( strcmp( argPtr, "level" ) == 0 ) {
903 else if ( strcmp( argPtr, "level1" ) == 0 ) {
906 else if ( strcmp( argPtr, "level2" ) == 0 ) {
909 else if ( strcmp( argPtr, "errors" ) == 0 ) {
918 else if ( strcmp( argPtr, "errorstop" ) == 0 ) {
921 else if ( strcmp( argPtr, "forever" ) == 0 ) {
926 else if ( strcmp( argPtr, "precision32" ) == 0 ) {
929 else if ( strcmp( argPtr, "precision64" ) == 0 ) {
932 else if ( strcmp( argPt
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp548 if (strcmp(reg.name, "pc") == 0)
550 else if ((strcmp(reg.name, "fp") == 0) || (strcmp(reg.name, "x29") == 0))
552 else if ((strcmp(reg.name, "lr") == 0) || (strcmp(reg.name, "x30") == 0))
554 else if ((strcmp(reg.name, "sp") == 0) || (strcmp(reg.name, "x31") == 0))
556 else if (strcmp(reg.name, "cpsr") == 0)
567 if ((strcmp(reg.name, "pc") == 0) || (strcmp(re
[all...]
/freebsd-11.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c235 if (!strcmp(*argv + 8, "permit"))
238 if (!strcmp(*argv + 8, "deny"))
245 if (!strcmp(e, ",only")) {
254 if (!strcmp(*argv + 8, "users"))
257 if (!strcmp(*argv + 8, "everyone"))
260 if (strcmp(*argv + 8, "none"))
263 if (!strcmp(*argv, "non-unix")) {
275 if (!strcmp(*argv + 14, "=update"))
283 if (!strcmp(*argv, "check_oldauthtok")) {
287 if (!strcmp(*arg
[all...]
/freebsd-11.0-release/contrib/unbound/smallapp/
H A Dunbound-checkconf.c99 if(strcmp(opt, "pidfile") == 0 && final) {
173 if(i!=j && strcmp(cfg->ifs[i], cfg->ifs[j])==0)
186 if(i!=j && strcmp(cfg->out_ifs[i], cfg->out_ifs[j])==0)
401 if(strcmp(cfg->module_conf, "iterator") != 0
402 && strcmp(cfg->module_conf, "validator iterator") != 0
403 && strcmp(cfg->module_conf, "dns64 validator iterator") != 0
404 && strcmp(cfg->module_conf, "dns64 iterator") != 0
406 && strcmp(cfg->module_conf, "python iterator") != 0
407 && strcmp(cfg->module_conf, "python validator iterator") != 0
408 && strcmp(cf
[all...]
/freebsd-11.0-release/crypto/openssl/apps/
H A Ddsaparam.c148 if (strcmp(*argv, "-inform") == 0) {
152 } else if (strcmp(*argv, "-outform") == 0) {
156 } else if (strcmp(*argv, "-in") == 0) {
160 } else if (strcmp(*argv, "-out") == 0) {
166 else if (strcmp(*argv, "-engine") == 0) {
173 else if (strcmp(*argv, "-timebomb") == 0) {
179 else if (strcmp(*argv, "-text") == 0)
181 else if (strcmp(*argv, "-C") == 0)
183 else if (strcmp(*argv, "-genkey") == 0) {
186 } else if (strcmp(*arg
[all...]
H A Dreq.c220 if (strcmp(*argv, "-inform") == 0) {
224 } else if (strcmp(*argv, "-outform") == 0) {
230 else if (strcmp(*argv, "-engine") == 0) {
234 } else if (strcmp(*argv, "-keygen_engine") == 0) {
244 else if (strcmp(*argv, "-key") == 0) {
248 } else if (strcmp(*argv, "-pubkey") == 0) {
250 } else if (strcmp(*argv, "-new") == 0) {
252 } else if (strcmp(*argv, "-config") == 0) {
256 } else if (strcmp(*argv, "-keyform") == 0) {
260 } else if (strcmp(*arg
[all...]
H A Dsess_id.c114 if (strcmp(*argv, "-inform") == 0) {
118 } else if (strcmp(*argv, "-outform") == 0) {
122 } else if (strcmp(*argv, "-in") == 0) {
126 } else if (strcmp(*argv, "-out") == 0) {
130 } else if (strcmp(*argv, "-text") == 0)
132 else if (strcmp(*argv, "-cert") == 0)
134 else if (strcmp(*argv, "-noout") == 0)
136 else if (strcmp(*argv, "-context") == 0) {
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c188 if (strcmp(key, "checkfs") == 0) {
1053 if (strcmp(mtree->this_entry->name, "..") == 0) {
1118 && strcmp(mentry->name, mp->name) == 0) {
1429 if (strcmp(key, "nochange") == 0) {
1433 if (strcmp(key, "optional") == 0) {
1437 if (strcmp(key, "ignore") == 0) {
1458 if (strcmp(key, "content") == 0
1459 || strcmp(key, "contents") == 0) {
1464 if (strcmp(key, "cksum") == 0)
1467 if (strcmp(ke
[all...]
/freebsd-11.0-release/usr.sbin/pmcstudy/
H A Dpmcstudy.c78 if ((strcmp(dir, "r") != 0) &&
79 (strcmp(dir, "w") != 0)) {
130 if (strcmp(dir, "r") != 0) {
213 if (strcmp(name, "allocstall1") == 0) {
216 } else if (strcmp(name, "allocstall2") == 0) {
219 } else if (strcmp(name, "br_miss") == 0) {
222 } else if (strcmp(name, "splitload") == 0) {
225 } else if (strcmp(name, "splitstore") == 0) {
228 } else if (strcmp(name, "contested") == 0) {
231 } else if (strcmp(nam
[all...]
/freebsd-11.0-release/usr.sbin/ppp/
H A Dfilter.c111 if (!strcmp(*argv, "src") && !strcmp(argv[1], "eq")) {
140 if (argc >= 3 && !strcmp(*argv, "src")) {
155 if (argc >= 3 && !strcmp(argv[0], "dst")) {
172 if (!strcmp(*argv, "estab"))
174 else if (!strcmp(*argv, "syn"))
176 else if (!strcmp(*argv, "finrst"))
281 } else if (!strcmp(*argv, "permit")) {
283 } else if (!strcmp(*argv, "deny")) {
285 } else if (!strcmp(*arg
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Daname_to_localname.c54 if (strcmp (*r, aname->realm) == 0) {
66 && strcmp (aname->name.name_string.val[1], "root") == 0) {
H A Dtest_plugin.c69 if (strcmp(realm, "NOTHERE.H5L.SE") == 0)
116 if (strcmp(host, "127.0.0.2") != 0)
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSTLUtils.h31 return strcmp(s1, s2) < 0;
42 return strcmp(s1, s2) == 0;
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dt-scanf.c39 if (!SM_TEST(strcmp(buf, r) == 0))
50 if (!SM_TEST(strcmp(buf, r) == 0))
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_bitst.c122 if (!strcmp(bnam->sname, val->name) ||
123 !strcmp(bnam->lname, val->name)) {
/freebsd-11.0-release/lib/libc/arm/string/
H A DMakefile.inc5 memmove.S memset.S strcat.c strchr.c strcmp.S strcpy.c strlen.S \
/freebsd-11.0-release/lib/libc/i386/string/
H A DMakefile.inc5 memset.S strcat.S strchr.S strcmp.S strcpy.S strncmp.S strrchr.S \
/freebsd-11.0-release/lib/libc/mips/string/
H A DMakefile.inc6 strcat.c strchr.S strcmp.S strcpy.c strcspn.c strlen.S \
/freebsd-11.0-release/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.h86 if (std::strcmp(__s, "C") != 0 && std::strcmp(__s, "POSIX") != 0)
/freebsd-11.0-release/contrib/libxo/tests/core/
H A Dtest_03.c47 if (strcmp(argv[argc], "count") == 0) {
50 } else if (strcmp(argv[argc], "extra") == 0) {
/freebsd-11.0-release/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_sigcli.c29 if (strcmp(buf, hostnamebuf) != 0)
67 if (strcmp(buf, hostnamebuf) != 0)
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c54 if (!strcmp(name, strnames[n])) {
61 if (!strcmp(name, strfnames[n])) {

Completed in 139 milliseconds

<<11121314151617181920>>