Searched refs:the_name (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_sunos.c697 char *the_name, *mount_page; local
742 the_name = getname(sunos_mount.hostname);
743 if (IS_ERR(the_name))
744 return PTR_ERR(the_name);
746 strlcpy(linux_nfs_mount.hostname, the_name,
748 putname (the_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_group.c155 char *the_name; local
159 the_name = names[i];
161 DEBUG(10, ("processing name %s\n", the_name));
170 DEBUG(3, ("name %s isn't a domain user\n", the_name));
176 fill_domain_username(name, domain->name, the_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sunos32.c663 char *the_name, *mount_page;
708 the_name = getname(sunos_mount.hostname);
709 if (IS_ERR(the_name))
710 return PTR_ERR(the_name);
712 strlcpy(linux_nfs_mount.hostname, the_name,
714 putname (the_name);

Completed in 115 milliseconds