Searched refs:namelist (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-11-stable/share/examples/sunrpc/dir/
H A Ddir.x9 typedef struct namenode *namelist; /* a link in the listing */
16 namelist next; /* next entry */
24 namelist list; /* no error: return directory listing */
H A Ddir_proc.c19 namelist nl;
20 namelist *nlp;
H A Drls.c19 namelist nl;
/freebsd-11-stable/contrib/byacc/test/
H A Derr_inherit1.y11 struct namelist { symbol *s; struct namelist *next; };
12 typedef struct namelist namelist;
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(
[all...]
H A Dinherit1.y11 struct namelist { symbol *s; struct namelist *next; };
12 typedef struct namelist namelist;
28 %type <nlist> declaration namelist locnamelist
36 namelist * nlist;
43 declaration: class type namelist
57 namelist: namelist NAME label
69 { $<tval>$ = $<tval>-1; } /* copy <type> to where <namelist> expect
[all...]
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 label
[all...]
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 label
[all...]
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 label
[all...]
H A Derr_inherit2.y11 struct namelist { symbol *s; struct namelist *next; };
12 typedef struct namelist namelist;
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(
[all...]
H A Derr_inherit3.y11 struct namelist { symbol *s; struct namelist *next; };
12 typedef struct namelist namelist;
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 label
[all...]
H A Derr_inherit5.y11 struct namelist { symbol *s; struct namelist *next; };
12 typedef struct namelist namelist;
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(
[all...]
H A Dinherit2.y11 struct namelist { symbol *s; struct namelist *next; };
12 typedef struct namelist namelist;
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(
[all...]
H A Derr_inherit4.y12 struct namelist { symbol *s; struct namelist *next; };
13 typedef struct namelist namelist;
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(
[all...]
H A Dinherit0.y19 declaration: class type namelist
33 namelist: namelist NAME label
41 { $$ = $-1; } /* copy <type> to where <namelist> expects it */
42 namelist
/freebsd-11-stable/usr.bin/gprof/
H A Dkernel.c21 char *namelist; local
28 namelist = malloc(len);
29 if (namelist == NULL)
31 if (sysctlbyname("kern.function_list", namelist, &len, NULL,
35 free(namelist);
40 for (name = namelist; *name != '\0'; name += strlen(name) + 1)
46 for (name = namelist; *name != '\0'; name += strlen(name) + 1) {
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.h19 namelist * nlist;
H A Dbtyacc_destroy2.tab.h19 namelist * nlist;
H A Dbtyacc_destroy3.tab.h19 namelist * nlist;
H A Derr_inherit3.tab.h19 namelist * nlist;
H A Dinherit1.tab.h19 namelist * nlist;
H A Dinherit2.tab.h19 namelist * nlist;
H A Derr_inherit4.tab.h19 namelist * nlist;
/freebsd-11-stable/usr.sbin/ngctl/
H A Dlist.c68 struct namelist *nlist;
113 nlist = (struct namelist *) resp->data;
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad.c134 struct dirent **namelist = NULL; local
182 num_pkeys = sys_scandir(port_dir, &namelist, check_for_digit_name, NULL);
195 idx = strtoul(namelist[i]->d_name, NULL, 0);
196 sys_read_uint(port_dir, namelist[i]->d_name, &val);
198 free(namelist[i]);
201 free(namelist);
202 namelist = NULL;
210 if (namelist) {
212 free(namelist[i]);
213 free(namelist);
384 struct dirent **namelist; local
548 struct dirent **namelist; local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dscandir.c40 * struct dirent (through namelist). Returns -1 if there were any errors.
75 scandir_b(const char *dirname, struct dirent ***namelist, argument
79 scandir(const char *dirname, struct dirent ***namelist,
137 *namelist = names;

Completed in 98 milliseconds

123