Searched refs:args (Results 876 - 900 of 1668) sorted by relevance

<<31323334353637383940>>

/freebsd-11.0-release/contrib/gcc/
H A Dxcoffout.c345 xcoffout_block (tree block, int depth, tree args)
358 if (args)
359 dbxout_reg_parms (args);
341 xcoffout_block(tree block, int depth, tree args) argument
/freebsd-11.0-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.c190 Therefore, its own definition is called only for "info" with no args. */
298 show_version (char *args, int from_tty)
309 quit_command (char *args, int from_tty)
313 quit_force (args, from_tty); argument
317 pwd_command (char *args, int from_tty)
319 if (args)
320 error ("The \"pwd\" command does not take an argument: %s", args);
432 source_command (char *args, int from_tty)
436 char *file = args;
764 error ("Two empty args d
294 show_version(char *args, int from_tty) argument
305 quit_command(char *args, int from_tty) argument
427 source_command(char *args, int from_tty) argument
936 show_user(char *args, int from_tty) argument
1009 show_debug(char *args, int from_tty) argument
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddummy-frame.c443 maintenance_print_dummy_frames (char *args, int from_tty) argument
445 if (args == NULL)
449 struct ui_file *file = gdb_fopen (args, "w");
H A Dlanguage.c1010 va_list args;
1011 va_start (args, string);
1016 vwarning (string, args);
1019 verror (string, args);
1024 vfprintf_filtered (gdb_stderr, string, args);
1030 va_end (args);
1036 va_list args;
1037 va_start (args, string);
1042 vwarning (string, args);
1045 verror (string, args);
1002 va_list args; local
1028 va_list args; local
[all...]
H A Dnto-procfs.c257 procfs_pidlist (char *args, int from_tty) argument
343 procfs_meminfo (char *args, int from_tty) argument
504 procfs_attach (char *args, int from_tty) argument
509 if (!args)
512 pid = atoi (args);
764 procfs_detach (char *args, int from_tty) argument
777 if (args)
778 siggnal = atoi (args);
912 will fill in argv with the three args "a", "b c d", "e". */
971 char **argv, *args; local
[all...]
H A Dreggroups.c235 maintenance_print_reggroups (char *args, int from_tty) argument
237 if (args == NULL)
241 struct ui_file *file = gdb_fopen (args, "w");
/freebsd-11.0-release/contrib/gdb/include/
H A Dxregex2.h444 # define _RE_ARGS(args) args
448 # define _RE_ARGS(args) ()
/freebsd-11.0-release/contrib/dtc/
H A Ddtc.h41 #define debug(fmt,args...) printf(fmt, ##args)
43 #define debug(fmt,args...)
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py183 (options, args) = parser.parse_args(sys.argv[2:])
184 if len(args) != 1:
186 dsname = args[0]
/freebsd-11.0-release/sys/dev/iicbus/twsi/
H A Dmv_twsi.c89 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0)
91 #define debugf(fmt, args...)
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_eaction.c107 default_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, argument
376 ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, argument
380 return (EACTION_OBJ(ch, cmd)->handler(ch, args, cmd, done));
/freebsd-11.0-release/sys/nfsclient/
H A Dnfs.h205 #define NFS_DPF(cat, args) \
207 if (nfs_debug & NFS_DEBUG_##cat) printf args; \
212 #define NFS_DPF(cat, args)
/freebsd-11.0-release/sys/nfsserver/
H A Dnfs.h231 #define NFS_DPF(cat, args) \
233 if (nfs_debug & NFS_DEBUG_##cat) printf args; \
238 #define NFS_DPF(cat, args)
/freebsd-11.0-release/sys/netinet/
H A Daccf_http.c79 #define DPRINT(fmt, args...) \
81 printf("%s:%d: " fmt "\n", __func__, __LINE__, ##args); \
84 #define DPRINT(fmt, args...)
/freebsd-11.0-release/sys/kgssapi/
H A Dgss_impl.c233 struct export_sec_context_args args; local
240 args.ctx = ctx->handle;
242 stat = gssd_export_sec_context_1(&args, &res, kgss_gssd_handle);
/freebsd-11.0-release/sys/dev/twe/
H A Dtwevar.h33 #define debug(level, fmt, args...) \
35 if (level <= TWE_DEBUG) printf("%s: " fmt "\n", __func__ , ##args); \
42 #define debug(level, fmt, args...)
/freebsd-11.0-release/sys/boot/uboot/lib/
H A Dglue.c38 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0)
40 #define debugf(fmt, args...)
/freebsd-11.0-release/sys/sys/
H A Dlinker.h257 #define KLD_DPF(cat, args) \
259 if (kld_debug & KLD_DEBUG_##cat) printf args; \
264 #define KLD_DPF(cat, args)
H A Dmbuf.h728 struct mb_args args; local
730 args.flags = 0;
731 args.type = type;
732 m = uma_zalloc_arg(zone_mbuf, &args, how);
741 struct mb_args args; local
743 args.flags = M_PKTHDR;
744 args.type = type;
745 m = uma_zalloc_arg(zone_mbuf, &args, how);
754 struct mb_args args; local
756 args
[all...]
H A Dzlib.h181 # define OF(args) args
183 # define OF(args) ()
/freebsd-11.0-release/sys/xen/xenbus/
H A Dxenbus.c36 #define DPRINTK(fmt, args...) \
37 printk("xenbus_client (%s:%d) " fmt ".\n", __FUNCTION__, __LINE__, ##args)
39 #define DPRINTK(fmt, args...) ((void)0)
/freebsd-11.0-release/tests/sys/opencrypto/
H A Dcryptotest.py121 args = (ct, iv, aad, tag)
124 c.decrypt, *args)
126 rpt, rtag = c.decrypt(*args)
/freebsd-11.0-release/tools/tools/notescheck/
H A Dnotescheck.py174 def parse_file(file, callback, *args):
210 callback(line, *args)
212 callback(current, *args)
/freebsd-11.0-release/sys/powerpc/booke/
H A Dbooke_machdep.c154 #define debugf(fmt, args...) printf(fmt, ##args)
156 #define debugf(fmt, args...)
/freebsd-11.0-release/contrib/gcc/cp/
H A Derror.c149 dump_template_argument_list (tree args, int flags) argument
151 int n = TREE_VEC_LENGTH (args);
159 dump_template_argument (TREE_VEC_ELT (args, i), flags);
211 dump_template_bindings (tree parms, tree args) argument
227 if (TMPL_ARGS_DEPTH (args) >= lvl)
229 tree lvl_args = TMPL_ARGS_LEVEL (args, lvl);
323 tree args = TYPE_TI_ARGS (t); local
327 dump_template_argument_list (args, flags);
622 /* Function pointers don't have default args. Not in standard C++,
1094 member object ptr (and any other hidden args) shoul
1216 tree args = info ? TI_ARGS (info) : NULL_TREE; local
1425 tree args = TREE_OPERAND (t, 1); local
[all...]

Completed in 341 milliseconds

<<31323334353637383940>>