Searched refs:hostlist (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dkrbhst.c462 char **hostlist; local
463 hostlist = krb5_config_get_strings(context, NULL,
467 kd->realm, hostlist ? "" : " not");
469 if(hostlist == NULL)
472 for(i = 0; hostlist && hostlist[i] != NULL; i++)
473 append_host_string(context, kd, hostlist[i], kd->def_port, kd->port);
475 krb5_config_free_strings(hostlist);
1018 unsigned int type, char ***hostlist)
1037 *hostlist
1017 gethostlist(krb5_context context, const char *realm, unsigned int type, char ***hostlist) argument
1063 krb5_get_krb_admin_hst(krb5_context context, const krb5_realm *realm, char ***hostlist) argument
1075 krb5_get_krb_changepw_hst(krb5_context context, const krb5_realm *realm, char ***hostlist) argument
1087 krb5_get_krb524hst(krb5_context context, const krb5_realm *realm, char ***hostlist) argument
1100 krb5_get_krbhst(krb5_context context, const krb5_realm *realm, char ***hostlist) argument
1112 krb5_free_krbhst(krb5_context context, char **hostlist) argument
[all...]
/freebsd-10.2-release/usr.sbin/yppush/
H A Dyppush_main.c484 struct hostlist { struct
486 struct hostlist *next;
488 struct hostlist *yppush_hostlist = NULL;
489 struct hostlist *tmp;
505 if ((tmp = (struct hostlist *)malloc(sizeof(struct hostlist))) == NULL) {
/freebsd-10.2-release/usr.sbin/mountd/
H A Dmountd.c103 struct hostlist *dp_hosts; /* List of hosts this dir exported to */
151 struct hostlist { struct
154 struct hostlist *ht_next;
191 void free_host(struct hostlist *);
194 struct hostlist *get_ht(void);
1262 struct hostlist *hp;
1307 if (gotalldir && hp == (struct hostlist *)NULL) {
1895 dp->dp_hosts = (struct hostlist *)NULL;
1909 struct hostlist *hp;
1958 struct hostlist *h
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c95 char **hostlist; local
97 ret = krb5_get_krb_admin_hst (context, &(*ctx)->realm, &hostlist);
103 (*ctx)->admin_server = strdup(*hostlist);
104 krb5_free_krbhst (context, hostlist);
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c115 struct hostlist *dp_hosts; /* List of hosts this dir exported to */
157 struct hostlist { struct
160 struct hostlist *ht_next;
196 static void free_host __P((struct hostlist *));
200 static struct hostlist *get_ht __P((void));
796 struct hostlist *hp;
1313 struct hostlist *hp;
1364 struct hostlist *hp;
1614 struct hostlist *hp;
1895 struct hostlist *h
[all...]
/freebsd-10.2-release/contrib/sendmail/src/
H A Dmap.c5007 char *hostlist, *host; local
5041 hostlist = newstr(pmap->ph_servers);
5042 for (host = strtok(hostlist, " ");
5074 sm_free(hostlist); /* XXX */
5098 sm_free(hostlist); /* XXX */

Completed in 130 milliseconds