Home
last modified time | relevance | path

Searched refs:argname (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/libcpu/
Di386_parse.y82 struct argname struct
90 struct argname *next; argument
96 struct argname *name;
190 static struct argname *combine (struct argname *name);
191 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
223 struct argname *name;
482 struct argname *runp = $1;
493 $$ = xmalloc (sizeof (struct argname));
525 $$ = xmalloc (sizeof (struct argname));
534 $$ = xmalloc (sizeof (struct argname));
[all …]
Di386_parse.c155 struct argname struct
163 struct argname *next; argument
169 struct argname *name;
263 static struct argname *combine (struct argname *name);
264 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
363 struct argname *name;
1899 struct argname *runp = (yyvsp[(1) - (2)].name);
1917 (yyval.name) = xmalloc (sizeof (struct argname));
1953 (yyval.name) = xmalloc (sizeof (struct argname));
1966 (yyval.name) = xmalloc (sizeof (struct argname));
[all …]
Di386_parse.h86 struct argname *name;
/external/icu/icu4c/source/tools/tzcode/
Dzic.c3108 mkdirs(char *argname) in mkdirs() argument
3113 if (argname == NULL || *argname == '\0') in mkdirs()
3115 cp = name = ecpyalloc(argname); in mkdirs()