Home
last modified time | relevance | path

Searched defs:p (Results 801 – 825 of 5369) sorted by relevance

1...<<31323334353637383940>>...215

/freebsd/crypto/openssl/crypto/bf/
H A Dbf_enc.c33 register const BF_LONG *p, *s; in BF_encrypt() local
72 register const BF_LONG *p, *s; in BF_decrypt() local
/freebsd/sys/dev/random/
H A Duint128.h101 const uint8_t *p = pp; in le128dec() local
116 uint8_t *p = pp; in le128enc() local
/freebsd/sys/crypto/openssl/
H A Dossl_sha512.c71 unsigned char *p = (unsigned char *)c->u.p; in ossl_sha512_final() local
188 unsigned char *p = c->u.p; in ossl_sha512_update() local
/freebsd/crypto/openssl/demos/signature/
H A Drsa_pss_hash.c38 OSSL_PARAM params[2], *p = params; in sign() local
119 OSSL_PARAM params[2], *p = params; in verify() local
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_princ.c78 krb5_principal p, p2; in test_princ() local
295 krb5_principal p; in test_enterprise() local
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c223 const uint8_t *p; in fat_get_fat12_next() local
242 uint8_t *p; in fat_set_fat12_next() local
280 const uint8_t *p; in fat_get_fat16_next() local
295 uint8_t *p; in fat_set_fat16_next() local
319 const uint8_t *p; in fat_get_fat32_next() local
334 uint8_t *p; in fat_set_fat32_next() local
461 const uint8_t *p; in fat_get_fat32_cached_next() local
479 uint8_t *p; in fat_set_fat32_cached_next() local
809 u_char *buffer, *p; in readfat() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c85 static void XXH_free (void* p) { free(p); } in XXH_free()
334 const BYTE* p = (const BYTE*)input; in XXH32_endian_align() local
337 #define XXH_get32bits(p) XXH_readLE32_align(p, endian, align) in XXH32_endian_align() argument
434 const BYTE* p = (const BYTE*)input; in XXH64_endian_align() local
437 #define XXH_get64bits(p) XXH_readLE64_align(p, endian, align) in XXH64_endian_align() argument
583 const BYTE* p = (const BYTE*)input; in XXH32_update_endian() local
653 const BYTE * p = (const BYTE*)state->mem32; in XXH32_digest_endian() local
703 const BYTE* p = (const BYTE*)input; in XXH64_update_endian() local
772 const BYTE * p = (const BYTE*)state->mem64; in XXH64_digest_endian() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_acl.c907 char *p, *s; in archive_acl_to_text_l() local
1003 append_id(char **p, int id) in append_id()
1013 append_entry(char **p, const char *prefix, int type, in append_entry()
1432 const wchar_t *p; in ismode_w() local
1466 const wchar_t *p = start; in is_nfs4_perms_w() local
1529 const wchar_t *p = start; in is_nfs4_flags_w() local
1934 const char *p; in ismode() local
1968 const char *p = start; in is_nfs4_perms() local
2031 const char *p = start; in is_nfs4_flags() local
2075 next_field(const char **p, size_t *l, const char **start, in next_field()
H A Darchive_read_support_format_tar.c526 const char *p; in archive_read_format_tar_read_header() local
610 struct sparse_block *p; in archive_read_format_tar_read_data() local
1052 archive_block_is_null(const char *p) in archive_block_is_null()
1074 char *acl, *p; in header_Solaris_ACL() local
1634 const char *p, *name; in is_mac_metadata_entry() local
1874 const char *p, *attr_start, *name_start; in header_pax_extension() local
2185 const char *p; in pax_attribute_SCHILY_acl() local
2327 const char *p; in pax_attribute() local
2868 pax_time(const char *p, size_t length, int64_t *ps, long *pn) in pax_time()
3031 struct sparse_block *p; in gnu_add_sparse_entry() local
[all …]
H A Darchive_read_support_format_zip.c274 ppmd_read(void* p) { in ppmd_read()
476 const char *p, size_t extra_length, struct zip_entry* zip_entry) in process_extra()
909 const char *p; in zip_read_local_file_header() local
1296 const void *p; in check_authentication_code() local
1398 const char *p; in consume_end_of_file_marker() local
1608 const char *p; in zip_read_data_none() local
1749 const uint8_t* p; in zipx_lzma_alone_init() local
2074 const void* p; in zipx_ppmd8_init() local
2697 const char *p; in read_decryption_header() local
2910 const void *p; in init_traditional_PKWARE_decryption() local
[all …]
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c852 char *p; in print_rule() local
1317 char *p, *q; in parse_flags() local
1596 struct node_host *p; in ifa_nametoindex() local
1609 struct node_host *p; in ifa_indextoname() local
1687 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup() local
1763 ifa_skip_if(const char *filter, struct node_host *p) in ifa_skip_if()
1789 char *p, *ps; in host() local
1822 char *p, *ps; in host_if() local
1909 char *p, *ps; in host_dns() local
2053 struct pfioc_trans_e *p; in pfctl_get_ticket() local
/freebsd/contrib/pam-krb5/tests/
H A Druntests.c255 #define xstrdup(p) x_strdup((p), __FILE__, __LINE__) argument
256 #define xstrndup(p, size) x_strndup((p), (size), __FILE__, __LINE__) argument
257 #define xreallocarray(p, n, type) \ argument
357 void *p; in x_calloc() local
375 void *p; in x_malloc() local
399 x_reallocarray(void *p, size_t n, size_t size, const char *file, int line) in x_reallocarray()
420 char *p; in x_strdup() local
444 const char *p; in x_strndup() local
547 skip_whitespace(const char *p) in skip_whitespace()
560 skip_non_whitespace(const char *p) in skip_non_whitespace()
[all …]
/freebsd/sys/dev/fb/
H A Dfbreg.h50 #define fill_io(p, d, c) fill((p), (void *)(d), (c)) argument
51 #define fillw_io(p, d, c) fillw((p), (void *)(d), (c)) argument
58 #define fillw(p, d, c) ofwfb_fillw((p), (void *)(d), (c)) argument
59 #define fillw_io(p, d, c) ofwfb_fillw((p), (void *)(d), (c)) argument
74 #define fill_io(p, d, c) memset((void *)(d), (p), (c)) argument
81 #define fillw_io(p, d, c) fillw((p), (void *)(d), (c)) argument
91 #define fill_io(p, d, c) memset_io((d), (p), (c)) argument
92 #define fillw(p, d, c) memsetw((d), (p), (c)) argument
93 #define fillw_io(p, d, c) memsetw_io((d), (p), (c)) argument
206 #define vidd_save_state(adp, p, size) \ argument
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp518 uint64_t p = getThunkTargetSym()->getVA(); in getMayUseShortThunk() local
529 uint64_t p = getThunkTargetSym()->getVA(); in writeTo() local
567 uint64_t p = getThunkTargetSym()->getVA(); in writeLong() local
596 uint64_t p = getThunkTargetSym()->getVA(); in getMayUseShortThunk() local
609 uint64_t p = getThunkTargetSym()->getVA(); in writeTo() local
639 uint64_t p = getThunkTargetSym()->getVA() & ~1; in getMayUseShortThunk() local
652 uint64_t p = getThunkTargetSym()->getVA(); in writeTo() local
707 uint64_t p = getThunkTargetSym()->getVA(); in writeLong() local
727 uint64_t p = getThunkTargetSym()->getVA() & ~0x1; in writeLong() local
801 uint64_t p = getThunkTargetSym()->getVA() & ~0x1; in writeLong() local
[all …]
/freebsd/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c60 char *name, *p; in openpam_facility_index_name() local
72 char *modname, **opt, *p; in openpam_dump_chain() local
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_fpu.c73 stir(void *p) in stir()
97 bar(void *p) in bar()
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Ddir.c61 char *p; in isc_dir_open() local
193 char *p; in isc_dir_createunique() local
/freebsd/stand/uboot/
H A Duboot_fdt.c43 char *p; in fdt_platform_load_from_ubenv() local
69 char *p; in fdt_platform_load_dtb() local
/freebsd/bin/stty/
H A Dprint.c46 struct cchar *p; in print() local
251 ccval(struct cchar *p, int c) in ccval()
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dmemset.c47 alignup (void *p) in alignup()
57 void *p; in test() local
/freebsd/sys/kern/
H A Dkern_ucoredump.c137 struct proc *p = td->td_proc; in sigexit() local
216 struct proc *p = td->td_proc; in coredump() local
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A DgssapiP_generic.h61 #define xrealloc(p,n) realloc(p,n) argument
65 #define xfree(p) free(p) argument
/freebsd/contrib/nvi/common/
H A Drecover.c322 char *dp, *p, *t, *qt, *buf, *mpath; in rcv_mailfile() local
503 char *p, *file, *path; in rcv_list() local
610 char *name, *p, *t, *rp, *recp, *pathp; local
844 char *bp = NULL, *p; local
891 char *bp = NULL, *p, *src; local
/freebsd/sys/teken/
H A Dteken.c99 teken_funcs_putchar(const teken_t *t, const teken_pos_t *p, teken_char_t c, in teken_funcs_putchar()
125 teken_funcs_copy(const teken_t *t, const teken_rect_t *r, const teken_pos_t *p) in teken_funcs_copy()
329 teken_set_cursor(teken_t *t, const teken_pos_t *p) in teken_set_cursor()
390 teken_set_winsize(teken_t *t, const teken_pos_t *p) in teken_set_winsize()
399 teken_set_winsize_noreset(teken_t *t, const teken_pos_t *p) in teken_set_winsize_noreset()
/freebsd/usr.bin/mkcsmapper/
H A Dyacc.y243 linear_zone_t *p; in alloc_table() local
446 linear_zone_t *p; in set_src_zone() local
551 linear_zone_t *p; in check_src() local
581 linear_zone_t *p; in store() local
602 linear_zone_t *p; in set_range() local

1...<<31323334353637383940>>...215