| /src/external/bsd/ipf/dist/lib/ |
| printstate.c | 1 /* $NetBSD: printstate.c,v 1.1.1.1 2012/03/23 21:20:10 christos Exp $ */ 14 printstate(sp, opts, now) function
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| crypto.h | 265 pgp_printstate_t printstate; /* used to keep printing state */ member in struct:pgp_cbdata_t
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dst_api.c | 2009 printstate(const dst_key_t *key, int type, const char *tag, FILE *stream) { function 2099 printstate(key, DST_KEY_DNSKEY, "DNSKEYState", fp); 2100 printstate(key, DST_KEY_ZRRSIG, "ZRRSIGState", fp); 2101 printstate(key, DST_KEY_KRRSIG, "KRRSIGState", fp); 2102 printstate(key, DST_KEY_DS, "DSState", fp); 2103 printstate(key, DST_KEY_GOAL, "GoalState", fp);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_api.c | 2064 printstate(const dst_key_t *key, int type, const char *tag, FILE *stream) { function 2151 printstate(key, DST_KEY_DNSKEY, "DNSKEYState", fp); 2152 printstate(key, DST_KEY_ZRRSIG, "ZRRSIGState", fp); 2153 printstate(key, DST_KEY_KRRSIG, "KRRSIGState", fp); 2154 printstate(key, DST_KEY_DS, "DSState", fp); 2155 printstate(key, DST_KEY_GOAL, "GoalState", fp);
|