Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 2355) sorted by relevance

12345678910>>...95

/dflybsd-src/contrib/tcsh-6/
H A Dsh.char.h151 # define cmap(c, bits) \ argument
155 # define cmap(c, bits) \ argument
159 # define cmap(c, bits) \ argument
163 #define isglob(c) cmap((c), _GLOB) argument
164 #define isspc(c) cmap((c), _SP) argument
165 #define ismeta(c) cmap((c), _META) argument
166 #define iscmdmeta(c) cmap((c), _CMD) argument
168 #define letter(c) (((c) & QUOTE) ? 0 : \ argument
170 #define alnum(c) (((c) & QUOTE) ? 0 : \ argument
173 #define letter(c) (((Char)(c) & QUOTE) ? 0 : \ argument
[all …]
H A Ded.chared.c1389 v_cmd_mode(Char c) in v_cmd_mode()
1417 e_unassigned(Char c) in e_unassigned()
1427 e_insert_str(Char *c) in e_insert_str()
1448 e_insert(Char c) in e_insert()
1523 e_digit(Char c) /* gray magic here */ in e_digit()
1556 e_argdigit(Char c) /* for ESC-n */ in e_argdigit()
1580 v_zero(Char c) /* command mode 0 for vi */ in v_zero()
1601 e_newline(Char c) in e_newline()
1622 e_newline_hold(Char c) in e_newline_hold()
1634 e_newline_down_hist(Char c) in e_newline_down_hist()
[all …]
/dflybsd-src/contrib/binutils-2.27/include/
H A Dsafe-ctype.h87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument
[all …]
/dflybsd-src/contrib/gcc-4.7/include/
H A Dsafe-ctype.h87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument
[all …]
/dflybsd-src/contrib/gcc-8.0/include/
H A Dsafe-ctype.h87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument
[all …]
/dflybsd-src/contrib/binutils-2.34/include/
H A Dsafe-ctype.h87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument
[all …]
/dflybsd-src/contrib/gdb-7/include/
H A Dsafe-ctype.h87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument
[all …]
/dflybsd-src/lib/libc/locale/
H A Disctype.c46 digittoint(int c) in digittoint()
53 isalnum(int c) in isalnum()
60 isalpha(int c) in isalpha()
67 isascii(int c) in isascii()
74 isblank(int c) in isblank()
81 iscntrl(int c) in iscntrl()
88 isdigit(int c) in isdigit()
95 isgraph(int c) in isgraph()
102 ishexnumber(int c) in ishexnumber()
109 isideogram(int c) in isideogram()
[all …]
/dflybsd-src/contrib/gdb-7/readline/
H A Dchardefs.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) argument
61 #define META_CHAR(c) ((c) > meta_character_threshold && (c) <= largest_char) argument
63 #define CTRL(c) ((c) & control_character_mask) argument
64 #define META(c) ((c) | meta_character_bit) argument
66 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
67 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit)) argument
70 # define IN_CTYPE_DOMAIN(c) 1 argument
72 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
76 # define isxdigit(c) (isdigit((c)) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' && (c) <= 'F')) argument
[all …]
/dflybsd-src/contrib/libedit/src/
H A Dvi.c67 cv_action(EditLine *el, wint_t c) in cv_action()
99 cv_paste(EditLine *el, wint_t c) in cv_paste()
132 vi_paste_next(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_next()
145 vi_paste_prev(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_prev()
158 vi_prev_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_big_word()
183 vi_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_word()
208 vi_next_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_big_word()
232 vi_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_word()
255 vi_change_case(EditLine *el, wint_t c) in vi_change_case()
287 vi_change_meta(EditLine *el, wint_t c __attribute__((__unused__))) in vi_change_meta()
[all …]
H A Dcommon.c62 ed_end_of_file(EditLine *el, wint_t c __attribute__((__unused__))) in ed_end_of_file()
76 ed_insert(EditLine *el, wint_t c) in ed_insert()
119 ed_delete_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_prev_word()
147 ed_delete_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_next_char()
194 ed_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in ed_kill_line()
215 ed_move_to_end(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_end()
238 ed_move_to_beg(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_beg()
261 ed_transpose_chars(EditLine *el, wint_t c) in ed_transpose_chars()
287 ed_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_next_char()
316 ed_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_prev_word()
[all …]
H A Demacs.c59 em_delete_or_list(EditLine *el, wint_t c) in em_delete_or_list()
95 em_delete_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_delete_next_word()
124 em_yank(EditLine *el, wint_t c __attribute__((__unused__))) in em_yank()
160 em_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_line()
182 em_kill_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_region()
215 em_copy_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_copy_region()
244 em_gosmacs_transpose(EditLine *el, wint_t c) in em_gosmacs_transpose()
264 em_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_next_word()
289 em_upper_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_upper_case()
313 em_capitol_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_capitol_case()
[all …]
/dflybsd-src/usr.sbin/installer/libdfui/
H A Dconnection.c62 struct dfui_connection *c = NULL; in dfui_connection_new() local
137 dfui_connection_free(struct dfui_connection *c) in dfui_connection_free()
187 dfui_be_present_dialog(struct dfui_connection *c, const char *title, in dfui_be_present_dialog()
268 dfui_be_start(struct dfui_connection *c) in dfui_be_start()
284 dfui_be_stop(struct dfui_connection *c) in dfui_be_stop()
301 dfui_be_present(struct dfui_connection *c, in dfui_be_present()
314 if (aura_buffer_buf(c->ebuf)[0] == DFUI_FE_MSG_ABORT) { in dfui_be_present() local
338 dfui_be_progress_begin(struct dfui_connection *c, struct dfui_progress *pr) in dfui_be_progress_begin()
349 if (aura_buffer_buf(c->ebuf)[0] == DFUI_FE_MSG_ABORT) { in dfui_be_progress_begin() local
357 dfui_be_progress_update(struct dfui_connection *c, in dfui_be_progress_update()
[all …]
H A Dconn_npipe.c72 dfui_npipe_be_start(struct dfui_connection *c) in dfui_npipe_be_start()
112 dfui_npipe_be_stop(struct dfui_connection *c) in dfui_npipe_be_stop()
166 dfui_npipe_be_ll_exchange(struct dfui_connection *c, char msgtype, const char *msg) in dfui_npipe_be_ll_exchange()
189 if (aura_buffer_buf(c->ebuf)[0] == DFUI_FE_MSG_ABORT) { in dfui_npipe_be_ll_exchange() local
211 } while (aura_buffer_buf(c->ebuf)[0] == DFUI_FE_MSG_READY); in dfui_npipe_be_ll_exchange() local
228 dfui_npipe_be_ll_receive(struct dfui_connection *c) in dfui_npipe_be_ll_receive()
253 dfui_npipe_be_ll_reply(struct dfui_connection *c, const char *fmsg) in dfui_npipe_be_ll_reply()
272 dfui_npipe_fe_connect(struct dfui_connection *c) in dfui_npipe_fe_connect()
309 dfui_npipe_fe_disconnect(struct dfui_connection *c) in dfui_npipe_fe_disconnect()
326 dfui_npipe_fe_ll_request(struct dfui_connection *c, char msgtype, const char *msg) in dfui_npipe_fe_ll_request()
/dflybsd-src/include/
H A Dctype.h246 #define isalnum(c) __sbistype((c), _CTYPE_A|_CTYPE_D|_CTYPE_N) argument
247 #define isalpha(c) __sbistype((c), _CTYPE_A) argument
248 #define iscntrl(c) __sbistype((c), _CTYPE_C) argument
249 #define isdigit(c) __sbistype((c), _CTYPE_D) argument
250 #define isgraph(c) __sbistype((c), _CTYPE_G) argument
251 #define islower(c) __sbistype((c), _CTYPE_L) argument
252 #define isprint(c) __sbistype((c), _CTYPE_R) argument
253 #define ispunct(c) __sbistype((c), _CTYPE_P) argument
254 #define isspace(c) __sbistype((c), _CTYPE_S) argument
255 #define isupper(c) __sbistype((c), _CTYPE_U) argument
[all …]
/dflybsd-src/crypto/openssh/
H A Dnchan.c93 chan_set_istate(Channel *c, u_int next) in chan_set_istate()
103 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate()
113 chan_read_failed(struct ssh *ssh, Channel *c) in chan_read_failed()
129 chan_ibuf_empty(struct ssh *ssh, Channel *c) in chan_ibuf_empty()
151 chan_obuf_empty(struct ssh *ssh, Channel *c) in chan_obuf_empty()
172 chan_rcvd_eow(struct ssh *ssh, Channel *c) in chan_rcvd_eow()
184 chan_send_eof2(struct ssh *ssh, Channel *c) in chan_send_eof2()
207 chan_send_close2(struct ssh *ssh, Channel *c) in chan_send_close2()
230 chan_send_eow2(struct ssh *ssh, Channel *c) in chan_send_eow2()
255 chan_rcvd_ieof(struct ssh *ssh, Channel *c) in chan_rcvd_ieof()
[all …]
/dflybsd-src/contrib/grep/lib/
H A Dc-ctype.h169 c_isalnum (int c) in c_isalnum()
183 c_isalpha (int c) in c_isalpha()
198 c_isascii (int c) in c_isascii()
215 c_isblank (int c) in c_isblank()
221 c_iscntrl (int c) in c_iscntrl()
233 c_isdigit (int c) in c_isdigit()
245 c_isgraph (int c) in c_isgraph()
260 c_islower (int c) in c_islower()
272 c_isprint (int c) in c_isprint()
288 c_ispunct (int c) in c_ispunct()
[all …]
/dflybsd-src/sys/dev/disk/isp/
H A Dispreg.h807 #define ISPBSMX(c, byte, shift, mask) \ argument
820 #define ISP_NVRAM_VERSION(c) (c)[4] argument
821 #define ISP_NVRAM_FIFO_THRESHOLD(c) ISPBSMX(c, 5, 0, 0x03) argument
822 #define ISP_NVRAM_BIOS_DISABLE(c) ISPBSMX(c, 5, 2, 0x01) argument
823 #define ISP_NVRAM_HBA_ENABLE(c) ISPBSMX(c, 5, 3, 0x01) argument
824 #define ISP_NVRAM_INITIATOR_ID(c) ISPBSMX(c, 5, 4, 0x0f) argument
825 #define ISP_NVRAM_BUS_RESET_DELAY(c) (c)[6] argument
826 #define ISP_NVRAM_BUS_RETRY_COUNT(c) (c)[7] argument
827 #define ISP_NVRAM_BUS_RETRY_DELAY(c) (c)[8] argument
828 #define ISP_NVRAM_ASYNC_DATA_SETUP_TIME(c) ISPBSMX(c, 9, 0, 0x0f) argument
[all …]
/dflybsd-src/sys/cpu/x86_64/include/
H A Dint_const.h42 #define INT8_C(c) (c) argument
43 #define INT16_C(c) (c) argument
44 #define INT32_C(c) (c) argument
45 #define INT64_C(c) (c ## L) argument
47 #define UINT8_C(c) (c) argument
48 #define UINT16_C(c) (c) argument
49 #define UINT32_C(c) (c ## U) argument
50 #define UINT64_C(c) (c ## UL) argument
52 #define INTMAX_C(c) (c ## L) argument
53 #define UINTMAX_C(c) (c ## UL) argument
/dflybsd-src/sys/sys/
H A Dctype.h43 #define isspace(c) ((c) == ' ' || ((c) >= '\t' && (c) <= '\r')) argument
44 #define isascii(c) (((c) & ~0x7f) == 0) argument
45 #define isupper(c) ((c) >= 'A' && (c) <= 'Z') argument
46 #define islower(c) ((c) >= 'a' && (c) <= 'z') argument
47 #define isalpha(c) (isupper(c) || islower(c)) argument
48 #define isdigit(c) ((c) >= '0' && (c) <= '9') argument
49 #define isxdigit(c) (isdigit(c) \ argument
52 #define isprint(c) ((c) >= ' ' && (c) <= '~') argument
54 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) argument
55 #define tolower(c) ((c) + 0x20 * (((c) >= 'A') && ((c) <= 'Z'))) argument
/dflybsd-src/contrib/less/
H A Dcharset.h10 #define IS_ASCII_OCTET(c) (((c) & 0x80) == 0) argument
11 #define IS_UTF8_TRAIL(c) (((c) & 0xC0) == 0x80) argument
12 #define IS_UTF8_LEAD2(c) (((c) & 0xE0) == 0xC0) argument
13 #define IS_UTF8_LEAD3(c) (((c) & 0xF0) == 0xE0) argument
14 #define IS_UTF8_LEAD4(c) (((c) & 0xF8) == 0xF0) argument
15 #define IS_UTF8_LEAD5(c) (((c) & 0xFC) == 0xF8) argument
16 #define IS_UTF8_LEAD6(c) (((c) & 0xFE) == 0xFC) argument
17 #define IS_UTF8_INVALID(c) (((c) & 0xFE) == 0xFE) argument
18 #define IS_UTF8_LEAD(c) (((c) & 0xC0) == 0xC0 && !IS_UTF8_INVALID(c)) argument
/dflybsd-src/sys/dev/sound/pcm/
H A Dfeeder_chain.c139 feeder_build_format(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_format()
180 feeder_build_formatne(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_formatne()
207 feeder_build_rate(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_rate()
285 feeder_build_matrix(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_matrix()
342 feeder_build_volume(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_volume()
410 feeder_build_eq(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_eq()
464 feeder_build_root(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_root()
495 feeder_build_mixer(struct pcm_channel *c, struct feeder_chain_desc *cdesc) in feeder_build_mixer()
530 #define FEEDER_BW(c, t) ((c)->t.matrix->channels * (c)->t.rate) argument
532 #define FEEDRATE_UP(c) ((c)->target.rate > (c)->current.rate) argument
[all …]
H A Dchannel.c132 struct pcm_channel *c; in chn_vpc_proc() local
227 chn_lockinit(struct pcm_channel *c, int dir) in chn_lockinit()
255 chn_lockdestroy(struct pcm_channel *c) in chn_lockdestroy()
275 chn_polltrigger(struct pcm_channel *c) in chn_polltrigger()
315 chn_pollreset(struct pcm_channel *c) in chn_pollreset()
323 chn_wakeup(struct pcm_channel *c) in chn_wakeup()
355 chn_sleep(struct pcm_channel *c, int timeout) in chn_sleep()
377 chn_dmaupdate(struct pcm_channel *c) in chn_dmaupdate()
413 chn_wrfeed(struct pcm_channel *c) in chn_wrfeed()
460 chn_wrintr(struct pcm_channel *c) in chn_wrintr()
[all …]
/dflybsd-src/crypto/libressl/crypto/conf/
H A Dconf_def.h82 #define KEYTYPES(c) ((unsigned short *)((c)->meth_data)) argument
83 #define IS_COMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_COMMENT) argument
84 #define IS_FCOMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_FCOMMENT) argument
85 #define IS_EOF(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF) argument
86 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) argument
87 #define IS_NUMBER(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_NUMBER) argument
88 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) argument
89 #define IS_ALPHA_NUMERIC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC) argument
90 #define IS_ALPHA_NUMERIC_PUNCT(c,a) \ argument
92 #define IS_QUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_QUOTE) argument
[all …]
/dflybsd-src/crypto/libressl/crypto/
H A Dmd32_common.h163 # define HOST_c2l(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \ argument
166 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ argument
173 #define HOST_c2l(c,l) do {l =(((unsigned long)(*((c)++)))<<24); \ argument
180 #define HOST_l2c(l,c) do {*((c)++)=(unsigned char)(((l)>>24)&0xff); \ argument
190 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4) argument
191 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4) argument
195 #define HOST_c2l(c,l) do {l =(((unsigned long)(*((c)++))) ); \ argument
202 #define HOST_l2c(l,c) do {*((c)++)=(unsigned char)(((l) )&0xff); \ argument
216 HASH_UPDATE(HASH_CTX *c, const void *data_, size_t len) in HASH_UPDATE()
270 void HASH_TRANSFORM (HASH_CTX *c, const unsigned char *data) in HASH_TRANSFORM()
[all …]

12345678910>>...95