Searched refs:p_ (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_debug.h84 void *p_ = (p); \
85 if (p_ == NULL) \
88 openpam_log(PAM_LOG_LIBDEBUG, "returning %p", p_); \
89 return (p_); \
H A Dopenpam_subst.c55 const void *p_; \
56 ret = pam_get_item(pamh, i_, &p_); \
57 if (ret == PAM_SUCCESS && p_ != NULL) \
58 subst_string(p_); \
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_compression_store.c112 i2(const void *p_) argument
114 const unsigned char *p = p_;
119 i4(const void *p_) argument
121 const unsigned char *p = p_;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h21 INLINE void *Init() { return &p_[0]; }
25 uptr p_[kMaxNumChunks]; member in class:LargeMmapAllocatorPtrArrayStatic
/freebsd-11-stable/contrib/gcc/
H A Dglobal.c193 INT_TYPE *p_ = (ALLOCNO_SET); \
198 unsigned INT_TYPE word_ = (unsigned INT_TYPE) *p_++; \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsol-thread.c1673 if (!(p_##X = dlsym (dlhandle, #X))) \
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
H A Dppc64-mont.pl224 slwi $tp,$num,2 ; place for {an}p_{lh}[num], i.e. 4*num

Completed in 191 milliseconds