Home
last modified time | relevance | path

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

/trueos/bin/sh/
HDmknodes.c103 static int nextfield(char *);
139 nextfield(name); in parsenode()
140 if (! nextfield(tag)) in parsenode()
170 if (! nextfield(name)) in parsefield()
172 if (! nextfield(type)) in parsefield()
379 nextfield(char *buf) in nextfield() function
/trueos/contrib/gdb/gdb/
HDdwarfread.c924 struct nextfield in struct_type() struct
926 struct nextfield *next; in struct_type() argument
929 struct nextfield *list = NULL; in struct_type()
930 struct nextfield *new; in struct_type()
1007 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in struct_type()
1642 struct nextfield in enum_type() struct
1644 struct nextfield *next; in enum_type() argument
1647 struct nextfield *list = NULL; in enum_type()
1648 struct nextfield *new; in enum_type()
1695 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in enum_type()
HDhpread.c3569 struct nextfield in hpread_read_struct_type() struct
3571 struct nextfield *next; in hpread_read_struct_type() argument
3606 struct nextfield *list = 0, *tmp_list = 0; in hpread_read_struct_type()
3610 struct nextfield *new; in hpread_read_struct_type()
3694 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in hpread_read_struct_type()
3695 memset (new, 0, sizeof (struct nextfield)); in hpread_read_struct_type()
4032 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in hpread_read_struct_type()
4033 memset (new, 0, sizeof (struct nextfield)); in hpread_read_struct_type()
4063 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in hpread_read_struct_type()
4064 memset (new, 0, sizeof (struct nextfield)); in hpread_read_struct_type()
[all …]
HDcoffread.c1925 struct nextfield in coff_read_struct_type() struct
1927 struct nextfield *next; in coff_read_struct_type() argument
1932 struct nextfield *list = 0; in coff_read_struct_type()
1933 struct nextfield *new; in coff_read_struct_type()
1960 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in coff_read_struct_type()
1979 new = (struct nextfield *) alloca (sizeof (struct nextfield)); in coff_read_struct_type()
HDstabsread.c69 struct nextfield struct
71 struct nextfield *next; argument
2865 struct nextfield *new; in read_struct_fields()
2881 new = (struct nextfield *) xmalloc (sizeof (struct nextfield)); in read_struct_fields()
2883 memset (new, 0, sizeof (struct nextfield)); in read_struct_fields()
2963 struct nextfield *new; in read_baseclasses()
3002 new = (struct nextfield *) xmalloc (sizeof (struct nextfield)); in read_baseclasses()
3004 memset (new, 0, sizeof (struct nextfield)); in read_baseclasses()
3188 struct nextfield *scan; in attach_fields_to_type()
HDdwarf2read.c540 struct nextfield struct
542 struct nextfield *next; argument
2568 struct nextfield *new_field; in dwarf2_add_field()
2574 new_field = (struct nextfield *) xmalloc (sizeof (struct nextfield)); in dwarf2_add_field()
2576 memset (new_field, 0, sizeof (struct nextfield)); in dwarf2_add_field()
/trueos/contrib/gdb/include/
HDhp-symtab.h890 dnttpointer nextfield; member
1068 dnttpointer nextfield ; /* Pointer to next field. */ member
/trueos/contrib/netbsd-tests/fs/nfs/nfsservice/
HDmountd.c208 static void nextfield __P((char **, char **));
1040 nextfield(&cp, &endcp);
1128 nextfield(&cp, &endcp);
1727 nextfield(&cp, &endcp);
2150 nextfield(cp, endcp) in nextfield() function
/trueos/usr.sbin/mountd/
HDmountd.c205 void nextfield(char **, char **);
1360 nextfield(&cp, &endcp); in get_exportlist_one()
1389 nextfield(&cp, &endcp); in get_exportlist_one()
1541 nextfield(&cp, &endcp); in get_exportlist_one()
2194 nextfield(&cp, &endcp); in do_opt()
2766 nextfield(char **cp, char **endcp) in nextfield() function