Searched refs:p_ (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_subst.c | 53 const void *p_; \ 54 ret = pam_get_item(pamh, i_, &p_); \ 55 if (ret == PAM_SUCCESS && p_ != NULL) \ 56 subst_string(p_); \
|
H A D | openpam_debug.h | 82 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 D | pwhash_scryptsalsa208sha256.c | 275 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 D | less.hlp | 38 /_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. 49 &_p_a_t_t_e_r_n * Display only matching lines. 179 -p _p_a_t_t_e_r_n . --pattern=[_p_a_t_t_e_r_n] 181 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_zip_compression_store.c | 111 i2(const void *p_) 113 const unsigned char *p = p_; in i2() 118 i4(const void *p_) 120 const unsigned char *p = p_; in i4() 112 i2(const void * p_) i2() argument 119 i4(const void * p_) i4() argument
|
/freebsd/usr.bin/m4/tests/ |
H A D | translit.m4 | 3 translit(`onk*', `**', `p_')
|
/freebsd/contrib/bmake/ |
H A D | bmake.cat1 | 8 [--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_e] [--jj _m_a_x___j_o_b_s] 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 694 includes: `_/_d_e_v _/_e_t_c _/_p_r_o_c _/_t_m_p _/_v_a_r_/_r_u_n _/_v_a_r_/_t_m_p' 939 ::MM_p_a_t_t_e_r_n 940 Selects only those words that match _p_a_t_t_e_r_n. The standard shell 947 ::NN_p_a_t_t_e_r_n 949 _p_a_t_t_e_r_n. 1058 ::CC/_p_a [all...] |
/freebsd/sys/dev/netmap/ |
H A D | netmap.c | 2032 #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 D | sanitizer_allocator_secondary.h | 21 inline void *Init() { return &p_[0]; } in Init() 25 uptr p_[kMaxNumChunks]; variable
|
/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | t_ps.sh | 109 sed -E -e 's/\%/p_/g' -e 's/(^| )/\1\$head_regexp_/g')"
|