Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 2515) sorted by relevance

12345678910>>...101

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dcmds.c376 insert_self (int arg) in insert_self()
383 insert_space (int arg) in insert_space()
397 cm_comma (int arg) in cm_comma()
423 cm_dots (int arg) in cm_dots()
441 cm_enddots (int arg) in cm_enddots()
461 cm_bullet (int arg) in cm_bullet()
477 cm_minus (int arg) in cm_minus()
492 cm_dmn (int arg) in cm_dmn()
505 cm_TeX (int arg) in cm_TeX()
527 cm_LaTeX (int arg) in cm_LaTeX()
[all …]
Dlang.c728 cm_accent_generic_html (int arg, int start, int end, char *html_supported, in cm_accent_generic_html()
793 cm_accent_generic_no_headers (int arg, int start, int end, int single, in cm_accent_generic_no_headers()
840 cm_accent (int arg) in cm_accent()
882 cm_accent_generic (int arg, int start, int end, char *html_supported, in cm_accent_generic()
907 cm_accent_umlaut (int arg, int start, int end) in cm_accent_umlaut()
913 cm_accent_acute (int arg, int start, int end) in cm_accent_acute()
919 cm_accent_cedilla (int arg, int start, int end) in cm_accent_cedilla()
925 cm_accent_hat (int arg, int start, int end) in cm_accent_hat()
931 cm_accent_grave (int arg, int start, int end) in cm_accent_grave()
937 cm_accent_tilde (int arg, int start, int end) in cm_accent_tilde()
[all …]
/openbsd/src/usr.sbin/rpc.lockd/
Dprocs.c251 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) in nlmtonlm4()
292 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_1_svc()
326 nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_msg_1_svc()
382 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_1_svc()
404 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
433 nlm_cancel_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) in nlm_cancel_1_svc()
455 nlm_cancel_msg_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) in nlm_cancel_msg_1_svc()
484 nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) in nlm_unlock_1_svc()
501 nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
537 nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_granted_1_svc()
[all …]
/openbsd/src/bin/dd/
Dargs.c66 static const struct arg { struct
70 } args[] = { argument
94 char *arg; in jcl() local
183 f_bs(char *arg) in f_bs()
190 f_cbs(char *arg) in f_cbs()
197 f_count(char *arg) in f_count()
205 f_files(char *arg) in f_files()
212 f_ibs(char *arg) in f_ibs()
220 f_if(char *arg) in f_if()
227 f_obs(char *arg) in f_obs()
[all …]
/openbsd/src/gnu/usr.bin/texinfo/intl/
Dvasnprintf.c285 int arg; in VASNPRINTF() local
307 int arg; in VASNPRINTF() local
598 # define SNPRINTF_BUF(arg) \ in VASNPRINTF() argument
618 # define SNPRINTF_BUF(arg) \ in VASNPRINTF() argument
640 int arg = a.arg[dp->arg_index].a.a_schar; in VASNPRINTF() local
646 unsigned int arg = a.arg[dp->arg_index].a.a_uchar; in VASNPRINTF() local
652 int arg = a.arg[dp->arg_index].a.a_short; in VASNPRINTF() local
658 unsigned int arg = a.arg[dp->arg_index].a.a_ushort; in VASNPRINTF() local
664 int arg = a.arg[dp->arg_index].a.a_int; in VASNPRINTF() local
670 unsigned int arg = a.arg[dp->arg_index].a.a_uint; in VASNPRINTF() local
[all …]
/openbsd/src/gnu/llvm/lld/COFF/
DDriver.cpp82 auto *arg = args.getLastArg(id); in getOldNewOptions() local
383 for (auto *arg : directives.args) { in parseDirectives() local
757 for (auto *arg : args) { in createResponseFile() local
884 auto *arg = args.getLastArg(os, osFile); in getMapFile() local
1061 void LinkerDriver::parseOrderFile(StringRef arg) { in parseOrderFile()
1088 for (StringRef arg : args::getLines(mb->getMemBufferRef())) { in parseOrderFile() local
1328 for (auto *arg : args.filtered(OPT_wholearchive_file)) in maybeExportMinGWSymbols() local
1332 for (auto *arg : args.filtered(OPT_exclude_symbols)) { in maybeExportMinGWSymbols() local
1368 if (auto *arg = args.getLastArg(OPT_reproduce)) in getReproduceFile() local
1371 if (auto *arg = args.getLastArg(OPT_linkrepro)) { in getReproduceFile() local
[all …]
/openbsd/src/sys/dev/pci/drm/include/linux/
Dprintk.h27 #define printk_once(fmt, arg...) ({ \ argument
39 #define pr_warn(fmt, arg...) printk(KERN_WARNING pr_fmt(fmt), ## arg) argument
40 #define pr_warn_ratelimited(fmt, arg...) printk(KERN_WARNING pr_fmt(fmt), ## arg) argument
41 #define pr_warn_once(fmt, arg...) printk_once(KERN_WARNING pr_fmt(fmt), ## arg) argument
42 #define pr_notice(fmt, arg...) printk(KERN_NOTICE pr_fmt(fmt), ## arg) argument
43 #define pr_crit(fmt, arg...) printk(KERN_CRIT pr_fmt(fmt), ## arg) argument
44 #define pr_err(fmt, arg...) printk(KERN_ERR pr_fmt(fmt), ## arg) argument
45 #define pr_err_once(fmt, arg...) printk_once(KERN_ERR pr_fmt(fmt), ## arg) argument
46 #define pr_cont(fmt, arg...) printk(KERN_CONT pr_fmt(fmt), ## arg) argument
49 #define pr_info(fmt, arg...) printk(KERN_INFO pr_fmt(fmt), ## arg) argument
[all …]
Ddevice.h52 #define dev_warn(dev, fmt, arg...) \ argument
55 #define dev_WARN(dev, fmt, arg...) \ argument
58 #define dev_notice(dev, fmt, arg...) \ argument
61 #define dev_crit(dev, fmt, arg...) \ argument
64 #define dev_err(dev, fmt, arg...) \ argument
67 #define dev_emerg(dev, fmt, arg...) \ argument
70 #define dev_printk(level, dev, fmt, arg...) \ argument
74 #define dev_warn_ratelimited(dev, fmt, arg...) \ argument
77 #define dev_notice_ratelimited(dev, fmt, arg...) \ argument
80 #define dev_err_ratelimited(dev, fmt, arg...) \ argument
[all …]
/openbsd/src/usr.sbin/unbound/smallapp/
Dworker_cb.c55 int ATTR_UNUSED(error), void* ATTR_UNUSED(arg)) in worker_handle_control_cmd()
61 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in worker_handle_request()
69 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in worker_handle_service_reply()
77 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in remote_accept_callback()
85 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in remote_control_callback()
92 void worker_sighandler(int ATTR_UNUSED(sig), void* ATTR_UNUSED(arg)) in worker_sighandler()
114 ATTR_UNUSED(arg)) { in worker_win_stop_cb()
119 wsvc_cron_cb(void* ATTR_UNUSED(arg)) in wsvc_cron_cb()
126 worker_alloc_cleanup(void* ATTR_UNUSED(arg)) in worker_alloc_cleanup()
146 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in libworker_handle_service_reply()
[all …]
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dunwind-ia64.c176 #define UNW_DEC_PROLOGUE(fmt, body, rlen, arg) \ argument
186 #define UNW_DEC_PROLOGUE_GR(fmt, rlen, mask, grsave, arg) \ argument
224 #define UNW_DEC_FR_MEM(fmt, frmask, arg) \ argument
234 #define UNW_DEC_GR_MEM(fmt, grmask, arg) \ argument
244 #define UNW_DEC_FRGR_MEM(fmt, grmask, frmask, arg) \ argument
255 #define UNW_DEC_BR_MEM(fmt, brmask, arg) \ argument
265 #define UNW_DEC_BR_GR(fmt, brmask, gr, arg) \ argument
275 #define UNW_DEC_REG_GR(fmt, src, dst, arg) \ argument
278 #define UNW_DEC_RP_BR(fmt, dst, arg) \ argument
281 #define UNW_DEC_REG_WHEN(fmt, reg, t, arg) \ argument
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dunwind-ia64.c176 #define UNW_DEC_PROLOGUE(fmt, body, rlen, arg) \ argument
186 #define UNW_DEC_PROLOGUE_GR(fmt, rlen, mask, grsave, arg) \ argument
224 #define UNW_DEC_FR_MEM(fmt, frmask, arg) \ argument
234 #define UNW_DEC_GR_MEM(fmt, grmask, arg) \ argument
244 #define UNW_DEC_FRGR_MEM(fmt, grmask, frmask, arg) \ argument
255 #define UNW_DEC_BR_MEM(fmt, brmask, arg) \ argument
265 #define UNW_DEC_BR_GR(fmt, brmask, gr, arg) \ argument
275 #define UNW_DEC_REG_GR(fmt, src, dst, arg) \ argument
278 #define UNW_DEC_RP_BR(fmt, dst, arg) \ argument
281 #define UNW_DEC_REG_WHEN(fmt, reg, t, arg) \ argument
[all …]
/openbsd/src/sys/dev/pci/drm/amd/display/dc/basics/
Dfixpt31_32.c34 long long arg) in abs_i64()
172 struct fixed31_32 dc_fixpt_sqr(struct fixed31_32 arg) in dc_fixpt_sqr()
210 struct fixed31_32 dc_fixpt_recip(struct fixed31_32 arg) in dc_fixpt_recip()
224 struct fixed31_32 dc_fixpt_sinc(struct fixed31_32 arg) in dc_fixpt_sinc()
268 struct fixed31_32 dc_fixpt_sin(struct fixed31_32 arg) in dc_fixpt_sin()
275 struct fixed31_32 dc_fixpt_cos(struct fixed31_32 arg) in dc_fixpt_cos()
307 static struct fixed31_32 fixed31_32_exp_from_taylor_series(struct fixed31_32 arg) in fixed31_32_exp_from_taylor_series()
335 struct fixed31_32 dc_fixpt_exp(struct fixed31_32 arg) in dc_fixpt_exp()
378 struct fixed31_32 dc_fixpt_log(struct fixed31_32 arg) in dc_fixpt_log()
452 unsigned int dc_fixpt_u4d19(struct fixed31_32 arg) in dc_fixpt_u4d19()
[all …]
/openbsd/src/gnu/llvm/lld/MachO/
DDriver.cpp196 for (const Arg *arg : args.filtered(OPT_syslibroot)) in getSystemLibraryRoots() local
227 for (const Arg *arg : in getLTOCachePolicy() local
496 StringRef arg = argv[i]; in parseLCLinkerOption() local
650 static PlatformVersion parsePlatformVersion(const Arg *arg) { in parsePlatformVersion()
689 for (const Arg *arg : args.filtered(OPT_platform_version)) { in parsePlatformVersions() local
809 const Arg *arg = args.getLastArg(OPT_objc_stubs_fast, OPT_objc_stubs_small); in getObjCStubsMode() local
856 if (const Arg *arg = args.getLastArg(OPT_reproduce)) in getReproduceOption() local
864 auto *arg = args.getLastArg(id); in getOldNewOptions() local
887 const Arg *arg = args.getLastArg(id); in parseDylibVersion() local
930 for (const Arg *arg : args.filtered(OPT_sectalign)) { in parseSectAlign() local
[all …]
/openbsd/src/sys/dev/pci/drm/radeon/
Datom.c187 uint32_t idx, val = 0xCDCDCDCD, align, arg; in atom_get_src_int() local
377 uint32_t align = (attr >> 3) & 7, arg = attr & 7; in atom_skip_src_int() local
442 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst()
451 static void atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) in atom_skip_dst()
458 static void atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_put_dst()
602 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add()
616 static void atom_op_and(atom_exec_context *ctx, int *ptr, int arg) in atom_op_and()
630 static void atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) in atom_op_beep()
635 static void atom_op_calltable(atom_exec_context *ctx, int *ptr, int arg) in atom_op_calltable()
651 static void atom_op_clear(atom_exec_context *ctx, int *ptr, int arg) in atom_op_clear()
[all …]
/openbsd/src/gnu/llvm/lld/ELF/
DDriver.cpp420 if (auto *arg = args.getLastArg(OPT_reproduce)) in getReproduceOption() local
426 for (auto *arg : args.filtered(OPT_z)) in hasZOption() local
434 for (auto *arg : args.filtered_reverse(OPT_z)) { in getZFlag() local
444 for (auto *arg : args.filtered_reverse(OPT_z)) { in getZSeparate() local
457 for (auto *arg : args.filtered_reverse(OPT_z)) { in getZGnuStack() local
470 for (auto *arg : args.filtered_reverse(OPT_z)) { in getZStartStopVisibility() local
545 for (auto *arg : args.filtered(OPT_z)) in checkZOptions() local
659 for (const opt::Arg *arg : args) { in setUnresolvedSymbolPolicy() local
726 auto *arg = in getDiscard() local
738 auto *arg = args.getLastArg(OPT_dynamic_linker, OPT_no_dynamic_linker); in getDynamicLinker() local
[all …]
/openbsd/src/regress/lib/libpthread/cancel/
Dcancel.c44 c1handler(void *arg) in c1handler()
51 child1fn(void *arg) in child1fn()
74 c2handler(void *arg) in c2handler()
82 child2fn(void *arg) in child2fn()
127 c3handler(void *arg) in c3handler()
135 child3fn(void *arg) in child3fn()
154 c4handler(void *arg) in c4handler()
162 child4fn(void *arg) in child4fn()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_atom.c185 uint32_t idx, val = 0xCDCDCDCD, align, arg; in atom_get_src_int() local
375 uint32_t align = (attr >> 3) & 7, arg = attr & 7; in atom_skip_src_int() local
439 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst()
448 static void atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) in atom_skip_dst()
455 static void atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_put_dst()
599 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add()
613 static void atom_op_and(atom_exec_context *ctx, int *ptr, int arg) in atom_op_and()
627 static void atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) in atom_op_beep()
632 static void atom_op_calltable(atom_exec_context *ctx, int *ptr, int arg) in atom_op_calltable()
648 static void atom_op_clear(atom_exec_context *ctx, int *ptr, int arg) in atom_op_clear()
[all …]
/openbsd/src/gnu/usr.bin/cvs/src/
Dserver.c682 serve_valid_responses (arg) in serve_valid_responses() argument
738 serve_root (arg) in serve_root() argument
931 serve_max_dotdot (arg) in serve_max_dotdot() argument
1150 serve_repository (arg) in serve_repository() argument
1160 serve_directory (arg) in serve_directory() argument
1199 serve_static_directory (arg) in serve_static_directory() argument
1226 serve_sticky (arg) in serve_sticky() argument
1347 char *arg = file; local
1469 serve_modified (arg) in serve_modified() argument
1622 serve_enable_unchanged (arg) in serve_enable_unchanged() argument
[all …]
/openbsd/src/lib/libssl/
Dtls13_quic.c22 tls13_quic_wire_read_cb(void *buf, size_t n, void *arg) in tls13_quic_wire_read_cb()
32 tls13_quic_wire_write_cb(const void *buf, size_t n, void *arg) in tls13_quic_wire_write_cb()
42 tls13_quic_wire_flush_cb(void *arg) in tls13_quic_wire_flush_cb()
56 tls13_quic_handshake_read_cb(void *buf, size_t n, void *arg) in tls13_quic_handshake_read_cb()
67 tls13_quic_handshake_write_cb(const void *buf, size_t n, void *arg) in tls13_quic_handshake_write_cb()
83 enum ssl_encryption_level_t read_level, void *arg) in tls13_quic_set_read_traffic_key()
107 enum ssl_encryption_level_t write_level, void *arg) in tls13_quic_set_write_traffic_key()
130 tls13_quic_alert_send_cb(int alert_desc, void *arg) in tls13_quic_alert_send_cb()
/openbsd/src/sbin/unwind/libunbound/libunbound/
Dlibworker.c313 uint8_t* msg, size_t len, int err, void* arg) in libworker_handle_control_cmd()
328 libworker_dobg(void* arg) in libworker_dobg()
566 libworker_fg_done_cb(void* arg, int rcode, sldns_buffer* buf, enum sec_status s, in libworker_fg_done_cb()
658 libworker_event_done_cb(void* arg, int rcode, sldns_buffer* buf, in libworker_event_done_cb()
783 libworker_bg_done_cb(void* arg, int rcode, sldns_buffer* buf, enum sec_status s, in libworker_bg_done_cb()
867 void libworker_alloc_cleanup(void* arg) in libworker_alloc_cleanup()
899 libworker_handle_service_reply(struct comm_point* c, void* arg, int error, in libworker_handle_service_reply()
927 int ATTR_UNUSED(error), void* ATTR_UNUSED(arg)) in worker_handle_control_cmd()
933 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in worker_handle_request()
941 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in worker_handle_service_reply()
[all …]
/openbsd/src/usr.sbin/unbound/libunbound/
Dlibworker.c313 uint8_t* msg, size_t len, int err, void* arg) in libworker_handle_control_cmd()
328 libworker_dobg(void* arg) in libworker_dobg()
566 libworker_fg_done_cb(void* arg, int rcode, sldns_buffer* buf, enum sec_status s, in libworker_fg_done_cb()
658 libworker_event_done_cb(void* arg, int rcode, sldns_buffer* buf, in libworker_event_done_cb()
783 libworker_bg_done_cb(void* arg, int rcode, sldns_buffer* buf, enum sec_status s, in libworker_bg_done_cb()
867 void libworker_alloc_cleanup(void* arg) in libworker_alloc_cleanup()
899 libworker_handle_service_reply(struct comm_point* c, void* arg, int error, in libworker_handle_service_reply()
927 int ATTR_UNUSED(error), void* ATTR_UNUSED(arg)) in worker_handle_control_cmd()
933 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in worker_handle_request()
941 void* ATTR_UNUSED(arg), int ATTR_UNUSED(error), in worker_handle_service_reply()
[all …]
/openbsd/src/usr.bin/sndiod/
Ddev_sioctl.c51 dev_sioctl_ondesc(void *arg, struct sioctl_desc *desc, int val) in dev_sioctl_ondesc()
79 dev_sioctl_onval(void *arg, unsigned int addr, unsigned int val) in dev_sioctl_onval()
147 dev_sioctl_pollfd(void *arg, struct pollfd *pfd) in dev_sioctl_pollfd()
161 dev_sioctl_revents(void *arg, struct pollfd *pfd) in dev_sioctl_revents()
169 dev_sioctl_in(void *arg) in dev_sioctl_in()
174 dev_sioctl_out(void *arg) in dev_sioctl_out()
201 dev_sioctl_hup(void *arg) in dev_sioctl_hup()
Dsock.c196 sock_slot_fill(void *arg) in sock_slot_fill()
209 sock_slot_flush(void *arg) in sock_slot_flush()
221 sock_slot_eof(void *arg) in sock_slot_eof()
233 sock_slot_onmove(void *arg) in sock_slot_onmove()
247 sock_slot_onvol(void *arg) in sock_slot_onvol()
260 sock_midi_imsg(void *arg, unsigned char *msg, int size) in sock_midi_imsg()
268 sock_midi_omsg(void *arg, unsigned char *msg, int size) in sock_midi_omsg()
276 sock_midi_fill(void *arg, int count) in sock_midi_fill()
284 sock_ctl_sync(void *arg) in sock_ctl_sync()
326 sock_exit(void *arg) in sock_exit()
[all …]
/openbsd/src/gnu/lib/libreadline/examples/
Dfileman.c317 com_list (arg) in com_list() argument
327 com_view (arg) in com_view() argument
342 com_rename (arg) in com_rename() argument
349 com_stat (arg) in com_stat() argument
377 com_delete (arg) in com_delete() argument
386 com_help (arg) in com_help() argument
425 com_cd (arg) in com_cd() argument
456 com_quit (arg) in com_quit() argument
475 valid_argument (caller, arg) in valid_argument() argument
/openbsd/src/sys/dev/pci/drm/amd/display/include/
Dfixed31_32.h87 static inline struct fixed31_32 dc_fixpt_from_int(int arg) in dc_fixpt_from_int()
105 static inline struct fixed31_32 dc_fixpt_neg(struct fixed31_32 arg) in dc_fixpt_neg()
118 static inline struct fixed31_32 dc_fixpt_abs(struct fixed31_32 arg) in dc_fixpt_abs()
189 struct fixed31_32 arg, in dc_fixpt_clamp()
210 static inline struct fixed31_32 dc_fixpt_shl(struct fixed31_32 arg, unsigned char shift) in dc_fixpt_shl()
224 static inline struct fixed31_32 dc_fixpt_shr(struct fixed31_32 arg, unsigned char shift) in dc_fixpt_shr()
446 static inline int dc_fixpt_floor(struct fixed31_32 arg) in dc_fixpt_floor()
460 static inline int dc_fixpt_round(struct fixed31_32 arg) in dc_fixpt_round()
480 static inline int dc_fixpt_ceil(struct fixed31_32 arg) in dc_fixpt_ceil()
517 static inline struct fixed31_32 dc_fixpt_truncate(struct fixed31_32 arg, unsigned int frac_bits) in dc_fixpt_truncate()

12345678910>>...101