Searched refs:nextfield (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dwarfread.c | 935 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()
|
| D | hpread.c | 3564 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 …]
|
| D | coffread.c | 1927 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()
|
| D | stabsread.c | 69 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()
|
| D | dwarf2read.c | 607 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/ |
| D | mountd.c | 175 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/ |
| D | hp-symtab.h | 890 dnttpointer nextfield; member 1068 dnttpointer nextfield ; /* Pointer to next field. */ member
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | GridText.c | 10595 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()
|