Searched defs:nis (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dnis.c19 static const char rcsid[] = "$Id: nis.c,v 1.3 2005/04/27 04:56:32 sra Exp $";
65 struct nis_p *nis; local
73 if (!(nis = memget(sizeof *nis))) {
77 memset(nis, 0, sizeof *nis);
79 memput(nis, sizeof *nis);
84 acc->private = nis;
85 nis
111 struct nis_p *nis = (struct nis_p *)this->private; local
132 struct nis_p *nis = (struct nis_p *)this->private; local
145 struct nis_p *nis = (struct nis_p *)this->private; local
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dniprop.c75 ni_status nis; local
118 nis = ni_open(NULL, LOCAL_NETINFO_DOMAIN, &ni);
121 sm_dprintf("ni_open(LOCAL) = %d\n", nis);
129 nis = ni_open(lastni, PARENT_NETINFO_DOMAIN, &ni);
132 sm_dprintf("ni_open(PARENT) = %d\n", nis);
144 if (nis != 0)
/osnet-11/usr/src/lib/passwdutil/
H A Dnis_attr.c54 * nis function pointer table, used by passwdutil_init to initialize
107 nis_to_pwd(char *nis, struct passwd *pwd) argument
109 pwd->pw_name = strsep(&nis, ":");
110 pwd->pw_passwd = strsep(&nis, ":");
111 pwd->pw_uid = atoi(strsep(&nis, ":"));
112 pwd->pw_gid = atoi(strsep(&nis, ":"));
113 pwd->pw_gecos = strsep(&nis, ":");
114 pwd->pw_dir = strsep(&nis, ":");
115 pwd->pw_shell = nis;
236 if ((w->data.val_s = strdup("nis"))
[all...]

Completed in 36 milliseconds