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

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrbhst.c397 char **hostlist; local
398 hostlist = krb5_config_get_strings(context, NULL,
401 if(hostlist == NULL)
404 for(i = 0; hostlist && hostlist[i] != NULL; i++)
405 append_host_string(context, kd, hostlist[i], kd->def_port, kd->port);
407 krb5_config_free_strings(hostlist);
908 unsigned int type, char ***hostlist)
926 *hostlist = calloc(nhost + 1, sizeof(**hostlist));
907 gethostlist(krb5_context context, const char *realm, unsigned int type, char ***hostlist) argument
952 krb5_get_krb_admin_hst(krb5_context context, const krb5_realm *realm, char ***hostlist) argument
964 krb5_get_krb_changepw_hst(krb5_context context, const krb5_realm *realm, char ***hostlist) argument
976 krb5_get_krb524hst(krb5_context context, const krb5_realm *realm, char ***hostlist) argument
989 krb5_get_krbhst(krb5_context context, const krb5_realm *realm, char ***hostlist) argument
1001 krb5_free_krbhst(krb5_context context, char **hostlist) argument
[all...]
/freebsd-9.3-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-9.3-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);
1261 struct hostlist *hp;
1306 if (gotalldir && hp == (struct hostlist *)NULL) {
1883 dp->dp_hosts = (struct hostlist *)NULL;
1897 struct hostlist *hp;
1946 struct hostlist *h
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c89 char **hostlist; local
91 ret = krb5_get_krb_admin_hst (context, &(*ctx)->realm, &hostlist);
97 (*ctx)->admin_server = strdup(*hostlist);
98 krb5_free_krbhst (context, hostlist);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c4993 char *hostlist, *host; local
5027 hostlist = newstr(pmap->ph_servers);
5028 for (host = strtok(hostlist, " ");
5060 sm_free(hostlist); /* XXX */
5084 sm_free(hostlist); /* XXX */

Completed in 122 milliseconds