Home
last modified time | relevance | path

Searched refs:auth_name_new (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/usr.sbin/ctld/
HDparse.y287 an = auth_name_new(auth_group, $2);
743 an = auth_name_new(target->t_auth_group, $2);
HDuclparse.c466 an = auth_name_new(auth_group, value); in uclparse_auth_group()
810 an = auth_name_new(target->t_auth_group, in uclparse_target()
HDctld.h280 const struct auth_name *auth_name_new(struct auth_group *ag,
HDctld.c298 auth_name_new(struct auth_group *ag, const char *name) in auth_name_new() function