Home
last modified time | relevance | path

Searched defs:namelist (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/byacc/test/
H A Derr_inherit3.y11 struct namelist { symbol *s; struct namelist *next; }; argument
12 typedef struct namelist namelist; typedef
64 namelist: namelist($c) NAME in namelist() function
H A Derr_inherit4.y12 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 Derr_inherit5.y11 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 Dinherit2.y11 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 Derr_inherit2.y11 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 Derr_inherit1.y11 struct namelist { symbol *s; struct namelist *next; }; argument
12 typedef struct namelist namelist; typedef
H A Dinherit1.y11 struct namelist { symbol *s; struct namelist *next; }; argument
12 typedef struct namelist namelist; typedef
/freebsd/lib/libc/tests/gen/
H A Dscandir_test.c28 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 Dscandir_blocks_test.c26 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 Dscandir.c68 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 Dscandir-compat11.c60 freebsd11_scandir(const char *dirname, struct freebsd11_dirent ***namelist, in freebsd11_scandir()
/freebsd/sbin/ipf/common/
H A Dipf.h158 typedef struct namelist { struct
159 struct namelist *na_next; argument
162 } namelist_t; argument
/freebsd/usr.bin/gprof/
H A Dkernel.c19 char *namelist; in kernel_getnfile() local
/freebsd/share/examples/sunrpc/dir/
H A Ddir.x8 typedef struct namenode *namelist; /* a link in the listing */ typedef
/freebsd/contrib/byacc/test/btyacc/
H A Dinherit1.tab.c130 struct namelist { symbol *s; struct namelist *next; }; struct
131 typedef struct namelist namelist; typedef
H A Dbtyacc_destroy1.tab.c130 struct namelist { symbol *s; struct namelist *next; }; struct
131 typedef struct namelist namelist; typedef
H A Dinherit2.tab.c130 struct namelist { symbol *s; struct namelist *next; }; argument
131 typedef struct namelist namelist; typedef
H A Dbtyacc_destroy3.tab.c130 struct namelist { symbol *s; struct namelist *next; }; argument
131 typedef struct namelist namelist; typedef
H A Dbtyacc_destroy2.tab.c130 struct namelist { symbol *s; struct namelist *next; }; argument
131 typedef struct namelist namelist; typedef
H A Derr_inherit3.tab.c130 struct namelist { symbol *s; struct namelist *next; }; struct
131 typedef struct namelist namelist; typedef
H A Derr_inherit4.tab.c138 struct namelist { symbol *s; struct namelist *next; }; struct
139 typedef struct namelist namelist; typedef
/freebsd/sys/netgraph/
H A Dng_message.h269 struct namelist { struct
270 u_int32_t numnames;
271 struct nodeinfo nodeinfo[];
/freebsd/sbin/ddb/
H A Dddb_capture.c55 static struct nlist namelist[] = { variable
/freebsd/lib/libmemstat/
H A Dmemstat_uma.c52 static struct nlist namelist[] = { variable
/freebsd/contrib/ofed/libibumad/
H A Dumad.c134 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

12