rv                 83 nsswitch/winbind_nss_netbsd.c 	int	rv;
rv                 85 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_endgrent();
rv                 86 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                 92 nsswitch/winbind_nss_netbsd.c 	int	rv;
rv                 94 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_setgrent();
rv                 95 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                103 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                106 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getgrent_r(&_winbind_group,
rv                108 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                110 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                122 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                127 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getgrent_r(grp, buffer, buflen, rerrno);
rv                128 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                132 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                141 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                144 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getgrgid_r(gid, &_winbind_group,
rv                146 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                148 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                161 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                166 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getgrgid_r(gid, grp, buffer, buflen, &rerrno);
rv                167 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                171 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                180 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                183 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getgrnam_r(name, &_winbind_group,
rv                185 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                187 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                200 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                205 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getgrnam_r(name, grp, buffer, buflen, &rerrno);
rv                206 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                210 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                270 nsswitch/winbind_nss_netbsd.c 	int	rv;
rv                272 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_endpwent();
rv                273 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                279 nsswitch/winbind_nss_netbsd.c 	int	rv;
rv                281 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_setpwent();
rv                282 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                290 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                294 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getpwent_r(&_winbind_passwd,
rv                296 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                298 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                310 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                315 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getpwent_r(pw, buffer, buflen, rerrno);
rv                316 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                320 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                329 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                332 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getpwnam_r(name, &_winbind_passwd,
rv                334 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                336 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                349 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                354 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getpwnam_r(name, pw, buffer, buflen, &rerrno);
rv                355 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                359 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                368 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                371 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getpwuid_r(uid, &_winbind_passwd,
rv                373 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                375 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                388 nsswitch/winbind_nss_netbsd.c 	int	rv, rerrno;
rv                393 nsswitch/winbind_nss_netbsd.c 	rv = _nss_winbind_getpwuid_r(uid, pw, buffer, buflen, &rerrno);
rv                394 nsswitch/winbind_nss_netbsd.c 	if (rv == NS_SUCCESS)
rv                398 nsswitch/winbind_nss_netbsd.c 	return rv;
rv                229 source3/torture/pdbtest.c 	NTSTATUS rv;
rv                267 source3/torture/pdbtest.c 	rv = make_pdb_method_name(&pdb, backend);
rv                268 source3/torture/pdbtest.c 	if (NT_STATUS_IS_ERR(rv)) {
rv                269 source3/torture/pdbtest.c 		fprintf(stderr, "Error initializing '%s': %s\n", backend, get_friendly_nt_error_msg(rv));
rv                331 source3/torture/pdbtest.c 	if (!NT_STATUS_IS_OK(rv = pdb->add_sam_account(pdb, out))) {
rv                333 source3/torture/pdbtest.c 				get_friendly_nt_error_msg(rv));
rv                346 source3/torture/pdbtest.c 		if (!NT_STATUS_IS_OK(rv = pdb->delete_sam_account(pdb, out))) {
rv                348 source3/torture/pdbtest.c 					get_friendly_nt_error_msg(rv));
rv                362 source3/torture/pdbtest.c 	if (!NT_STATUS_IS_OK(rv = pdb->delete_sam_account(pdb, out))) {
rv                364 source3/torture/pdbtest.c 					get_friendly_nt_error_msg(rv));
rv                396 source4/heimdal/lib/roken/vis.c 	int rv;
rv                403 source4/heimdal/lib/roken/vis.c 	rv = strsvis(dst, src, flag, extra);
rv                405 source4/heimdal/lib/roken/vis.c 	return rv;
rv                413 source4/heimdal/lib/roken/vis.c 	int rv;
rv                420 source4/heimdal/lib/roken/vis.c 	rv = strsvisx(dst, src, len, flag, extra);
rv                422 source4/heimdal/lib/roken/vis.c 	return rv;