Home
last modified time | relevance | path

Searched refs:k_ (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dstats.c122 col = &col_##counter_type[k_##counter_type]; \ in mutex_stats_init_cols()
123 ++k_##counter_type; \ in mutex_stats_init_cols()
241 col = &col_##type[k_##type]; \ in mutex_stats_emit()
242 ++k_##type; \ in mutex_stats_emit()
/freebsd/contrib/bmake/
H A Dbmake.cat115 which programs and other files depend. If no --ff _m_a_k_e_f_i_l_e option is
16 …given, bbmmaakkee tries to open `_m_a_k_e_f_i_l_e' then `_M_a_k_e_f_i_l_e' in…
21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A
115 … mkstemp(3), and have names of the form _m_a_k_e_X_X_X_X_X_X. _N_O_T_E:
140 --ff _m_a_k_e_f_i_l_e
141 Specify a makefile to read instead of the default _m_a_k_e_f_i_l_e or
142 … _M_a_k_e_f_i_l_e. If _m_a_k_e_f_i_l_e is `-', standard input is read. Multiple
653 The ordered list of makefile names (default `_m_a_k_e_f_i_l_e',
654 `_M_a_k_e_f_i_l_e') that bbmmaakkee looks for.
1397 <_m_a_k_e_-_l_i_n_e_s>
[all …]
/freebsd/crypto/heimdal/
H A DChangeLog.19991657 * lib/kadm5/server.c: k_{put,get}_int -> _krb5_{put,get}_int
1666 * lib/krb5/crypto.c: k_{put,get}_int -> _krb5_{put,get}_int
1669 * lib/krb5/send_to_kdc.c: k_{put,get}_int -> _krb5_{put,get}_int
1671 * lib/krb5/store.c: k_{put,get}_int -> _krb5_{put,get}_int
H A DChangeLog.19981050 * lib/krb5/store.c: Add k_{put,get}_int.
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc652 int k() const { return k_; } in k()
655 int k_; member in testing::gmock_matchers_test::__anonc634c2050111::DerivedClass