Home
last modified time | relevance | path

Searched refs:spn (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/kdc/
Dkrb5tgs.c1573 char *spn = NULL, *cpn = NULL, *tpn = NULL, *dpn = NULL, *krbtgt_out_n = NULL; in tgs_build_reply() local
1665 ret = verify_flags(context, config, &adtkt, spn); in tgs_build_reply()
1678 ret = krb5_unparse_name(context, sp, &spn); in tgs_build_reply()
1691 cpn, from, spn, opt_str); in tgs_build_reply()
1694 "TGS-REQ %s from %s for %s", cpn, from, spn); in tgs_build_reply()
1718 ref_realm, spn); in tgs_build_reply()
1725 free(spn); in tgs_build_reply()
1726 spn = NULL; in tgs_build_reply()
1727 ret = krb5_unparse_name(context, sp, &spn); in tgs_build_reply()
1764 free(spn); in tgs_build_reply()
[all …]
/netbsd/src/external/bsd/mdocml/dist/
Dtbl_term.c582 const struct tbl_span *spn, int flags) in tbl_hrule() argument
595 cpn = spn == NULL ? NULL : spn->layout->first; in tbl_hrule()
597 if (spn != NULL) { in tbl_hrule()
598 if (spn->pos == TBL_SPAN_DATA) in tbl_hrule()
599 dpn = spn->first; in tbl_hrule()
600 else if (spn->next != NULL) in tbl_hrule()
601 dpn = spn->next->first; in tbl_hrule()
603 opts = spn == NULL ? spp->opts->opts : spn->opts->opts; in tbl_hrule()
607 spn->pos == TBL_SPAN_DHORIZ ? 2 : 1; in tbl_hrule()
618 (spn == NULL ? 0 : BDOWN * bw) + in tbl_hrule()
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/kcm/
Dcache.c158 char *cpn = NULL, *spn = NULL; in kcm_debug_ccache() local
175 krb5_unparse_name(context, p->server, &spn); in kcm_debug_ccache()
181 (spn == NULL) ? "<none>" : spn, in kcm_debug_ccache()
186 if (spn != NULL) in kcm_debug_ccache()
187 free(spn); in kcm_debug_ccache()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
Dtest.crt96 bnFCacA22uG8JPq9j8XOytSvs/HXIMGsTTFCxc1ubEEMjo0IjyywdgIY1w0P/spn
Dtest.combined.crt96 bnFCacA22uG8JPq9j8XOytSvs/HXIMGsTTFCxc1ubEEMjo0IjyywdgIY1w0P/spn
/netbsd/src/sys/arch/arm/arm32/
Dpmap.c8179 paddr_t spn = uvm_physseg_get_start(ups); in pmap_boot_pagealloc() local
8181 if (spn == atop(pv->pv_pa + pv->pv_size) in pmap_boot_pagealloc()
8188 ptoa(spn) + (pv->pv_va - pv->pv_pa), in pmap_boot_pagealloc()
8189 ptoa(spn), in pmap_boot_pagealloc()
8194 uvm_physseg_unplug(spn, atop(amount - pv->pv_size)); in pmap_boot_pagealloc()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
DChangeLog593 * ad.c: try handle spn's better
/netbsd/src/crypto/external/bsd/heimdal/dist/
DChangeLog.2006797 * appl/gssmask/gssmask.c: Don't announce spn if there is none.
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dinclhack.def4802 * Fix return value of mem{ccpy,chr,cpy,set} and str{len,spn,cspn}
/netbsd/src/external/gpl2/xcvs/dist/doc/
DChangeLog715 (Reported by Steven Nicoloso <spn@nwmail.wh.lucent.com>.)
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog.106342 and str{len,spn,cspn} on sysV68.
DFSFChangeLog.11107 (str{len,spn,cspn} return value): Handle different layout on sysV88.