Searched refs:_c (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-10-stable/lib/libelf/
H A Dlibelf_ehdr.c49 int (*xlator)(char *_d, size_t _dsz, char *_s, size_t _c, int _swap);
109 int (*xlator)(char *_d, size_t _dsz, char *_s, size_t _c, int _swap);
H A D_libelf.h167 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
H A Dlibelf_phdr.c48 int (*xlator)(char *_d, size_t _dsz, char *_s, size_t _c, int _swap);
H A Delf_data.c46 int (*xlate)(char *_d, size_t _dsz, char *_s, size_t _c, int _swap);
H A Delf_scn.c52 int (*xlator)(char *_d, size_t _dsz, char *_s, size_t _c, int _swap);
/freebsd-10-stable/include/
H A Dwchar.h211 #define wcwidth(_c) __wcwidth(_c)
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c105 #define CPMEM_CHANNEL_OFFSET(_c) ((_c) * 0x40)
H A Dimx51_ipuv3.c164 #define CPMEM_CHANNEL_OFFSET(_c) ((_c) * 0x40)
/freebsd-10-stable/sys/netipsec/
H A Dipsec.h54 #define IPSEC_ASSERT(_c,_m) KASSERT(_c, _m)
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l75 int _c = c; \
76 if (_c != EOF) \
77 yyunput(_c, yytext_ptr); \
/freebsd-10-stable/tools/test/netfibs/
H A Dreflector.sh703 local _fib _o i _rstr _c _req _p _opts
717 "-i") _c=`ipfw show $((500 + i)) | awk '/ ipv6-icmp / { print $2 }'` ;;
718 "-u") _c=`ipfw show $((500 + i)) | awk '/ udp / { print $2 }'` ;;
719 *) _c=`ipfw show $((500 + i)) | awk '/ tcp / { print $2 }'` ;;
721 _rstr="${_rstr}${i} ${_c},"
H A Dforwarding.sh547 local _fib _o i _rstr _c _req _p _opts base
571 i) _c=`ipfw show $((${base} + i)) | \
573 t) _c=`ipfw show $((${base} + i)) | \
575 u) _c=`ipfw show $((${base} + i)) | \
578 _rstr="${_rstr}${i} ${_c},"
/freebsd-10-stable/crypto/openssl/util/
H A Dbat.sh94 @a=grep(!/^e_.*_c$/,@a) if $no_cast;
H A Dmk1mf.pl809 @a=grep(!/^e_.*_c$/,@a) if $no_cast;
/freebsd-10-stable/sys/net/
H A Dradix.c554 #define CONTIG(_c) (((~(_c) + 1) & (_c)) == (unsigned char)(~(_c) + 1))
/freebsd-10-stable/usr.sbin/usbdump/
H A Dusbdump.c56 #define BPF_STORE_JUMP(x,_c,_k,_jt,_jf) do { \
57 (x).code = (_c); \
63 #define BPF_STORE_STMT(x,_c,_k) do { \
64 (x).code = (_c); \
/freebsd-10-stable/sys/dev/bxe/
H A Decore_sp.h145 #define ECORE_MEMSET(_a, _c, _s) memset(_a, _c, _s)
223 #define ecore_sp_post(_sc, _a, _b, _c, _d) \
224 bxe_sp_post(_sc, _a, _b, U64_HI(_c), U64_LO(_c), _d)
/freebsd-10-stable/contrib/gcc/config/soft-fp/
H A Dop-2.h263 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
293 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
H A Dop-4.h252 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
/freebsd-10-stable/usr.sbin/lpr/lpr/
H A Dlpr.c114 static void card(int _c, const char *_p2);
/freebsd-10-stable/tools/tools/ath/athrd/
H A Dathrd.c882 #define IEEE80211_IS_CHAN_4MS(_c) \
883 (((_c)->ic_flags & IEEE80211_CHAN_4MSXMIT) != 0)
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c567 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0)
773 #define IS(_c, _f) (IEEE80211_IS_ ## _f(_c))
4176 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0)
/freebsd-10-stable/sys/dev/ath/
H A Dif_athvar.h1306 #define ath_hal_getchannoise(_ah, _c) \
1307 ((*(_ah)->ah_getChanNoise)((_ah), (_c)))
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c134 static int dropit(int _c);
149 static char *scnline(int _key, char *_p, int _c);
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_kern.h1370 #define bus_dmamap_sync(_a, _b, _c)

Completed in 388 milliseconds

123