Home
last modified time | relevance | path

Searched defs:c (Results 776 – 800 of 3725) sorted by relevance

1...<<31323334353637383940>>...149

/freebsd/contrib/byacc/test/
H A Dcalc_code_requires.y94 int c; in yylex() local
H A Dquote_calc.y97 int c; in yylex() local
H A Dquote_calc2.y97 int c; in yylex() local
H A Dquote_calc3.y97 int c; in yylex() local
H A Dcalc_code_top.y94 int c; in yylex() local
H A Dquote_calc4.y97 int c; in yylex() local
/freebsd/usr.sbin/ifmcstat/
H A Dprintb.c43 char c; in printb() local
/freebsd/sys/libkern/
H A Dstrnstr.c48 char c, sc; in strnstr() local
/freebsd/lib/libc/stdio/
H A Dgets.c45 int c; in __gets_unsafe() local
H A Dputc.c45 putc(int c, FILE *fp) in putc()
/freebsd/lib/libc/string/
H A Dstrnstr.c45 char c, sc; in strnstr() local
/freebsd/contrib/sendmail/src/
H A Dsysexits.c154 char *c; local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_UNKNOWN.OffsetofNULL.d41 int c : 4; member
/freebsd/lib/libc/gen/
H A Dpsignal.c45 const char *c; in psignal() local
/freebsd/tools/build/cross-build/include/mac/
H A Dstring.h50 char c; in strchrnul() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-libc-routines.c3 const void *__arm_sc_memchr(const void *src, int c, in __arm_sc_memchr()
/freebsd/sys/sys/
H A Dcpuset.h52 #define CPU_EQUAL(p, c) (__BIT_CMP(CPU_SETSIZE, p, c) == 0) argument
55 #define CPU_SUBSET(p, c) __BIT_SUBSET(CPU_SETSIZE, p, c) argument
56 #define CPU_OVERLAP(p, c) __BIT_OVERLAP(CPU_SETSIZE, p, c) argument
57 #define CPU_CMP(p, c) __BIT_CMP(CPU_SETSIZE, p, c) argument
93 #define CPU_EQUAL_S(_s, p, c) (__BIT_CMP((_s) * 8, p, c) == 0) argument
/freebsd/contrib/unbound/iterator/
H A Diter_hints.c171 hints_insert(struct iter_hints* hints, uint16_t c, struct delegpt* dp, in hints_insert() argument
317 uint16_t c = LDNS_RR_CLASS_IN; in read_root_hints() local
575 hints_add_stub(struct iter_hints* hints, uint16_t c, struct delegpt* dp, in hints_add_stub() argument
596 hints_delete_stub(struct iter_hints * hints,uint16_t c,uint8_t * nm,int nolock) hints_delete_stub() argument
[all...]
/freebsd/contrib/mandoc/
H A Dterm.c803 adjbuf(struct termp_col * c,size_t sz) adjbuf() argument
813 bufferc(struct termp * p,char c) bufferc() argument
841 encode1(struct termp * p,int c) encode1() argument
962 cond_width(const struct termp * p,int c,int * skip) cond_width() argument
[all...]
/freebsd/sys/net80211/
H A Dieee80211_vht.c756 struct ieee80211_channel *c) in ieee80211_add_vhtcap_ch()
779 const struct ieee80211_channel *c) in ieee80211_vht_get_chwidth_ie()
848 findvhtchan(struct ieee80211com *ic, struct ieee80211_channel *c, int vhtflags) in findvhtchan()
862 struct ieee80211_channel *c; in ieee80211_vht_adjust_channel() local
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c122 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); unwind_phase1() local
185 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); unwind_phase2() local
253 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); unwind_phase2_forced() local
[all...]
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h40 #define ROTATE(v,c) (ROTL32(v,c)) argument
45 #define QUARTERROUND(a,b,c,d) \ argument
89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes()
/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c153 dtrace_debug__putc(int cpu, char c) in dtrace_debug__putc()
173 dtrace_debug_putc(char c) in dtrace_debug_putc()
212 char *p, c; in dtrace_debug_ksprintn() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h42 #define ROTATE(v,c) (ROTL32(v,c)) argument
47 #define QUARTERROUND(a,b,c,d) \ argument
91 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes()
/freebsd/sys/dev/uart/
H A Duart_dev_msm.c218 msm_putc(struct uart_bas *bas, int c) in msm_putc()
262 int c; in msm_getc() local
400 int c; in msm_bus_receive() local

1...<<31323334353637383940>>...149