HomeSort by: relevance | last modified time | path
    Searched refs:arglist (Results 1 - 25 of 342) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/gprofng/src/
count.cc 49 arglist = narglist;
73 *arglist++ = xstrdup (command);
82 *arglist++ = NTXT ("collect");
88 *arglist++ = NTXT ("-i");
89 *arglist++ = NTXT ("static");
90 *arglist++ = NTXT ("-M");
93 *arglist++ = NTXT ("-M");
94 *arglist++ = NTXT ("-u");
101 *arglist++ = NTXT ("-e");
103 // now copy an edited list of collect options to the arglist
    [all...]
checks.cc 54 arglist = (char **) xcalloc (nargs + 5 + njargs, sizeof (char *));
59 arglist[ret++] = argv[tindex++];
72 arglist[ret++] = next;
78 arglist[ret++] = next;
85 arglist[ret++] = argv[tindex++];
99 arglist = (char **) xcalloc (nargs + 5 + njargs, sizeof (char *));
106 arglist[ret++] = a;
111 arglist[ret++] = next;
117 arglist[ret++] = next;
120 arglist[ret++] = NTXT ("-jar")
    [all...]
Settings.cc 450 char *arglist[MAXARGS]; local
503 arglist[nargs++] = parse_qstring (nextarg, &end_cmd);
552 str_scompcom = dbe_strdup (arglist[0]);
553 proc_compcom (arglist[0], true, true);
559 str_sthresh = dbe_strdup (arglist[0]);
560 proc_thresh (arglist[0], true, true);
567 str_dcompcom = dbe_strdup (arglist[0]);
568 proc_compcom (arglist[0], false, true);
577 str_scompcom = dbe_strdup (arglist[0]);
578 proc_compcom (arglist[0], true, true)
    [all...]
MachineModel.cc 87 char *arglist[MAXARGS]; local
189 arglist[nargs++] = parse_qstring (nextarg, &end_cmd);
218 char *err = dbeSession->indxobj_define (arglist[0], NULL,
219 arglist[1], (nargs >= 3) ? PTXT (arglist[2]) : NULL,
220 (nargs >= 4) ? PTXT (arglist[3]) : NULL);
223 err, line_no, cmd, arglist[0], arglist[1]);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
count.cc 49 arglist = narglist;
73 *arglist++ = xstrdup (command);
82 *arglist++ = NTXT ("collect");
88 *arglist++ = NTXT ("-i");
89 *arglist++ = NTXT ("static");
90 *arglist++ = NTXT ("-M");
93 *arglist++ = NTXT ("-M");
94 *arglist++ = NTXT ("-u");
101 *arglist++ = NTXT ("-e");
103 // now copy an edited list of collect options to the arglist
    [all...]
checks.cc 54 arglist = (char **) xcalloc (nargs + 5 + njargs, sizeof (char *));
59 arglist[ret++] = argv[tindex++];
72 arglist[ret++] = next;
78 arglist[ret++] = next;
85 arglist[ret++] = argv[tindex++];
99 arglist = (char **) xcalloc (nargs + 5 + njargs, sizeof (char *));
106 arglist[ret++] = a;
111 arglist[ret++] = next;
117 arglist[ret++] = next;
120 arglist[ret++] = NTXT ("-jar")
    [all...]
Settings.cc 450 char *arglist[MAXARGS]; local
503 arglist[nargs++] = parse_qstring (nextarg, &end_cmd);
552 str_scompcom = dbe_strdup (arglist[0]);
553 proc_compcom (arglist[0], true, true);
559 str_sthresh = dbe_strdup (arglist[0]);
560 proc_thresh (arglist[0], true, true);
567 str_dcompcom = dbe_strdup (arglist[0]);
568 proc_compcom (arglist[0], false, true);
577 str_scompcom = dbe_strdup (arglist[0]);
578 proc_compcom (arglist[0], true, true)
    [all...]
MachineModel.cc 87 char *arglist[MAXARGS]; local
189 arglist[nargs++] = parse_qstring (nextarg, &end_cmd);
218 char *err = dbeSession->indxobj_define (arglist[0], NULL,
219 arglist[1], (nargs >= 3) ? PTXT (arglist[2]) : NULL,
220 (nargs >= 4) ? PTXT (arglist[3]) : NULL);
223 err, line_no, cmd, arglist[0], arglist[1]);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
argmatch.c 75 NULL-terminated array ARGLIST, return the index in ARGLIST
86 argmatch (const char *arg, const char *const *arglist,
89 size_t i; /* Temporary index in ARGLIST. */
97 for (i = 0; arglist[i]; i++)
99 if (!strncmp (arglist[i], arg, arglen))
101 if (strlen (arglist[i]) == arglen)
144 ARGLIST is the same as in argmatch.
148 argmatch_valid (const char *const *arglist,
157 for (i = 0; arglist[i]; i++
    [all...]
argmatch.h 35 # define ARGMATCH_VERIFY(Arglist, Vallist) \
36 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1)
38 /* Return the index of the element of ARGLIST (NULL terminated) that
43 ptrdiff_t argmatch (char const *arg, char const *const *arglist,
46 # define ARGMATCH(Arg, Arglist, Vallist) \
47 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist))
69 void argmatch_valid (char const *const *arglist,
72 # define ARGMATCH_VALID(Arglist, Vallist) \
73 argmatch_valid (Arglist, (char const *) (Vallist), sizeof *(Vallist))
81 char const *arg, char const *const *arglist,
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
args.exp 32 # NAME is the name to use for the tests and ARGLIST is the list of
35 proc args_test { name arglist } {
37 set ::GDBFLAGS "$::GDBFLAGS --args $::binfile $arglist"
45 set expected_len [expr 1 + [llength $arglist]]
49 foreach arg $arglist {
gnu-debugdata.exp 38 foreach arglist $args {
39 verbose "raw args are $arglist"
41 set program [lindex $arglist 0]
42 set arguments [lindex $arglist 1]
43 set input [lindex $arglist 2]
44 set output [lindex $arglist 3]
  /src/sbin/restore/
interactive.c 79 struct arglist { struct
89 static void getcmd(char *, char *, char *, size_t, struct arglist *);
103 struct arglist arglist; local
108 arglist.freeglob = 0;
109 arglist.argcnt = 0;
110 arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
111 arglist.glob.gl_opendir = (void *)rst_opendir;
112 arglist.glob.gl_readdir = (void *)glob_readdir;
113 arglist.glob.gl_closedir = (void *)rst_closedir
    [all...]
  /src/bin/sh/
expand.h 45 struct arglist { struct
71 void expandarg(union node *, struct arglist *, int);
  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 48 /* Return the arglist on the current line. This can behave in two different
101 /* Add the macro NAME with ARGLIST and BODY to the list of defined macros.
107 add_macro (char *name, char **arglist, char *body, char *source_file,
141 if (def->arglist)
145 for (i = 0; def->arglist[i]; i++)
146 free (def->arglist[i]);
148 free (def->arglist);
157 def->arglist = arglist;
166 char **arglist, *word
164 char **arglist, *word; local
266 char **arglist; local
389 char **arglist; local
463 char **arglist = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gnu-debugdata.exp 38 foreach arglist $args {
39 verbose "raw args are $arglist"
41 set program [lindex $arglist 0]
42 set arguments [lindex $arglist 1]
43 set input [lindex $arglist 2]
44 set output [lindex $arglist 3]
args.exp 33 # NAME is the name to use for the tests and ARGLIST is the list of
37 # against, these patterns should match ARGLIST. If the arguments are
39 # be dropped, and this proc will reuse ARGLIST.
41 proc args_test { name arglist {re_list {}} } {
43 # If RE_LIST is not supplied then we can reuse ARGLIST, this
47 set re_list $arglist
52 set ::GDBFLAGS "$::GDBFLAGS --args $::binfile $arglist"
  /src/usr.sbin/mailwrapper/
mailwrapper.c 42 struct arglist { struct
47 static void initarg(struct arglist *);
48 static void addarg(struct arglist *, const char *, int);
51 initarg(struct arglist *al)
68 addarg(struct arglist *al, const char *arg, int copy)
90 struct arglist al;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
cpcompletion.exp 47 # [See comments for makefoo for description of arglist format.]
50 upvar $arglistvar arglist
52 # ARGLIST is a string -- simply strip off the first character.
53 set arglist [string range $arglist 1 end]
115 upvar $arglistvar arglist
117 set c [string index $arglist 0]
118 consume arglist
122 makearg $sid arglist
123 makearg $sid arglist
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
cpcompletion.exp 51 # [See comments for makefoo for description of arglist format.]
54 upvar $arglistvar arglist
56 # ARGLIST is a string -- simply strip off the first character.
57 set arglist [string range $arglist 1 end]
119 upvar $arglistvar arglist
121 set c [string index $arglist 0]
122 consume arglist
126 makearg $sid arglist
127 makearg $sid arglist
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.h 61 void *arglist);
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 475 ARGLIST - value supposed to be passed as arguments
480 vec<tree, va_gc> *arglist,
486 if (TREE_CODE (TREE_TYPE ((*arglist)[0])) != VECTOR_TYPE)
493 TYPE_VECTOR_SUBPARTS (TREE_TYPE ((*arglist)[0])));
501 unsigned align = TYPE_ALIGN (TREE_TYPE (TREE_TYPE ((*arglist)[1])));
504 fold_build_pointer_plus ((*arglist)[1], (*arglist)[0]),
514 unsigned align = TYPE_ALIGN (TREE_TYPE (TREE_TYPE ((*arglist)[2])));
515 tree mem_type = build_aligned_type (TREE_TYPE ((*arglist)[0]), align);
518 fold_build_pointer_plus ((*arglist)[2]
889 vec<tree, va_gc> *arglist = static_cast<vec<tree, va_gc> *> (passed_arglist); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 474 ARGLIST - value supposed to be passed as arguments
479 vec<tree, va_gc> *arglist,
485 if (TREE_CODE (TREE_TYPE ((*arglist)[0])) != VECTOR_TYPE)
492 TYPE_VECTOR_SUBPARTS (TREE_TYPE ((*arglist)[0])));
500 unsigned align = TYPE_ALIGN (TREE_TYPE (TREE_TYPE ((*arglist)[1])));
503 fold_build_pointer_plus ((*arglist)[1], (*arglist)[0]),
513 unsigned align = TYPE_ALIGN (TREE_TYPE (TREE_TYPE ((*arglist)[2])));
514 tree mem_type = build_aligned_type (TREE_TYPE ((*arglist)[0]), align);
517 fold_build_pointer_plus ((*arglist)[2]
885 vec<tree, va_gc> *arglist = static_cast<vec<tree, va_gc> *> (passed_arglist); local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
printmsg.c 53 va_list arglist )
100 vfprintf( fp, fmt, arglist );
  /src/crypto/external/bsd/openssh/dist/
misc.h 137 typedef struct arglist arglist; typedef in typeref:struct:arglist
138 struct arglist { struct
143 void addargs(arglist *, const char *, ...)
145 void replacearg(arglist *, u_int, const char *, ...)
147 void freeargs(arglist *);

Completed in 73 milliseconds

1 2 3 4 5 6 7 8 91011>>