/freebsd/contrib/byacc/test/ |
H A D | err_inherit3.y | 11 struct namelist { symbol *s; struct namelist *next; }; argument 12 typedef struct namelist namelist; typedef 64 namelist: namelist($c) NAME in namelist() function
|
H A D | err_inherit4.y | 12 struct namelist { symbol *s; struct namelist *next; }; argument 13 typedef struct namelist namelist; typedef 66 namelist($c, $t): namelist NAME in namelist() function
|
H A D | err_inherit5.y | 11 struct namelist { symbol *s; struct namelist *next; }; argument 12 typedef struct namelist namelist; typedef 64 namelist($c, $t): namelist NAME in namelist() function
|
H A D | inherit2.y | 11 struct namelist { symbol *s; struct namelist *next; }; argument 12 typedef struct namelist namelist; typedef 64 namelist($c, $t): namelist NAME in namelist() function
|
H A D | err_inherit2.y | 11 struct namelist { symbol *s; struct namelist *next; }; struct 12 typedef struct namelist namelist; typedef 64 namelist($<tval>c, $t, extra): namelist NAME in namelist() function
|
H A D | err_inherit1.y | 11 struct namelist { symbol *s; struct namelist *next; }; struct 12 typedef struct namelist namelist; typedef
|
H A D | inherit1.y | 11 struct namelist { symbol *s; struct namelist *next; }; argument 12 typedef struct namelist namelist; typedef
|
/freebsd/lib/libc/gen/ |
H A D | scandir.c | 67 scandir_b_dirp(DIR *dirp, struct dirent ***namelist, select_block select, in scandir_b_dirp() 137 scandir_b(const char *dirname, struct dirent ***namelist, select_block select, in scandir_b() 161 scandirat(int dirfd, const char *dirname, struct dirent ***namelist, in scandirat()
|
H A D | scandir-compat11.c | 60 freebsd11_scandir(const char *dirname, struct freebsd11_dirent ***namelist, in freebsd11_scandir()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 158 typedef struct namelist { struct 159 struct namelist *na_next; argument 162 } namelist_t; argument
|
/freebsd/usr.bin/gprof/ |
H A D | kernel.c | 19 char *namelist; in kernel_getnfile() local
|
/freebsd/share/examples/sunrpc/dir/ |
H A D | dir.x | 8 typedef struct namenode *namelist; /* a link in the listing */ typedef
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | inherit1.tab.c | 130 struct namelist { symbol *s; struct namelist *next; }; struct 131 typedef struct namelist namelist; typedef
|
H A D | btyacc_destroy1.tab.c | 130 struct namelist { symbol *s; struct namelist *next; }; struct 131 typedef struct namelist namelist; typedef
|
H A D | inherit2.tab.c | 130 struct namelist { symbol *s; struct namelist *next; }; struct 131 typedef struct namelist namelist; typedef
|
H A D | btyacc_destroy3.tab.c | 130 struct namelist { symbol *s; struct namelist *next; }; argument 131 typedef struct namelist namelist; typedef
|
H A D | btyacc_destroy2.tab.c | 130 struct namelist { symbol *s; struct namelist *next; }; argument 131 typedef struct namelist namelist; typedef
|
H A D | err_inherit3.tab.c | 130 struct namelist { symbol *s; struct namelist *next; }; struct 131 typedef struct namelist namelist; typedef
|
H A D | err_inherit4.tab.c | 138 struct namelist { symbol *s; struct namelist *next; }; argument 139 typedef struct namelist namelist; typedef
|
/freebsd/sys/netgraph/ |
H A D | ng_message.h | 269 struct namelist { struct 270 u_int32_t numnames; 271 struct nodeinfo nodeinfo[];
|
/freebsd/sbin/ddb/ |
H A D | ddb_capture.c | 55 static struct nlist namelist[] = { variable
|
/freebsd/lib/libmemstat/ |
H A D | memstat_uma.c | 52 static struct nlist namelist[] = { variable
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad.c | 134 struct dirent **namelist = NULL; in get_port() local 384 struct dirent **namelist; in get_ca() local 548 struct dirent **namelist; in umad_get_cas_names() local
|
H A D | sysfs.c | 149 sys_scandir(const char *dirname, struct dirent ***namelist, in sys_scandir()
|
/freebsd/usr.bin/ipcs/ |
H A D | ipcs.c | 112 char *core = NULL, *user = NULL, *namelist = NULL; in main() local
|