Home
last modified time | relevance | path

Searched refs:namelist (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.output3 1 declaration : class type namelist '(' class ',' type ')'
12 7 namelist : namelist NAME
15 9 locnamelist : namelist '(' LOCAL ',' type ')'
62 declaration : class . type namelist '(' class ',' type ')' (1)
78 namelist goto 11
82 declaration : class type . namelist '(' class ',' type ')' (1)
87 namelist goto 12
91 namelist : NAME . (8)
104 namelist : namelist . NAME (7)
105 locnamelist : namelist . '(' LOCAL ',' type ')' (9)
[all …]
H A Dbtyacc_destroy3.output3 1 declaration : class type namelist '(' class ',' type ')'
12 7 namelist : namelist NAME
15 9 locnamelist : namelist '(' LOCAL ',' type ')'
62 declaration : class . type namelist '(' class ',' type ')' (1)
78 namelist goto 11
82 declaration : class type . namelist '(' class ',' type ')' (1)
87 namelist goto 12
91 namelist : NAME . (8)
104 namelist : namelist . NAME (7)
105 locnamelist : namelist . '(' LOCAL ',' type ')' (9)
[all …]
H A Dbtyacc_destroy2.output3 1 declaration : class type namelist '(' class ',' type ')'
12 7 namelist : namelist NAME
15 9 locnamelist : namelist '(' LOCAL ',' type ')'
62 declaration : class . type namelist '(' class ',' type ')' (1)
78 namelist goto 11
82 declaration : class type . namelist '(' class ',' type ')' (1)
87 namelist goto 12
91 namelist : NAME . (8)
104 namelist : namelist . NAME (7)
105 locnamelist : namelist . '(' LOCAL ',' type ')' (9)
[all …]
H A Dinherit2.output7 3 declaration : class type $$1 $$2 namelist
16 9 namelist : namelist NAME
21 12 locnamelist : $$3 $$2 namelist
68 declaration : class . type $$1 $$2 namelist (3)
88 declaration : class type . $$1 $$2 namelist (3)
103 locnamelist : $$3 . $$2 namelist (12)
112 declaration : class type $$1 . $$2 namelist (3)
121 locnamelist : $$3 $$2 . namelist (12)
126 namelist goto 15
130 declaration : class type $$1 $$2 . namelist (3)
[all …]
H A Dinherit0.output3 1 declaration : class type namelist
12 7 namelist : namelist NAME
19 11 locnamelist : $$1 $$2 namelist
66 declaration : class . type namelist (1)
86 declaration : class type . namelist (1)
91 namelist goto 12
101 locnamelist : $$1 . $$2 namelist (11)
110 namelist : NAME . (8)
116 declaration : class type namelist . (1)
117 namelist : namelist . NAME (7)
[all …]
H A Dinherit1.output3 1 declaration : class type namelist
12 7 namelist : namelist NAME
19 11 locnamelist : $$1 $$2 namelist
66 declaration : class . type namelist (1)
86 declaration : class type . namelist (1)
91 namelist goto 12
101 locnamelist : $$1 . $$2 namelist (11)
110 namelist : NAME . (8)
116 declaration : class type namelist . (1)
117 namelist : namelist . NAME (7)
[all …]
H A Derr_inherit3.output7 3 declaration : class type $$1 $$2 namelist
18 10 namelist : $$3 namelist NAME
23 13 locnamelist : $$4 $$2 namelist
70 declaration : class . type $$1 $$2 namelist (3)
90 declaration : class type . $$1 $$2 namelist (3)
105 locnamelist : $$4 . $$2 namelist (13)
114 declaration : class type $$1 . $$2 namelist (3)
124 locnamelist : $$4 $$2 . namelist (13)
129 namelist goto 15
135 declaration : class type $$1 $$2 . namelist (3)
[all …]
H A Derr_inherit4.output7 3 declaration : class type $$1 $$2 namelist
16 9 namelist : namelist NAME
19 11 locnamelist : namelist
66 declaration : class . type $$1 $$2 namelist (3)
81 namelist goto 10
86 declaration : class type . $$1 $$2 namelist (3)
95 namelist : NAME . (10)
101 namelist : namelist . NAME (9)
102 locnamelist : namelist . (11)
115 declaration : class type $$1 . $$2 namelist (3)
[all …]
H A Derr_inherit2.error1 YACC: w - line 64 of "./err_inherit2.y", number of arguments of namelist doesn't agree with previou…
2 YACC: w - line 64 of "./err_inherit2.y", type of argument 1 to namelist doesn't agree with previous…
4 namelist($<tval>c, $t, extra): namelist NAME
H A Derr_inherit3.error1 YACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previou…
2 YACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist
3 namelist: namelist($c) NAME
/freebsd/contrib/byacc/test/
H A Derr_inherit2.y11 struct namelist { symbol *s; struct namelist *next; }; argument
12 typedef struct namelist namelist; typedef
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
31 namelist *p = $$;
33 { namelist *pp = p;
43 namelist * nlist;
50 declaration: class type namelist($1, $2)
64 namelist($<tval>c, $t, extra): namelist NAME in namelist() function
74 locnamelist($t): namelist(cLOCAL, $t) in locnamelist()
H A Derr_inherit3.y11 struct namelist { symbol *s; struct namelist *next; }; struct
12 typedef struct namelist namelist; typedef
26 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
31 namelist *p = $$;
33 { namelist *pp = p;
43 namelist * nlist;
50 declaration($d): class type namelist($1, $2)
64 namelist: namelist($c) NAME in namelist() function
74 locnamelist($t): namelist(cLOCAL, $t) in locnamelist()
H A Derr_inherit4.y12 struct namelist { symbol *s; struct namelist *next; }; argument
13 typedef struct namelist namelist; typedef
27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
33 namelist *p = $$;
35 { namelist *pp = p;
45 namelist * nlist;
52 declaration: class type namelist($1, $2)
66 namelist($c, $t): namelist NAME in namelist() function
76 locnamelist($t): namelist in locnamelist()
H A Derr_inherit5.y11 struct namelist { symbol *s; struct namelist *next; }; argument
12 typedef struct namelist namelist; typedef
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
31 namelist *p = $$;
33 { namelist *pp = p;
43 namelist * nlist;
50 declaration: class type namelist($1, $2)
64 namelist($c, $t): namelist NAME in namelist() function
74 locnamelist($t): namelist(@1, $t) in locnamelist()
H A Dinherit2.y11 struct namelist { symbol *s; struct namelist *next; }; argument
12 typedef struct namelist namelist; typedef
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
31 namelist *p = $$;
33 { namelist *pp = p;
43 namelist * nlist;
50 declaration: class type namelist($1, $2)
64 namelist($c, $t): namelist NAME in namelist() function
74 locnamelist($t): namelist(cLOCAL, $t) in locnamelist()
H A Dbtyacc_destroy1.y13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
37 %type <nlist> namelist
42 namelist *p = $$;
44 { namelist *pp = p;
54 namelist * nlist;
61 declaration: class type namelist'(' class ',' type ')'
75 namelist: namelist NAME
85 locnamelist: namelist '(' LOCAL ',' type ')'
H A Dbtyacc_destroy2.y13 struct namelist { symbol *s; struct namelist *next; };
14 typedef struct namelist namelist;
37 %type <nlist> namelist
42 namelist *p = $$;
44 { namelist *pp = p;
54 namelist * nlist;
61 declaration: class type namelist'(' class ',' type ')'
75 namelist: namelist NAME
85 locnamelist: namelist '(' LOCAL ',' type ')'
H A Dbtyacc_destroy3.y16 struct namelist { symbol *s; struct namelist *next; };
17 typedef struct namelist namelist;
40 %type <nlist> namelist
45 namelist *p = $$;
47 { namelist *pp = p;
57 namelist * nlist;
64 declaration: class type namelist'(' class ',' type ')'
78 namelist: namelist NAME
88 locnamelist: namelist '(' LOCAL ',' type ')'
H A Derr_inherit1.y11 struct namelist { symbol *s; struct namelist *next; }; struct
12 typedef struct namelist namelist; typedef
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
31 namelist *p = $$;
33 { namelist *pp = p;
43 namelist * nlist;
50 declaration: class type namelist($1, $2)
64 namelist($c, $t
H A Dinherit1.y11 struct namelist { symbol *s; struct namelist *next; }; argument
12 typedef struct namelist namelist; typedef
28 %type <nlist> declaration namelist locnamelist
36 namelist * nlist;
43 declaration: class type namelist
57 namelist: namelist NAME
70 namelist
H A Dinherit0.y19 declaration: class type namelist
33 namelist: namelist NAME
42 namelist
/freebsd/usr.bin/gprof/
H A Dkernel.c19 char *namelist; in kernel_getnfile() local
26 namelist = malloc(len); in kernel_getnfile()
27 if (namelist == NULL) in kernel_getnfile()
29 if (sysctlbyname("kern.function_list", namelist, &len, NULL, in kernel_getnfile()
33 free(namelist); in kernel_getnfile()
38 for (name = namelist; *name != '\0'; name += strlen(name) + 1) in kernel_getnfile()
44 for (name = namelist; *name != '\0'; name += strlen(name) + 1) { in kernel_getnfile()
/freebsd/lib/libc/gen/
H A Dscandir.c67 scandir_b_dirp(DIR *dirp, struct dirent ***namelist, select_block select, in scandir_b_dirp() argument
70 scandir_dirp(DIR *dirp, struct dirent ***namelist, in scandir_b_dirp()
124 *namelist = names; in scandir_b_dirp()
137 scandir_b(const char *dirname, struct dirent ***namelist, select_block select, in scandir_b() argument
140 scandir(const char *dirname, struct dirent ***namelist, in scandir_b()
156 (dirp, namelist, select, dcomp)); in scandir_b()
161 scandirat(int dirfd, const char *dirname, struct dirent ***namelist, in scandirat() argument
176 return (scandir_dirp(dirp, namelist, select, dcomp)); in scandirat()
/freebsd/contrib/ofed/libibumad/
H A Dumad.c134 struct dirent **namelist = NULL; in get_port() local
182 num_pkeys = sys_scandir(port_dir, &namelist, check_for_digit_name, NULL); in get_port()
195 idx = strtoul(namelist[i]->d_name, NULL, 0); in get_port()
196 sys_read_uint(port_dir, namelist[i]->d_name, &val); in get_port()
198 free(namelist[i]); in get_port()
201 free(namelist); in get_port()
202 namelist = NULL; in get_port()
210 if (namelist) { in get_port()
212 free(namelist[i]); in get_port()
213 free(namelist); in get_port()
[all …]
/freebsd/share/examples/sunrpc/dir/
H A Ddir.x8 typedef struct namenode *namelist; /* a link in the listing */ typedef
15 namelist next; /* next entry */
23 namelist list; /* no error: return directory listing */

1234