Home
last modified time | relevance | path

Searched refs:p_ (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libarchive/test_utils/
H A Dtest_utils.c143 i2le(const void* p_) in i2le() argument
145 const unsigned char *p = p_; in i2le()
149 i4le(const void* p_) in i4le() argument
151 const char *p = p_; in i4le()
155 i8le(const void* p_) in i8le() argument
157 const char *p = p_; in i8le()
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_subst.c53 const void *p_; \
54 ret = pam_get_item(pamh, i_, &p_); \
55 if (ret == PAM_SUCCESS && p_ != NULL) \
56 subst_string(p_); \
H A Dopenpam_debug.h82 void *p_ = (p); \
83 if (p_ == NULL) \
86 openpam_log(PAM_LOG_LIBDEBUG, "returning %p", p_); \
87 return (p_); \
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c275 uint32_t p, p_; in crypto_pwhash_scryptsalsa208sha256_str_needs_rehash() local
288 &N_log2_, &r_, &p_) == NULL) { in crypto_pwhash_scryptsalsa208sha256_str_needs_rehash()
292 if (N_log2 != N_log2_ || r != r_ || p != p_) { in crypto_pwhash_scryptsalsa208sha256_str_needs_rehash()
/freebsd/contrib/less/
H A Dless.hlp42 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
43 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.
53 &_p_a_t_t_e_r_n * Display only matching lines.
184 -p _p_a_t_t_e_r_n . --pattern=[_p_a_t_t_e_r_n]
186 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
/freebsd/usr.bin/m4/tests/
H A Dtranslit.m43 translit(`onk*', `**', `p_')
/freebsd/contrib/bmake/
H A Dbmake.cat18 …[--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_…
18 the file `_._d_e_p_e_n_d' exists, it is read, see mkdep(1).
157 --JJ _p_r_i_v_a_t_e
595 Names the makefile (default `_._d_e_p_e_n_d') from which generated
699 …includes: `_/_d_e_v _/_e_t_c _/_p_r_o_c _/_t_m_p _/_v_a_r_/_r_u_n _/_v_…
977 ::MM_p_a_t_t_e_r_n
978 Selects only those words that match _p_a_t_t_e_r_n. The standard shell
985 ::NN_p_a_t_t_e_r_n
987 _p_a_t_t_e_r_n.
1096 ::CC/_p_a_t_t_e_r_n/_r_e_p_l_a_c_e_m_e_n_t/[11ggWW]
[all …]
/freebsd/sys/dev/netmap/
H A Dnetmap.c2032 #define within_sel(p_, t_, i_) \ argument
2033 ((i_) < (p_)->np_qlast[(t_)])
2034 #define nonempty_sel(p_, t_) \ argument
2035 (within_sel((p_), (t_), (p_)->np_qfirst[(t_)]))
2036 #define foreach_selected_ring(p_, t_, i_, kring_) \ argument
2037 for ((t_) = nonempty_sel((p_), NR_RX) ? NR_RX : NR_TX, \
2038 (i_) = (p_)->np_qfirst[(t_)]; \
2040 (t == NR_TX && within_sel((p_), (t_), (i_)))) && \
2041 ((kring_) = NMR((p_)->np_na, (t_))[(i_)]); \
2042 (i_) = within_sel((p_), (t_), (i_) + 1) ? (i_) + 1 : \
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h21 inline void *Init() { return &p_[0]; } in Init()
25 uptr p_[kMaxNumChunks]; variable
/freebsd/crypto/openssl/ssl/quic/
H A Dqlog.c665 const char *p_ = *p; in validate_name() local
668 if (l_ == 1 && *p_ == '*') { in validate_name()
678 if (!is_name_char(p_[i])) in validate_name()
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh109 sed -E -e 's/\%/p_/g' -e 's/(^| )/\1\$head_regexp_/g')"