Home
last modified time | relevance | path

Searched refs:nextfield (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarfread.c935 struct nextfield in struct_type() struct
937 struct nextfield *next; in struct_type() argument
940 struct nextfield *list = NULL; in struct_type()
941 struct nextfield *new; in struct_type()
1018 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in struct_type()
1653 struct nextfield in enum_type() struct
1655 struct nextfield *next; in enum_type() argument
1658 struct nextfield *list = NULL; in enum_type()
1659 struct nextfield *new; in enum_type()
1706 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in enum_type()
Dhpread.c3564 struct nextfield in hpread_read_struct_type() struct
3566 struct nextfield *next; in hpread_read_struct_type() argument
3601 struct nextfield *list = 0, *tmp_list = 0; in hpread_read_struct_type()
3605 struct nextfield *new; in hpread_read_struct_type()
3689 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in hpread_read_struct_type()
3690 memset (new, 0, sizeof (struct nextfield)); in hpread_read_struct_type()
4027 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in hpread_read_struct_type()
4028 memset (new, 0, sizeof (struct nextfield)); in hpread_read_struct_type()
4058 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in hpread_read_struct_type()
4059 memset (new, 0, sizeof (struct nextfield)); in hpread_read_struct_type()
[all …]
Dcoffread.c1927 struct nextfield in coff_read_struct_type() struct
1929 struct nextfield *next; in coff_read_struct_type() argument
1934 struct nextfield *list = 0; in coff_read_struct_type()
1935 struct nextfield *new; in coff_read_struct_type()
1962 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in coff_read_struct_type()
1981 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in coff_read_struct_type()
Dstabsread.c69 struct nextfield struct
71 struct nextfield *next; argument
2823 struct nextfield *new; in read_struct_fields()
2839 new = (struct nextfield *) xmalloc (sizeof (struct nextfield)); in read_struct_fields()
2841 memset (new, 0, sizeof (struct nextfield)); in read_struct_fields()
2921 struct nextfield *new; in read_baseclasses()
2960 new = (struct nextfield *) xmalloc (sizeof (struct nextfield)); in read_baseclasses()
2962 memset (new, 0, sizeof (struct nextfield)); in read_baseclasses()
3146 struct nextfield *scan; in attach_fields_to_type()
Ddwarf2read.c607 struct nextfield struct
609 struct nextfield *next; argument
3262 struct nextfield *new_field; in dwarf2_add_field()
3268 new_field = (struct nextfield *) xmalloc (sizeof (struct nextfield)); in dwarf2_add_field()
3270 memset (new_field, 0, sizeof (struct nextfield)); in dwarf2_add_field()
/mirbsd/src/sbin/mountd/
Dmountd.c175 void nextfield(char **, char **);
780 nextfield(&cp, &endcp); in get_exportlist()
927 nextfield(&cp, &endcp); in get_exportlist()
1328 nextfield(&cp, &endcp); in do_opt()
1726 nextfield(char **cp, char **endcp) in nextfield() function
/mirbsd/src/gnu/usr.bin/binutils/include/
Dhp-symtab.h890 dnttpointer nextfield; member
1068 dnttpointer nextfield ; /* Pointer to next field. */ member
/mirbsd/src/gnu/usr.bin/lynx/src/
DGridText.c10595 char *field, *nextfield; in find_best_target_cs() local
10598 nextfield = paccept; in find_best_target_cs()
10599 while ((field = HTNextTok(&nextfield, ",", "\"", NULL)) != NULL) { in find_best_target_cs()