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

/illumos-gate/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...]
/illumos-gate/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)
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c53 * nis function pointer table, used by passwdutil_init to initialize
106 nis_to_pwd(char *nis, struct passwd *pwd) argument
108 pwd->pw_name = strsep(&nis, ":");
109 pwd->pw_passwd = strsep(&nis, ":");
110 pwd->pw_uid = atoi(strsep(&nis, ":"));
111 pwd->pw_gid = atoi(strsep(&nis, ":"));
112 pwd->pw_gecos = strsep(&nis, ":");
113 pwd->pw_dir = strsep(&nis, ":");
114 pwd->pw_shell = nis;
232 if ((w->data.val_s = strdup("nis"))
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c283 char *dns, *nis; local
289 nis = nwamd_get_dhcpinfo_data("NISdmain", ncu->ncu_name);
291 if (dns != NULL || nis != NULL) {
296 adp->nis_domain = nis;

Completed in 84 milliseconds