Home
last modified time | relevance | path

Searched +defs:c +defs:o (Results 1 – 25 of 139) sorted by relevance

123456

/dragonfly/sys/sys/
HDbus.h563 #define bus_barrier(r, o, l, f) \ argument
565 #define bus_read_1(r, o) \ argument
567 #define bus_read_multi_1(r, o, d, c) \ argument
569 #define bus_read_region_1(r, o, d, c) \ argument
571 #define bus_set_multi_1(r, o, v, c) \ argument
573 #define bus_set_region_1(r, o, v, c) \ argument
575 #define bus_write_1(r, o, v) \ argument
577 #define bus_write_multi_1(r, o, d, c) \ argument
579 #define bus_write_region_1(r, o, d, c) \ argument
581 #define bus_read_stream_1(r, o) \ argument
[all …]
/dragonfly/sys/cpu/x86_64/include/
HDbus_dma.h907 #define bus_space_read_stream_1(t, h, o) bus_space_read_1((t), (h), (o)) argument
908 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) argument
909 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) argument
911 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
913 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
915 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
918 #define bus_space_write_stream_1(t, h, o, v) \ argument
920 #define bus_space_write_stream_2(t, h, o, v) \ argument
922 #define bus_space_write_stream_4(t, h, o, v) \ argument
925 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument
[all …]
/dragonfly/contrib/cvs-1.12/lib/
HDquotearg.c122 clone_quoting_options (struct quoting_options *o) in clone_quoting_options()
133 get_quoting_style (struct quoting_options *o) in get_quoting_style()
141 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
152 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting()
191 struct quoting_options const *o) in quotearg_buffer_restyled()
200 #define STORE(c) \ in quotearg_buffer_restyled() argument
267 unsigned char c; in quotearg_buffer_restyled() local
533 struct quoting_options const *o) in quotearg_buffer()
547 struct quoting_options const *o) in quotearg_alloc()
639 struct quoting_options o; in quoting_options_from_style() local
[all …]
/dragonfly/contrib/less/
HDoption.c37 static constant char * opt_desc(struct loption *o) in opt_desc()
51 public constant char * propt(char c) in propt()
65 struct loption *o; in scan_option() local
313 public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle) in toggle_option()
512 public int opt_has_param(struct loption *o) in opt_has_param()
525 public constant char * opt_prompt(struct loption *o) in opt_prompt()
536 public constant char * opt_toggle_disallowed(int c) in opt_toggle_disallowed()
HDopttbl.c747 struct loption *o; in init_option() local
769 public struct loption * findopt(int c) in findopt()
771 struct loption *o; in findopt() local
786 static lbool is_optchar(char c) in is_optchar()
806 struct loption *o; in findopt_name() local
/dragonfly/contrib/grep/lib/
HDquotearg.c122 clone_quoting_options (struct quoting_options *o) in clone_quoting_options()
133 get_quoting_style (struct quoting_options const *o) in get_quoting_style()
141 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
152 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting()
168 set_quoting_flags (struct quoting_options *o, int i) in set_quoting_flags()
179 set_custom_quoting (struct quoting_options *o, in set_custom_quoting()
195 struct quoting_options o = { literal_quoting_style, 0, { 0 }, NULL, NULL }; in quoting_options_from_style() local
275 #define STORE(c) \ in quotearg_buffer_restyled() argument
402 unsigned char c; in quotearg_buffer_restyled() local
786 struct quoting_options const *o) in quotearg_buffer()
[all …]
/dragonfly/lib/libc/include/
HDreentrant.h111 #define cond_init(c, a, p) _pthread_cond_init(c, a) argument
116 #define cond_wait(c, m) if (__isthreaded) \ argument
130 #define thr_sigsetmask(f, n, o) _pthread_sigmask(f, n, o) argument
132 #define thr_once(o, i) _pthread_once(o, i) argument
/dragonfly/usr.sbin/installer/libdfui/
HDencode.c138 struct dfui_option *o; in dfui_encode_options() local
148 dfui_encode_option(struct aura_buffer *e, struct dfui_option *o) in dfui_encode_option()
192 dfui_encode_celldatas(struct aura_buffer *e, struct dfui_celldata *c) in dfui_encode_celldatas()
203 dfui_encode_celldata(struct aura_buffer *e, struct dfui_celldata *c) in dfui_encode_celldata()
HDform.c289 struct dfui_option *o; in dfui_field_option_add() local
337 struct dfui_option *o; in dfui_option_new() local
347 dfui_option_free(struct dfui_option *o) in dfui_option_free()
358 struct dfui_option *o; in dfui_options_free() local
369 dfui_option_get_next(const struct dfui_option *o) in dfui_option_get_next()
377 dfui_option_get_value(const struct dfui_option *o) in dfui_option_get_value()
844 struct dfui_celldata *c; in dfui_celldata_new() local
854 dfui_celldata_free(struct dfui_celldata *c) in dfui_celldata_free()
866 struct dfui_celldata *c; in dfui_celldatas_free() local
879 struct dfui_celldata *c; in dfui_celldata_find() local
[all …]
HDdump.c90 struct dfui_option *o; in dfui_field_dump() local
136 struct dfui_celldata *c; in dfui_dataset_dump() local
/dragonfly/contrib/gcc-8.0/gcc/
HDgensupport.c1133 const char *c = XSTR (pattern, 2); in alter_predicate_for_insn() local
1461 char c = *src++; in shift_output_template() local
2707 unsigned char c; in hash_c_test() local
3096 #define OPTAB_CL(o, p, c, b, l) { #o, p, #b, ZS, #l, o, c, UNKNOWN, 1 }, argument
3097 #define OPTAB_CX(o, p) { #o, p, NULL, NULL, NULL, o, UNKNOWN, UNKNOWN, 1 }, argument
3098 #define OPTAB_CD(o, p) { #o, p, NS, ZS, NS, o, UNKNOWN, UNKNOWN, 2 }, argument
3099 #define OPTAB_NL(o, p, c, b, s, l) { #o, p, #b, #s, #l, o, c, c, 3 }, argument
3100 #define OPTAB_NC(o, p, c) { #o, p, NS, ZS, NS, o, c, c, 3 }, argument
3101 #define OPTAB_NX(o, p) { #o, p, NULL, NULL, NULL, o, UNKNOWN, UNKNOWN, 3 }, argument
3102 #define OPTAB_VL(o, p, c, b, s, l) { #o, p, #b, #s, #l, o, c, UNKNOWN, 3 }, argument
[all …]
HDfold-const.h50 #define fold_build1(c,t1,t2)\ argument
54 #define fold_build2(c,t1,t2,t3)\ argument
58 #define fold_build3(c,t1,t2,t3,t4)\ argument
194 #define fold_build_pointer_plus(p,o) \ argument
200 #define fold_build_pointer_plus_hwi(p,o) \ argument
HDgengtype.c232 int c; in measure_input_list() local
272 int c = getc (list); in read_input_line() local
741 pair_p fields, options_p o, type_p base_class) in new_structure()
899 options_p o = XNEW (struct options); in create_string_option() local
912 options_p o = XNEW (struct options); in create_type_option() local
926 options_p o; in create_nested_option() local
951 note_variable (const char *s, type_p t, options_p o, struct fileloc *pos) in note_variable()
1172 int c; in adjust_field_rtx_def() local
1464 options_p o; in process_gc_options() local
1656 oprintf (outf_p o, const char *format, ...) in oprintf()
[all …]
/dragonfly/contrib/tnftp/src/
HDmain.c616 struct option *o; in prompt() local
637 struct option *o; in rprompt() local
654 struct cmd *c; in cmdscanner() local
764 struct cmd *c, *found; in getcmd() local
976 struct cmd *c; in help() local
1032 struct option *c; in getoption() local
1046 struct option *c; in getoptionvalue() local
/dragonfly/sbin/newfs_hammer2/
HDnewfs_hammer2.c132 char c = av[0][strlen(av[0]) - 1]; in main() local
160 char *o, *p, *s; in parse_fs_size() local
/dragonfly/contrib/tcsh-6/
HDed.refresh.c90 int o; in reprintf() local
163 Char c, attr; in Draw() local
267 Vdraw(Char c, int width) /* draw char c onto V lines */ in Vdraw()
587 Char *o, *n, *p, c; in update_line() local
1212 PutPlusOne(Char c, int width) in PutPlusOne()
1248 Char *cp, c; in RefPlusOne() local
/dragonfly/contrib/lvm2/dist/libdm/
HDlibdm-string.c33 static int _isword(int c) in _isword()
71 char *c = component; in _unquote() local
72 char *o = c; in _unquote() local
/dragonfly/contrib/file/src/
HDsoftmagic.c70 #define OFFSET_OOB(n, o, i) ((n) < CAST(uint32_t, (o)) || (i) > ((n) - (o))) argument
155 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
174 #define F(a, b, c) fmtcheck((b), (c)) argument
836 int32_t o; in moffset() local
1340 const char *c; in mcopy() local
1493 const struct buffer *b, size_t o, unsigned int cont_level) in msetoffset()
1542 save_cont(struct magic_set *ms, struct cont *c) in save_cont()
1557 restore_cont(struct magic_set *ms, struct cont *c) in restore_cont()
1565 const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, in mget()
1578 struct cont c; in mget() local
/dragonfly/contrib/flex/src/
HDccl.c281 int i, o; in range_covers_case() local
296 int reverse_case (int c) in reverse_case()
302 bool has_case (int c) in has_case()
/dragonfly/contrib/gdb-7/readline/
HDinput.c268 int o; local
334 _rl_insert_typein (c) in _rl_insert_typein() argument
385 rl_execute_next (c) in rl_execute_next() argument
412 int c; in rl_read_key() local
461 unsigned char c; local
523 int mb_len, c; local
575 int i, c; local
/dragonfly/contrib/gcc-4.7/gcc/
HDgengtype.c226 int c; in measure_input_list() local
266 int c = getc (list); in read_input_line() local
560 pair_p fields, options_p o) in new_structure()
737 options_p o = XNEW (struct options); in create_string_option() local
750 options_p o = XNEW (struct options); in create_type_option() local
764 options_p o; in create_nested_option() local
789 note_variable (const char *s, type_p t, options_p o, struct fileloc *pos) in note_variable()
1010 int c; in adjust_field_rtx_def() local
1329 options_p o; in process_gc_options() local
1503 oprintf (outf_p o, const char *format, ...) in oprintf()
[all …]
/dragonfly/gnu/usr.bin/rcs/lib/
HDrcsbase.h280 # define Igeteof_(f,c,s) if ((f)->ptr==(f)->lim) s else (c)= *(f)->ptr++; argument
281 # define cachegeteof_(c,s) if (ptr==lim) s else (c)= *ptr++; argument
286 # define Igeteof_(f,c,s) if ((f)->ptr==(f)->readlim && !Igetmore(f)) s else (c)= … argument
287 # define cachegeteof_(c,s) if (ptr==rRILE->readlim && !Igetmore(rRILE)) s else (c… argument
291 # define Iget_(f,c) Igeteof_(f,c,Ieof();) argument
292 # define cacheget_(c) cachegeteof_(c,Ieof();) argument
293 # define cacheunget_(f,c) (c)=(--ptr)[-1]; argument
305 # define Igeteof_(f,c,s) {if(((c)=getc(f))==EOF){testIerror(f);if(feof(f))s}} argument
306 # define cachegeteof_(c,s) Igeteof_(ptr,c,s) argument
307 # define Iget_(f,c) { if (((c)=getc(f))==EOF) testIeof(f); } argument
[all …]
/dragonfly/games/backgammon/common_source/
HDfancy.c251 int i, r, c; in refresh() local
300 fixpos(int cur, int new, int r, int c, int inc) in fixpos()
302 int o, n, nv; in fixpos() local
386 fixcol(int r, int c, int l, int ch, int inc) in fixcol()
399 curmove(int r, int c) in curmove()
415 int c; /* destination column */ in newpos() local
596 fancyc(int c) in fancyc()
669 int c; in cline() local
/dragonfly/crypto/libressl/crypto/objects/
HDobj_dat.c297 ASN1_OBJECT *o; in OBJ_add_object() local
523 ASN1_OBJECT o; in OBJ_ln2nid() local
545 ASN1_OBJECT o; in OBJ_sn2nid() local
576 int l, h, i = 0, c = 0; in OBJ_bsearch_ex_() local
609 char *o, *s, *l = NULL; in OBJ_create_objects() local
/dragonfly/sys/net/ipfw3/
HDip_fw3.h54 #define NEED(c, n, msg) {if (c < n) errx(EX_USAGE, msg);} argument
149 ipfw_insn o; member
158 ipfw_insn o; member
166 ipfw_insn o; member
175 ipfw_insn o; member
183 ipfw_insn o; member
192 ipfw_insn o; member
206 ipfw_insn o; member
214 ipfw_insn o; member
229 ipfw_insn o; member

123456