Home
last modified time | relevance | path

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

/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.hlp38 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
39 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.
46 &_p_a_t_t_e_r_n * Display only matching lines.
174 -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n]
176 -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/libarchive/libarchive/test/
H A Dtest_write_format_zip_compression_store.c111 i2(const void *p_) in i2() argument
113 const unsigned char *p = p_; in i2()
118 i4(const void *p_) in i4() argument
120 const unsigned char *p = p_; in i4()
/freebsd/contrib/bmake/
H A Dbmake.cat1154 --JJ _p_r_i_v_a_t_e
930 ::MM_p_a_t_t_e_r_n
938 ::NN_p_a_t_t_e_r_n
940 _p_a_t_t_e_r_n.
1046 ::CC/_p_a_t_t_e_r_n/_r_e_p_l_a_c_e_m_e_n_t/[11ggWW]
1050 …_r_e_p_l_a_c_e_m_e_n_t. Normally, the first occurrence of the pattern _p_a_t_t_e_…
1058 …As for the ::SS modifier, the _p_a_t_t_e_r_n and _r_e_p_l_a_c_e_m_e_n_t are su…
1295 …..iiff [!!]_e_x_p_r_e_s_s_i_o_n [_o_p_e_r_a_t_o_r _e_x_p_r_e_s_s_i_…
1312 …..eelliiff [!!]_e_x_p_r_e_s_s_i_o_n [_o_p_e_r_a_t_o_r _e_x_p_r_e_s_…
1329 The _o_p_e_r_a_t_o_r may be any one of the following:
[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/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh109 sed -E -e 's/\%/p_/g' -e 's/(^| )/\1\$head_regexp_/g')"