Searched refs:i_ (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/openpam/lib/libpam/ |
| D | openpam_debug.h | 42 int i_ = (i); \ 43 if (i_ > 0 && i_ < PAM_NUM_ITEMS) \ 44 openpam_log(PAM_LOG_LIBDEBUG, "entering: %s", pam_item_name[i_]); \ 46 openpam_log(PAM_LOG_LIBDEBUG, "entering: %d", i_); \
|
| D | openpam_subst.c | 52 int i_ = (i); \ 54 ret = pam_get_item(pamh, i_, &p_); \
|
| /freebsd-12-stable/sys/contrib/zstd/tests/gzip/ |
| D | init.sh | 596 i_=1 602 test $MAX_TRIES_ -le $i_ && break; 603 i_=`expr $i_ + 1`
|
| /freebsd-12-stable/contrib/less/ |
| D | less.hlp | 89 :e [_f_i_l_e] Examine a new file. 108 s _f_i_l_e Save input to a file. 156 -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e] 166 -o [_f_i_l_e] . --log-file=[_f_i_l_e] 168 -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e] 184 -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e]
|
| /freebsd-12-stable/contrib/netbsd-tests/bin/sh/dotcmd/ |
| D | scoped_command | 127 for i_${4} in 1 2
|
| /freebsd-12-stable/sys/dev/netmap/ |
| D | netmap.c | 1984 #define within_sel(p_, t_, i_) \ argument 1985 ((i_) < (p_)->np_qlast[(t_)]) 1988 #define foreach_selected_ring(p_, t_, i_, kring_) \ argument 1990 (i_) = (p_)->np_qfirst[(t_)]; \ 1992 (t == NR_TX && within_sel((p_), (t_), (i_)))) && \ 1993 ((kring_) = NMR((p_)->np_na, (t_))[(i_)]); \ 1994 (i_) = within_sel((p_), (t_), (i_) + 1) ? (i_) + 1 : \ 1995 (++(t_) < NR_TXRX ? (p_)->np_qfirst[(t_)] : (i_)))
|
| /freebsd-12-stable/contrib/gcc/ |
| D | global.c | 190 int i_; \ 194 for (i_ = allocno_row_words - 1, allocno_ = 0; i_ >= 0; \ 195 i_--, allocno_ += INT_BITS) \
|
| D | ChangeLog-2001 | 26600 (?sh??i_?): Disable for 64bit.
|
| D | ChangeLog-2000 | 8448 (add?i_?): Use match_ccmode.
|
| D | ChangeLog-2003 | 14961 (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
|
| /freebsd-12-stable/contrib/googletest/googlemock/test/ |
| D | gmock-matchers_test.cc | 6667 SampleVariantIntString(int i) : i_(i), has_int_(true) {} in SampleVariantIntString() 6681 const int& get_impl(int*) const { return i_; } in get_impl() 6684 int i_; member in testing::gmock_matchers_test::SampleVariantIntString 6731 explicit SampleAnyType(int i) : index_(0), i_(i) {} in SampleAnyType() 6741 int i_; member in testing::gmock_matchers_test::SampleAnyType 6744 const int* get_impl(int*) const { return index_ == 0 ? &i_ : NULL; } in get_impl()
|