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

123

/freebsd-10.1-release/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.1-release/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 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.1-release/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.1-release/contrib/byacc/test/btyacc/
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.1-release/usr.sbin/ngctl/
H A Dlist.c68 struct namelist *nlist;
113 nlist = (struct namelist *) resp->data;
H A Ddot.c66 struct namelist *nlist;
111 nlist = (struct namelist *)nlresp->data;
/freebsd-10.1-release/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.1-release/usr.bin/systat/
H A Dsystat.h40 int (*c_init)(void); /* initialize namelist, etc. */
65 #define NVAL(indx) namelist[(indx)].n_value
/freebsd-10.1-release/lib/libc/gen/
H A Dscandir.c40 * struct dirent (through namelist). Returns -1 if there were any errors.
63 scandir(const char *dirname, struct dirent ***namelist, argument
116 *namelist = names;
/freebsd-10.1-release/usr.bin/mail/
H A Dlist.c117 char *namelist[NMLSIZE], *bufp; local
126 np = &namelist[0];
254 if ((np > namelist || colmod != 0) && mc == 0)
264 if (np > namelist) {
266 for (mc = 0, np = &namelist[0]; *np != NULL; np++)
295 namelist[0]);
296 for (np = &namelist[1]; *np != NULL; np++)
/freebsd-10.1-release/sbin/ddb/
H A Dddb_capture.c56 static struct nlist namelist[] = { variable in typeref:struct:nlist
89 ret = kvm_read(kvm, namelist[index].n_value + offset, address, size);
232 if (kvm_nlist(kvm, namelist) != 0)
/freebsd-10.1-release/lib/libmemstat/
H A Dmemstat_malloc.c45 static struct nlist namelist[] = { variable in typeref:struct:nlist
272 ret = kvm_read(kvm, namelist[index].n_value + offset, address, size);
296 if (kvm_nlist(kvm, namelist) != 0) {
301 if (namelist[X_KMEMSTATISTICS].n_type == 0 ||
302 namelist[X_KMEMSTATISTICS].n_value == 0) {
/freebsd-10.1-release/tools/tools/umastat/
H A Dumastat.c46 static struct nlist namelist[] = { variable in typeref:struct:nlist
108 ret = kvm_read(kvm, namelist[index].n_value + offset, address, size);
323 if (kvm_nlist(kvm, namelist) != 0)
326 if (namelist[X_UMA_KEGS].n_type == 0 ||
327 namelist[X_UMA_KEGS].n_value == 0)

Completed in 209 milliseconds

123