Lines Matching refs:string_equal

808 	else if ((which == SEL_NAME) && (string_equal(name, tokens[0]))) match = 1;  in _fsi_parse_user()
927 else if ((which == SEL_NAME) && (string_equal(name, tokens[0]))) match = 1; in _fsi_parse_group()
1061 if (string_equal(user, members[i])) in _fsi_get_grouplist()
1121 else if (string_equal(name, tokens[0])) match = 1; in _fsi_parse_alias()
1221 else if ((which == SEL_NAME) && (string_equal(name, tokens[1]))) match = 1; in _fsi_parse_ether()
1222 else if ((which == SEL_NUMBER) && (string_equal(name, cmac))) match = 1; in _fsi_parse_ether()
1362 if (string_equal(name, tokens[1])) match = 1; in _fsi_parse_host()
1366 if (string_equal(name, h_aliases[i])) match = 1; in _fsi_parse_host()
1511 if (string_equal(name, tokens[0])) match = 1; in _fsi_parse_service()
1515 if (string_equal(name, s_aliases[i])) match = 1; in _fsi_parse_service()
1623 if (string_equal(name, tokens[0])) match = 1; in _fsi_parse_name_num_aliases()
1627 if (string_equal(name, aliases[i])) match = 1; in _fsi_parse_name_num_aliases()
1774 …if ((string_equal(opts[i], "rw")) || (string_equal(opts[i], "ro")) || (string_equal(opts[i], "sw")… in _fsi_parse_fs()
1784 else if ((which == SEL_NAME) && (string_equal(name, tokens[0]))) match = 1; in _fsi_parse_fs()
1785 else if ((which == SEL_NUMBER) && (string_equal(name, tokens[1]))) match = 1; in _fsi_parse_fs()
1870 if (string_equal(rootfsinfo.f_fstypename, "synthfs")) { in _fsi_fs_root()
1917 if ((rfs != NULL) && (string_equal(name, rfs->fs_spec))) in _fsi_get_fs()
1928 if ((rfs != NULL) && (string_equal(name, rfs->fs_file))) in _fsi_get_fs()