Home
last modified time | relevance | path

Searched refs:nis_map (Results 1 – 15 of 15) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dutil.c637 char *nis_map = (char *)lp_homedir_map(talloc_tos(), lp_sub); in automount_lookup() local
644 snprintf(buffer, sizeof(buffer), "[key=%s],%s", user_name, nis_map); in automount_lookup()
691 char *nis_map = lp_homedir_map(talloc_tos(), lp_sub); in automount_lookup() local
700 if ((nis_error = yp_match(nis_domain, nis_map, user_name, in automount_lookup()
713 user_name, nis_map)); in automount_lookup()
717 yperr_string(nis_error), user_name, nis_map)); in automount_lookup()
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dutil.c2064 char *nis_map = (char *) lp_nis_home_map_name (); in automount_lookup() local
2075 slprintf (buffer, sizeof (buffer) - 1, "[%s=%s]%s.%s", "key", user_name, nis_map, in automount_lookup()
2123 char *nis_map = (char *) lp_nis_home_map_name (); in automount_lookup() local
2141 if ((nis_error = yp_match (nis_domain, nis_map, in automount_lookup()
2146 yperr_string (nis_error), user_name, nis_map)); in automount_lookup()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dutil.c2064 char *nis_map = (char *) lp_nis_home_map_name (); in automount_lookup() local
2075 slprintf (buffer, sizeof (buffer) - 1, "[%s=%s]%s.%s", "key", user_name, nis_map, in automount_lookup()
2123 char *nis_map = (char *) lp_nis_home_map_name (); in automount_lookup() local
2141 if ((nis_error = yp_match (nis_domain, nis_map, in automount_lookup()
2146 yperr_string (nis_error), user_name, nis_map)); in automount_lookup()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/lang/python37/Python-3.7.12/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/lang/python27/Python-2.7.18/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/lang/python38/Python-3.8.12/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/lang/python39/Python-3.9.9/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dnismodule.c56 static struct nis_map { struct
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dnismodule.c87 static struct nis_map { struct
/dports/lang/python310/Python-3.10.1/Modules/
H A Dnismodule.c86 static struct nis_map { struct
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dutil.c3747 char *nis_map = (char *)lp_nis_home_map_name(); local
3762 slprintf(buffer, sizeof(buffer)-1, "[%s=%s]%s.%s", "key", user_name, nis_map, nis_domain);
3802 char *nis_map = (char *)lp_nis_home_map_name(); local
3820 if ((nis_error = yp_match(nis_domain, nis_map,
3825 yperr_string(nis_error), user_name, nis_map));