/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; }; argument 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/tests/gen/ |
H A D | scandir_test.c | 28 scandir_verify(const struct atf_tc *tc, int n, struct dirent **namelist) in scandir_verify() 57 struct dirent **namelist = NULL; in ATF_TC_BODY() local 75 struct dirent **namelist = NULL; in ATF_TC_BODY() local 95 struct dirent **namelist = NULL; in ATF_TC_BODY() local 122 struct dirent **namelist = NULL; in ATF_TC_BODY() local 159 struct dirent **namelist = NULL; in ATF_TC_BODY() local
|
H A D | scandir_blocks_test.c | 26 scandir_blocks_verify(const struct atf_tc *tc, int n, struct dirent **namelist) in scandir_blocks_verify() 43 struct dirent **namelist = NULL; in ATF_TC_BODY() local 67 struct dirent **namelist = NULL; in ATF_TC_BODY() local 93 struct dirent **namelist = NULL; in ATF_TC_BODY() local
|
/freebsd/lib/libc/gen/ |
H A D | scandir.c | 68 scandir_dirp_b(DIR *dirp, struct dirent ***namelist, select_block select, in scandir_dirp_b() 143 scandir_b(const char *dirname, struct dirent ***namelist, select_block select, in scandir_b() 172 fdscandir_b(int dirfd, struct dirent ***namelist, select_block select, in fdscandir_b() 201 scandirat_b(int dirfd, const char *dirname, struct dirent ***namelist, in scandirat_b()
|
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; }; argument 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; }; struct 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
|