Home
last modified time | relevance | path

Searched refs:altname_c (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/acme-client/
H A Dparse.h46 TAILQ_HEAD(, altname_c) altname_list;
59 struct altname_c { struct
60 TAILQ_ENTRY(altname_c) entry;
H A Dparse.y404 struct altname_c *ac;
409 if ((ac = calloc(1, sizeof(struct altname_c))) == NULL)
1012 struct altname_c *ac; in clear_config()
1047 struct altname_c *ac; in print_config()
H A Dmain.c59 struct altname_c *ac; in main()