Lines Matching refs:STREQ

291   if (STREQ(section, "global")) {  in set_conf_kv()
329 if (cur_map->cfm_dir && !STREQ(cur_map->cfm_dir, section)) { in set_conf_kv()
417 if (STREQ(val, "yes")) { in gopt_autofs_use_lofs()
420 } else if (STREQ(val, "no")) { in gopt_autofs_use_lofs()
433 if (STREQ(val, "full")) { in gopt_browsable_dirs()
436 } else if (STREQ(val, "yes")) { in gopt_browsable_dirs()
439 } else if (STREQ(val, "no")) { in gopt_browsable_dirs()
502 if (STREQ(val, "yes")) { in gopt_domain_strip()
505 } else if (STREQ(val, "no")) { in gopt_domain_strip()
528 if (STREQ(val, "yes")) { in gopt_forced_unmounts()
557 } else if (STREQ(val, "no")) { in gopt_forced_unmounts()
578 if (STREQ(val, "yes")) { in gopt_fully_qualified_hosts()
581 } else if (STREQ(val, "no")) { in gopt_fully_qualified_hosts()
797 if (STREQ(val, "autofs")) { in gopt_mount_type()
806 } else if (STREQ(val, "nfs")) { in gopt_mount_type()
853 if (STREQ(val, "yes")) { in gopt_nfs_allow_any_interface()
856 } else if (STREQ(val, "no")) { in gopt_nfs_allow_any_interface()
869 if (STREQ(val, "yes")) { in gopt_nfs_allow_insecure_port()
872 } else if (STREQ(val, "no")) { in gopt_nfs_allow_insecure_port()
885 if (STREQ(val, "udp") || STREQ(val, "tcp")) { in gopt_nfs_proto()
1007 if (STREQ(val, "yes")) { in gopt_normalize_hostnames()
1010 } else if (STREQ(val, "no")) { in gopt_normalize_hostnames()
1023 if (STREQ(val, "yes")) { in gopt_normalize_slashes()
1026 } else if (STREQ(val, "no")) { in gopt_normalize_slashes()
1055 if (STREQ(val, "yes")) { in gopt_plock()
1058 } else if (STREQ(val, "no")) { in gopt_plock()
1071 if (STREQ(val, "yes")) { in gopt_print_pid()
1074 } else if (STREQ(val, "no")) { in gopt_print_pid()
1087 if (STREQ(val, "yes")) { in gopt_print_version()
1092 } else if (STREQ(val, "no")) { in gopt_print_version()
1104 if (STREQ(val, "yes")) { in gopt_restart_mounts()
1107 } else if (STREQ(val, "no")) { in gopt_restart_mounts()
1128 if (STREQ(val, "yes")) { in gopt_selectors_in_defaults()
1131 } else if (STREQ(val, "no")) { in gopt_selectors_in_defaults()
1144 if (STREQ(val, "yes")) { in gopt_show_statfs_entries()
1147 } else if (STREQ(val, "no")) { in gopt_show_statfs_entries()
1160 if (STREQ(val, "yes")) { in gopt_sun_map_syntax()
1163 } else if (STREQ(val, "no")) { in gopt_sun_map_syntax()
1176 if (STREQ(val, "yes")) { in gopt_truncate_log()
1179 } else if (STREQ(val, "no")) { in gopt_truncate_log()
1192 if (STREQ(val, "yes")) { in gopt_unmount_on_exit()
1195 } else if (STREQ(val, "no")) { in gopt_unmount_on_exit()
1209 if (STREQ(val, "yes")) { in gopt_use_tcpwrappers()
1212 } else if (STREQ(val, "no")) { in gopt_use_tcpwrappers()
1254 if (STREQ(key, "browsable_dirs")) in process_regular_option()
1257 if (STREQ(key, "map_name")) in process_regular_option()
1260 if (STREQ(key, "map_defaults")) in process_regular_option()
1263 if (STREQ(key, "map_options")) in process_regular_option()
1266 if (STREQ(key, "map_type")) in process_regular_option()
1269 if (STREQ(key, "mount_type")) in process_regular_option()
1272 if (STREQ(key, "search_path")) in process_regular_option()
1275 if (STREQ(key, "sun_map_syntax")) in process_regular_option()
1278 if (STREQ(key, "tag")) in process_regular_option()
1290 if (STREQ(val, "full")) { in ropt_browsable_dirs()
1293 } else if (STREQ(val, "yes")) { in ropt_browsable_dirs()
1296 } else if (STREQ(val, "no")) { in ropt_browsable_dirs()
1346 if (STREQ(val, "autofs")) { in ropt_mount_type()
1355 } else if (STREQ(val, "nfs")) { in ropt_mount_type()
1376 if (STREQ(val, "yes")) { in ropt_sun_map_syntax()
1380 } else if (STREQ(val, "no")) { in ropt_sun_map_syntax()
1414 (conf_tag && STREQ(cfm->cfm_tag, conf_tag))) { in process_one_regular_map()
1469 if (STREQ(tmp_map->cfm_dir, name)) { in find_cf_map()