Searched refs:s_ (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_debug.h55 const char *s_ = (s); \
56 if (s_ == NULL) \
59 openpam_log(PAM_LOG_LIBDEBUG, "entering: '%s'", s_); \
92 const char *s_ = (s); \
93 if (s_ == NULL) \
96 openpam_log(PAM_LOG_LIBDEBUG, "returning '%s'", s_); \
97 return (s_); \
H A Dopenpam_subst.c51 const char *s_ = (s); \
52 while (*s_) \
53 subst_char(*s_++); \
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc45 void clear() { s_.clear(); }
47 return s_.insert(idx(from, to)).second;
50 return s_.erase(idx(from, to));
54 for (set<uptr>::iterator it = s_.begin(); it != s_.end(); ++it) {
66 set<uptr> s_; member in class:SimpleGraph
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dprogs.pl96 if ($cmd =~ /^s_/) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dprogs.pl123 if ($cmd =~ /^s_/) {
/netbsd-current/lib/libm/
H A DMakefile174 s_${f}.o s_${f}.pico s_${f}.po s_${f}.go s_${f}.d: s_${f}.c
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_euctw.c113 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_utf8.c123 #define _CEI_TO_STATE(_ei_, _func_) (_ei_)->states.s_##_func_
H A Dcitrus_big5.c127 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_dechanyu.c83 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.__CONCAT(s_,_func_)
H A Dcitrus_euc.c122 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_johab.c83 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_mskanji.c119 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_gbk2k.c84 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_ues.c80 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_zw.c89 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_hz.c155 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_viqr.c246 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_utf7.c91 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
H A Dcitrus_iso2022.c145 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d3680 dchar getHexDigit()(ref Source s_ = s) // workaround
3683 if (s_.empty)
3685 s_.popFront();
3686 if (s_.empty)
3688 dchar c = s_.front;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d4465 dchar getHexDigit()(ref Source s_ = s) // workaround
4468 if (s_.empty)
4470 s_.popFront();
4471 if (s_.empty)
4473 dchar c = s_.front;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c516 struct c_scope *s_ = (scope); \
518 if (s_->list##_last) \
519 BLOCK_CHAIN (s_->list##_last) = d_; \
521 s_->list = d_; \
522 s_->list##_last = d_; \
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc525 struct c_scope *s_ = (scope); \
527 if (s_->list##_last) \
528 BLOCK_CHAIN (s_->list##_last) = d_; \
530 s_->list = d_; \
531 s_->list##_last = d_; \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c1671 dt_simplify (simplify *s_, unsigned pattern_no_, dt_operand **indexes_) argument
1672 : dt_node (DT_SIMPLIFY, NULL), s (s_), pattern_no (pattern_no_),
3162 fprintf_indent (f, indent, "if (%s_%s (%s, %s_pops%s))\n",

Completed in 232 milliseconds

12