| /NextBSD/contrib/amd/amd/ |
| HD | conf.c | 284 if (STREQ(section, "global")) { in set_conf_kv() 322 if (cur_map->cfm_dir && !STREQ(cur_map->cfm_dir, section)) { in set_conf_kv() 397 if (STREQ(val, "yes")) { in gopt_autofs_use_lofs() 400 } else if (STREQ(val, "no")) { in gopt_autofs_use_lofs() 413 if (STREQ(val, "full")) { in gopt_browsable_dirs() 416 } else if (STREQ(val, "yes")) { in gopt_browsable_dirs() 419 } else if (STREQ(val, "no")) { in gopt_browsable_dirs() 482 if (STREQ(val, "yes")) { in gopt_domain_strip() 485 } else if (STREQ(val, "no")) { in gopt_domain_strip() 508 if (STREQ(val, "yes")) { in gopt_forced_unmounts() [all …]
|
| HD | am_ops.c | 283 if (STREQ(opt, "ro")) return "rw"; in reverse_option() 284 if (STREQ(opt, "rw")) return "ro"; in reverse_option() 285 if (STREQ(opt, "bg")) return "fg"; in reverse_option() 286 if (STREQ(opt, "fg")) return "bg"; in reverse_option() 287 if (STREQ(opt, "soft")) return "hard"; in reverse_option() 288 if (STREQ(opt, "hard")) return "soft"; in reverse_option() 367 if (STREQ(rop->fs_type, type)) in ops_search() 420 if (STREQ(fo->opt_opts, fo->opt_remopts)) { in ops_match()
|
| HD | restart.c | 70 } else if (STREQ(me->mnt_type, MNTTAB_TYPE_NFS)) { in restart_fake_mntfs() 94 if (!STREQ(me->mnt_type, MNTTAB_TYPE_NFS)) in restart_fake_mntfs() 145 if (STREQ(me->mnt_type, MNTTAB_TYPE_NFS)) { in restart() 212 if (!STREQ(me->mnt_type, MNTTAB_TYPE_NFS)) in restart_automounter_nodes()
|
| HD | info_passwd.c | 76 if (STREQ(map, PASSWD_MAP)) in passwd_init() 100 if (STREQ(key, "/defaults")) { in passwd_search()
|
| HD | amq_subr.c | 140 && STREQ(gopt.logfile, opt->as_str)) { in amqproc_setopt_1_svc() 221 if (STREQ(mp->am_mnt->mf_ops->fs_type, "toplvl")) in amqproc_pawd_1_svc() 223 if (STREQ(mp->am_mnt->mf_ops->fs_type, "auto")) in amqproc_pawd_1_svc() 238 if (STREQ(tmp_buf, prev_buf)) in amqproc_pawd_1_svc()
|
| HD | mntfs.c | 124 if (STREQ(mf->mf_mount, mp) && in locate_mntfs() 126 || (STREQ(mf->mf_info, info) && mf->mf_ops == ops))) { in locate_mntfs() 344 STREQ(mf->mf_mount, mp)) { in realloc_mntfs()
|
| HD | mapc.c | 392 if (STREQ(type, mt->name)) in mapc_type_exists() 605 if (STREQ(type, mt->name)) { in mapc_create() 752 if (STREQ(m->map_name, map)) in mapc_find() 1013 return STREQ(map, ROOT_MAP) ? 0 : ENOENT; in root_init() 1161 if (type && !STREQ(type, "file")) in get_full_path()
|
| HD | opts.c | 655 selok = STREQ(*op->sel_p, opt); in eval_selectors() 854 if (STREQ(arg, opt_hostd)) in f_xhost() 870 if (STREQ(hp->h_name, opt_hostd)) { in f_xhost() 883 if (STREQ(*cp, opt_hostd)) { in f_xhost() 1165 if (len == op->nlen && STREQ(op->name, nbuf)) { in expand_op()
|
| HD | amfs_generic.c | 331 STREQ(new_mf->mf_fo->opt_mount_type, "autofs")))) in amfs_lookup_one_mntfs() 456 if (STREQ(*cur_ivec, "/") || STREQ(*cur_ivec, "||")) { in amfs_lookup_mntfs() 551 !STREQ(mf->mf_server->fs_proto, "udp"))) in amfs_cont() 559 if (!STREQ(mp->am_mnt->mf_ops->fs_type, "linkx")) in amfs_cont()
|
| HD | amfs_union.c | 93 if (!STREQ(dir, "/defaults")) { in create_amfs_union_node()
|
| /NextBSD/contrib/amd/libamu/ |
| HD | xutil.c | 509 if (STREQ(last_msg, msg)) { in real_plog() 536 if (STREQ(last_msg, msg)) { in real_plog() 607 if (STREQ(opt, dp->opt)) in cmdoption() 609 if (opt != s && !dpn && STREQ(s, dp->opt)) in cmdoption() 689 if (STREQ(facstr, "kern")) in get_syslog_facility() 693 if (STREQ(facstr, "user")) in get_syslog_facility() 697 if (STREQ(facstr, "mail")) in get_syslog_facility() 701 if (STREQ(facstr, "daemon")) in get_syslog_facility() 705 if (STREQ(facstr, "auth")) in get_syslog_facility() 709 if (STREQ(facstr, "syslog")) in get_syslog_facility() [all …]
|
| HD | mount_fs.c | 550 if (nfs_proto && STREQ(nfs_proto, "tcp")) in compute_nfs_args() 557 if (STREQ(nfs_proto, "tcp")) in compute_nfs_args() 559 else if (STREQ(nfs_proto, "udp")) in compute_nfs_args() 568 if (STREQ(nfs_proto, "tcp")) /* AIX 4.2.x needs this */ in compute_nfs_args() 570 else if (STREQ(nfs_proto, "udp")) in compute_nfs_args()
|
| /NextBSD/contrib/amd/fsinfo/ |
| HD | fsi_analyze.c | 101 STREQ(p1 + 1, p2 + 1)) in domain_strip() 227 else if (STREQ(mp->m_name, "default")) in analyze_dkmount_tree() 284 if (mp2 && STREQ(mp2->m_name, "default")) { in analyze_dkmounts() 326 if (STREQ(dp->d_fstype, "swap")) { in fixup_required_disk_info() 373 } else if (STREQ(dp->d_fstype, "export")) { in fixup_required_disk_info() 520 STREQ(mp->m_dk->d_host->h_hostname, fp->f_from)) { in analyze_mounts() 552 } else if (STREQ(fp->f_localname, "/")) { in analyze_mounts() 555 } else if (STREQ(fp->f_localname, "swap")) { in analyze_mounts() 617 if (STREQ(ap->a_volname, ap->a_name)) in analyze_automount()
|
| HD | wr_atab.c | 98 if (ap->a_opts && !STREQ(ap->a_opts, "")) { in write_amount_info() 139 if (!STREQ(mp->m_dk->d_mountpt, amountpt)) { in write_amount_info() 213 if (ap->a_opts && !STREQ(ap->a_opts, "")) { in write_amount_info()
|
| HD | wr_fstab.c | 156 if (STREQ(dp->d_fstype, "jfs") && in write_aix3_dkfstab() 275 if (STREQ(os_name, op->os_name)) in find_fstab_type() 290 if (!STREQ(dp->d_fstype, "export")) in write_dkfstab()
|
| /NextBSD/contrib/libreadline/ |
| HD | histlib.h | 31 #if !defined (STREQ) 32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
|
| HD | rldefs.h | 143 #if !defined (STREQ) 144 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
|
| HD | nls.c | 119 if (t && *t && (t[0] != 'C' || t[1]) && (STREQ (t, "POSIX") == 0)) in _rl_init_eightbit() 141 if (STREQ (t, legal_lang_values[i])) in _rl_init_eightbit()
|
| /NextBSD/contrib/ntp/ntpdc/ |
| HD | ntpdc_ops.c | 230 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro 881 if (STREQ(pcmd->argval[0].string, "oneline")) in loopinfo() 883 else if (STREQ(pcmd->argval[0].string, "multiline")) in loopinfo() 1350 if (STREQ(pcmd->argval[items].string, "prefer")) in doconfig() 1352 else if (STREQ(pcmd->argval[items].string, "burst")) in doconfig() 1354 else if (STREQ(pcmd->argval[items].string, "iburst")) in doconfig() 1356 else if (!refc && STREQ(pcmd->argval[items].string, "keyid")) in doconfig() 1358 else if (!refc && STREQ(pcmd->argval[items].string, "version")) in doconfig() 1360 else if (STREQ(pcmd->argval[items].string, "minpoll")) in doconfig() 1362 else if (STREQ(pcmd->argval[items].string, "maxpoll")) in doconfig() [all …]
|
| /NextBSD/bin/test/ |
| HD | test.c | 104 STREQ, enumerator 148 {"=", STREQ}, 149 {"==", STREQ}, 334 case STREQ: in binop()
|
| /NextBSD/contrib/amd/hlfsd/ |
| HD | homedir.c | 347 if (STREQ(untab[max].username, username)) 349 if (STREQ(untab[min].username, username)) 397 if (STREQ(home, "/")) 559 if (STREQ("root", pent_p->pw_name)) {
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | regex.c | 397 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) macro 2190 (STREQ (string, "alpha") || STREQ (string, "upper") \ 2191 || STREQ (string, "lower") || STREQ (string, "digit") \ 2192 || STREQ (string, "alnum") || STREQ (string, "xdigit") \ 2193 || STREQ (string, "space") || STREQ (string, "print") \ 2194 || STREQ (string, "punct") || STREQ (string, "graph") \ 2195 || STREQ (string, "cntrl") || STREQ (string, "blank")) 3220 boolean is_lower = STREQ (str, "lower"); in PREFIX() 3221 boolean is_upper = STREQ (str, "upper"); in PREFIX() 3253 boolean is_alnum = STREQ (str, "alnum"); in PREFIX() [all …]
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | regex.c | 397 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) macro 2190 (STREQ (string, "alpha") || STREQ (string, "upper") \ 2191 || STREQ (string, "lower") || STREQ (string, "digit") \ 2192 || STREQ (string, "alnum") || STREQ (string, "xdigit") \ 2193 || STREQ (string, "space") || STREQ (string, "print") \ 2194 || STREQ (string, "punct") || STREQ (string, "graph") \ 2195 || STREQ (string, "cntrl") || STREQ (string, "blank")) 3220 boolean is_lower = STREQ (str, "lower"); in PREFIX() 3221 boolean is_upper = STREQ (str, "upper"); in PREFIX() 3253 boolean is_alnum = STREQ (str, "alnum"); in PREFIX() [all …]
|
| /NextBSD/usr.bin/m4/ |
| HD | stdd.h | 52 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
|
| /NextBSD/contrib/amd/conf/checkmount/ |
| HD | checkmount_bsd44.c | 70 if (STREQ(colon + 1, path) && in fixmount_check_mount()
|