Searched refs:gns (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Darch.c222 * adding nodes for the expanded members to gns. Nodes are created as
227 * gns The list on which to place the nodes.
235 Arch_ParseArchive(char **pp, GNodeList *gns, GNode *scope) argument
380 Lst_Append(gns, gn);
382 } else if (!Arch_ParseArchive(&p, gns, scope)) {
405 Lst_Append(gns, gn);
423 Lst_Append(gns, gn);
H A Dtarg.c338 Targ_FindList(GNodeList *gns, StringList *names) argument
345 Lst_Append(gns, gn);
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dca.c1448 GeneralNames gns; local
1453 memset(&gns, 0, sizeof(gns));
1489 ret = add_GeneralNames(&gns, &gn);
1495 ai->authorityCertIssuer->val = gns.val;
1496 ai->authorityCertIssuer->len = gns.len;
/freebsd-13-stable/crypto/openssl/apps/
H A Dcms.c1152 static void gnames_stack_print(STACK_OF(GENERAL_NAMES) *gns)
1158 for (i = 0; i < sk_GENERAL_NAMES_num(gns); i++) {
1159 gens = sk_GENERAL_NAMES_value(gns, i);

Completed in 51 milliseconds