/freebsd/sbin/rcorder/ |
H A D | hash.c | 95 register Hash_Table *t, /* Structure to use to hold table. */ in Hash_InitTable() 141 Hash_DeleteTable(Hash_Table *t) in Hash_DeleteTable() 181 Hash_Table *t, /* Hash table to search. */ in Hash_FindEntry() 184 register Hash_Entry *e; in Hash_FindEntry() local 186 register char *p; in Hash_FindEntry() local 218 register Hash_Table *t, /* Hash table to search. */ in Hash_CreateEntry() 223 register Hash_Entry *e; in Hash_CreateEntry() local 225 register char *p; in Hash_CreateEntry() local 284 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *e) in Hash_DeleteEntry() 286 register Hash_Entry **hp, *p; in Hash_DeleteEntry() local [all …]
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | fuzz_bio.c | 96 struct param *p; in unpack() local 133 pack(uint8_t *ptr, size_t len, const struct param *p) in pack() 244 get_info(const struct param *p) in get_info() 274 consume_template(const fido_bio_template_t *t) in consume_template() 281 consume_enroll(fido_bio_enroll_t *e) in consume_enroll() 293 enroll(const struct param *p) in enroll() 296 fido_bio_template_t *t = NULL; in enroll() local 297 fido_bio_enroll_t *e = NULL; in enroll() local 328 list(const struct param *p) in list() 332 const fido_bio_template_t *t = NULL; in list() local [all …]
|
/freebsd/lib/libc/gen/ |
H A D | getttyent.c | 55 struct ttyent *t; in getttynam() local 122 char *p; in getttyent() local 149 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace((unsigned char)p[sizeof(e) - 1]) in getttyent() argument 150 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' in getttyent() argument 218 skip(char *p) in skip() 220 char *t; in skip() local 251 value(char *p) in value() 294 struct ttyent *t; in isttystat() local
|
/freebsd/lib/libc/db/recno/ |
H A D | rec_get.c | 59 BTREE *t; in __rec_get() local 60 EPG *e; in __rec_get() local 112 __rec_fpipe(BTREE *t, recno_t top) in __rec_fpipe() 118 u_char *p; in __rec_fpipe() local 164 __rec_vpipe(BTREE *t, recno_t top) in __rec_vpipe() 171 u_char *p; in __rec_vpipe() local 217 __rec_fmap(BTREE *t, recno_t top) in __rec_fmap() 221 u_char *sp, *ep, *p; in __rec_fmap() local 263 __rec_vmap(BTREE *t, recno_t top) in __rec_vmap()
|
H A D | rec_utils.c | 56 __rec_ret(BTREE *t, EPG *e, recno_t nrec, DBT *key, DBT *data) in __rec_ret() 59 void *p; in __rec_ret() local
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_get.c | 65 BTREE *t; in __rec_get() local 66 EPG *e; in __rec_get() local 118 __rec_fpipe(BTREE *t, recno_t top) in __rec_fpipe() 124 u_char *p; in __rec_fpipe() local 172 __rec_vpipe(BTREE *t, recno_t top) in __rec_vpipe() 179 u_char *p; in __rec_vpipe() local 227 __rec_fmap(BTREE *t, recno_t top) in __rec_fmap() 231 u_char *sp, *ep, *p; in __rec_fmap() local 275 __rec_vmap(BTREE *t, recno_t top) in __rec_vmap()
|
H A D | rec_utils.c | 62 __rec_ret(BTREE *t, EPG *e, recno_t nrec, DBT *key, DBT *data) in __rec_ret() 65 void *p; in __rec_ret() local
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_x931p.c | 53 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, in BN_X931_derive_prime_ex() 55 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, in BN_X931_derive_prime_ex() 60 BIGNUM *t, *p1p2, *pm1; in BN_X931_derive_prime_ex() local 164 BIGNUM *t; in BN_X931_generate_Xpq() local 219 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, in BN_X931_generate_prime_ex() 222 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) in BN_X931_generate_prime_ex()
|
H A D | bn_sqrt.c | 13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_mod_sqrt() 24 BIGNUM *A, *b, *q, *t, *x, *y; in BN_mod_sqrt() local 25 int e, i, j; in BN_mod_sqrt() local
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | fifolog_reader.c | 95 int e; in fifolog_reader_findsync() local 133 time_t t, tt; in fifolog_reader_seek() local 136 int e; in fifolog_reader_seek() local 209 u_char *p, *q; in fifolog_reader_chop() local 251 int i, e; in fifolog_reader_process() local 252 time_t t; in fifolog_reader_process() local 253 u_char *p, *q; in fifolog_reader_process() local
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_utils.c | 61 __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy) in __bt_ret() argument 64 void *p; in __bt_ret() local 140 __bt_cmp(BTREE * t,const DBT * k1,EPG * e) __bt_cmp() argument [all...] |
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_utils.c | 67 __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, in __bt_ret() 71 void *p; in __bt_ret() local 150 __bt_cmp(BTREE *t, const DBT *k1, EPG *e) in __bt_cmp()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 37 void SetPrefixToken(const std::string &p) { m_prefix_token = p; } in SetPrefixToken() 43 void SetSuffixToken(const std::string &p) { m_suffix_token = p; } in SetSuffixToken() 61 void SetBinaryZeroIsTerminator(bool e) { m_zero_is_terminator = e; } in SetBinaryZeroIsTerminator() 65 void SetEscapeNonPrintables(bool e) { m_escape_non_printables = e; } in SetEscapeNonPrintables() 69 void SetIgnoreMaxLength(bool e) { m_ignore_max_length = e; } in SetIgnoreMaxLength() 112 void SetTargetSP(lldb::TargetSP t) { m_target_sp = std::move(t); } in SetTargetSP() 116 void SetHasSourceSize(bool e) { m_has_source_size = e; } in SetHasSourceSize() 140 void SetIsTruncated(bool t) { m_is_truncated = t; } in SetIsTruncated()
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_option_c.c | 10 is_octal(const char *p, size_t l) in is_octal() 22 from_octal(const char *p, size_t l) in from_octal() 37 nlinks(const char *p) in nlinks() 51 time_t t, now; in DEFINE_TEST() local 52 char *p, *e; in DEFINE_TEST() local
|
H A D | test_format_newc.c | 17 is_hex(const char *p, size_t l) in is_hex() 35 from_hex(const char *p, size_t l) in from_hex() 55 nlinks(const char *p) in nlinks() 68 time_t t, t2, now; in DEFINE_TEST() local 69 char *p, *e; in DEFINE_TEST() local
|
/freebsd/contrib/sendmail/src/ |
H A D | savemail.c | 57 savemail(e, sendbody) in savemail() argument 65 register char *p; local 505 returntosender(msg, returnq, flags, e) in returntosender() argument 517 char *p; local 814 errbody(mci, e, separator) in errbody() argument 824 char *p; local 1615 xtextify(t, taboo) in xtextify() argument 1619 register char *p; local 1689 xuntextify(t) in xuntextify() argument 1692 register char *p; local
|
/freebsd/contrib/lua/src/ |
H A D | ltablib.c | 63 lua_Integer e = aux_getn(L, 1, TAB_RW); in tinsert() local 117 lua_Integer e = luaL_checkinteger(L, 3); in tmove() local 118 lua_Integer t = luaL_checkinteger(L, 4); in tmove() local 197 lua_Integer e = luaL_opt(L, luaL_checkinteger, 3, luaL_len(L, 1)); in tunpack() local 238 #define sof(e) (sizeof(e) / sizeof(unsigned int)) argument 248 time_t t = time(NULL); in l_randomizePivot() local 336 IdxT p = rnd % (r4 * 2) + (lo + r4); in choosePivot() local 348 IdxT p; /* Pivot index */ in auxsort() local
|
/freebsd/contrib/blocklist/bin/ |
H A D | support.c | 51 char *p; in expandm() local 89 fmttime(char *b, size_t l, time_t t) in fmttime() 100 fmtydhms(char *b, size_t l, time_t t) in fmtydhms() 144 const unsigned char *p = b; in blhexdump() local 145 const unsigned char *e = p + l; in blhexdump() local
|
/freebsd/lib/libmd/ |
H A D | sha1c.c | 75 const char *p = data; in SHA1_Update() local 117 size_t t; in SHA1_Final() local 147 const char *p = data; in sha1_block() local 151 uint32_t a = h0, b = h1, c = h2, d = h3, e = h4; in sha1_block() local 152 uint32_t f, t, tmp; in sha1_block() local
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 62 static void point_double_internal(curve448_point_t p, const curve448_point_t q, in point_double_internal() 86 void ossl_curve448_point_double(curve448_point_t p, const curve448_point_t q) in ossl_curve448_point_double() 106 static void pniels_to_pt(curve448_point_t e, const pniels_t d) in pniels_to_pt() 118 static void niels_to_pt(curve448_point_t e, const niels_t n) in niels_to_pt() 126 static void add_niels_to_pt(curve448_point_t d, const niels_t e, in add_niels_to_pt() 147 static void sub_niels_from_pt(curve448_point_t d, const niels_t e, in sub_niels_from_pt() 168 static void add_pniels_to_pt(curve448_point_t p, const pniels_t pn, in add_pniels_to_pt() 178 static void sub_pniels_from_pt(curve448_point_t p, const pniels_t pn, in sub_pniels_from_pt() 189 ossl_curve448_point_eq(const curve448_point_t p, in ossl_curve448_point_eq() 204 ossl_curve448_point_valid(const curve448_point_t p) in ossl_curve448_point_valid() [all …]
|
/freebsd/lib/libc/locale/ |
H A D | collate.c | 81 destruct_collate(void *t) in destruct_collate() 238 const collate_subst_t *p; in substsearch() local 262 collate_chain_t *p; in chainsearch() local 294 collate_large_t *p; in largesearch() local 315 _collate_lookup(struct xlocale_collate *table, const wchar_t *t, int *len, in _collate_lookup() 320 int p, l; in _collate_lookup() local 423 const wchar_t *t; in _collate_wxfrm() local 546 xfrm(struct xlocale_collate *table, unsigned char *p, int pri, int pass) in xfrm() 568 const wchar_t *t; in _collate_sxfrm() local 693 int32_t e; in __collate_equiv_value() local [all …]
|
/freebsd/contrib/bsnmp/gensnmpdef/ |
H A D | gensnmpdef.c | 84 char *p; in print_name() local 171 print_enum(SmiType *t) in print_enum() 221 SmiNode *p; in print_scalar() local 277 SmiElement *e; in print_index() local 401 struct tdef *t; in save_typdef() local 414 struct tdef *t; in tdefs_cleanup() local 423 print_enum_typedef(SmiType *t) in print_enum_typedef() 437 struct tdef *t = NULL; in print_stype() local 479 SmiNode *p; in print_typdefs() local
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | der_get.c | 45 der_get_unsigned (const unsigned char *p, size_t len, in der_get_unsigned() argument 64 der_get_unsigned64 (const unsigned char *p, size_t len, in der_get_integer() argument 84 der_get_length(const unsigned char * p,size_t len,size_t * val,size_t * size) der_get_length() argument 97 int e; der_get_length() local 118 der_get_boolean(const unsigned char * p,size_t len,int * data,size_t * size) der_get_boolean() argument 131 der_get_general_string(const unsigned char * p,size_t len,heim_general_string * str,size_t * size) der_get_general_string() argument 163 der_get_utf8string(const unsigned char * p,size_t len,heim_utf8_string * str,size_t * size) der_get_utf8string() argument 170 der_get_printable_string(const unsigned char * p,size_t len,heim_printable_string * str,size_t * size) der_get_printable_string() argument 184 der_get_ia5_string(const unsigned char * p,size_t len,heim_ia5_string * str,size_t * size) der_get_ia5_string() argument 191 der_get_bmp_string(const unsigned char * p,size_t len,heim_bmp_string * data,size_t * size) der_get_bmp_string() argument 222 der_get_universal_string(const unsigned char * p,size_t len,heim_universal_string * data,size_t * size) der_get_universal_string() argument 252 der_get_visible_string(const unsigned char * p,size_t len,heim_visible_string * str,size_t * size) der_get_visible_string() argument 259 der_get_octet_string(const unsigned char * p,size_t len,heim_octet_string * data,size_t * size) der_get_octet_string() argument 272 der_get_octet_string_ber(const unsigned char * p,size_t len,heim_octet_string * data,size_t * size) der_get_octet_string_ber() argument 275 int e; der_get_octet_string_ber() local 341 der_get_heim_integer(const unsigned char * p,size_t len,heim_integer * data,size_t * size) der_get_heim_integer() argument 403 generalizedtime2time(const char * s,time_t * t) generalizedtime2time() argument 427 der_get_time(const unsigned char * p,size_t len,time_t * data,size_t * size) der_get_time() argument 431 int e; der_get_time() local 448 der_get_generalized_time(const unsigned char * p,size_t len,time_t * data,size_t * size) der_get_generalized_time() argument 455 der_get_utctime(const unsigned char * p,size_t len,time_t * data,size_t * size) der_get_utctime() argument 462 der_get_oid(const unsigned char * p,size_t len,heim_oid * data,size_t * size) der_get_oid() argument 510 der_get_tag(const unsigned char * p,size_t len,Der_class * class,Der_type * type,unsigned int * tag,size_t * size) der_get_tag() argument 542 der_match_tag(const unsigned char * p,size_t len,Der_class class,Der_type type,unsigned int tag,size_t * size) der_match_tag() argument 547 int e; der_match_tag() local 556 der_match_tag2(const unsigned char * p,size_t len,Der_class class,Der_type * type,unsigned int tag,size_t * size) der_match_tag2() argument 563 int e; der_match_tag2() local 578 der_match_tag_and_length(const unsigned char * p,size_t len,Der_class class,Der_type * type,unsigned int tag,size_t * length_ret,size_t * size) der_match_tag_and_length() argument 583 int e; der_match_tag_and_length() local 623 der_get_bit_string(const unsigned char * p,size_t len,heim_bit_string * data,size_t * size) der_get_bit_string() argument [all...] |
/freebsd/crypto/heimdal/kadmin/ |
H A D | load.c | 54 skip_next(char *p) in skip_next() 72 parse_time_string(time_t *t, const char *s) in parse_time_string() 98 parse_time_string_alloc (time_t **t, const char *s) in parse_time_string_alloc() 155 char *p; in parse_keys() local 241 char *p; in parse_event() local 288 char *p; in parse_generation() local 312 parse_extensions(char *str, HDB_extensions **e) in parse_extensions() 314 char *p; in parse_extensions() local 368 char *p; in doit() local 371 struct entry e; in doit() local
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | cert.c | 201 _hx509_cert_get_version(const Certificate *t) in _hx509_cert_get_version() 276 Certificate t; in hx509_cert_init_data() local 486 hx509_verify_set_time(hx509_verify_ctx ctx, time_t t) in hx509_verify_set_time() 605 const Extension *e; in find_extension_auth_key_id() local 624 const Extension *e; in _hx509_find_extension_subject_key_id() local 643 const Extension *e; in find_extension_name_constraints() local 662 const Extension *e; in find_extension_subject_alt_name() local 679 const Extension *e; in find_extension_eku() local 697 void *p; in add_to_list() local 797 const Extension *e; in check_key_usage() local [all …]
|