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

123

/freebsd-10-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-10-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_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 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 Dinherit0.y19 declaration: class type namelist
33 namelist: namelist NAME label
41 { $$ = $-1; } /* copy <type> to where <namelist> expects it */
42 namelist
/freebsd-10-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-10-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 Derr_inherit4.tab.h19 namelist * nlist;
H A Dinherit1.tab.h19 namelist * nlist;
H A Dinherit2.tab.h19 namelist * nlist;
/freebsd-10-stable/usr.sbin/ngctl/
H A Dlist.c68 struct namelist *nlist;
113 nlist = (struct namelist *) resp->data;
/freebsd-10-stable/contrib/ofed/management/libibumad/src/
H A Dumad.c129 struct dirent **namelist = NULL; local
166 ret = sys_scandir(port_dir, &namelist, check_for_digit_name, NULL);
179 idx = strtoul(namelist[i]->d_name, NULL, 0);
180 sys_read_uint(port_dir, namelist[i]->d_name, &val);
182 free(namelist[i]);
185 free(namelist);
186 namelist = NULL;
194 if (namelist) {
196 free(namelist[i]);
197 free(namelist);
353 struct dirent **namelist; local
526 struct dirent **namelist; local
[all...]
/freebsd-10-stable/usr.bin/systat/
H A Dsystat.h40 int (*c_init)(void); /* initialize namelist, etc. */
66 #define NVAL(indx) namelist[(indx)].n_value

Completed in 97 milliseconds

123