my_yp_domain      112 source3/smbd/globals.c char *my_yp_domain = NULL;
my_yp_domain      110 source3/smbd/globals.h extern char *my_yp_domain;
my_yp_domain      398 source3/smbd/password.c 	if (my_yp_domain == NULL)
my_yp_domain      399 source3/smbd/password.c 		yp_get_default_domain(&my_yp_domain);
my_yp_domain      401 source3/smbd/password.c 	if(my_yp_domain == NULL) {
my_yp_domain      407 source3/smbd/password.c 		user, my_yp_domain?my_yp_domain:"(ANY)", ngname));
my_yp_domain      409 source3/smbd/password.c 	if (innetgr(ngname, NULL, user, my_yp_domain)) {
my_yp_domain      423 source3/smbd/password.c 			lowercase_user, my_yp_domain?my_yp_domain:"(ANY)", ngname));
my_yp_domain      425 source3/smbd/password.c 		if (innetgr(ngname, NULL, lowercase_user, my_yp_domain)) {