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

/freebsd-11-stable/bin/sh/
H A Dmknodes.c102 static int nextfield(char *);
140 nextfield(name);
141 if (! nextfield(tag))
171 if (! nextfield(name))
173 if (! nextfield(type))
389 nextfield(char *buf) function
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarfread.c924 struct nextfield struct
926 struct nextfield *next;
929 struct nextfield *list = NULL;
930 struct nextfield *new;
1007 new = (struct nextfield *) alloca (sizeof (struct nextfield));
1642 struct nextfield struct
1644 struct nextfield *next;
1647 struct nextfield *list = NULL;
1648 struct nextfield *ne
[all...]
H A Dhpread.c3583 /* The data members get linked together into a list of struct nextfield's */
3584 struct nextfield
3586 struct nextfield *next;
3621 struct nextfield *list = 0, *tmp_list = 0;
3625 struct nextfield *new;
3709 new = (struct nextfield *) alloca (sizeof (struct nextfield));
3710 memset (new, 0, sizeof (struct nextfield));
3934 /* Fill in the fields of the struct nextfield */
4047 new = (struct nextfield *) alloc
3569 struct nextfield struct
[all...]
H A Dcoffread.c1938 struct nextfield
1940 struct nextfield *next;
1945 struct nextfield *list = 0;
1946 struct nextfield *new;
1973 new = (struct nextfield *) alloca (sizeof (struct nextfield));
1992 new = (struct nextfield *) alloca (sizeof (struct nextfield));
1925 struct nextfield struct
H A Dstabsread.c69 struct nextfield struct in struct:field_info
71 struct nextfield *next;
2871 struct nextfield *new;
2887 new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
2889 memset (new, 0, sizeof (struct nextfield));
2969 struct nextfield *new;
3008 new = (struct nextfield *) xmalloc (sizeof (struct nextfield));
3010 memset (new, 0, sizeof (struct nextfield));
[all...]
H A Ddwarf2read.c540 struct nextfield struct in struct:field_info
542 struct nextfield *next;
2568 struct nextfield *new_field;
2574 new_field = (struct nextfield *) xmalloc (sizeof (struct nextfield));
2576 memset (new_field, 0, sizeof (struct nextfield));
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h890 dnttpointer nextfield; member in struct:dntt_type_field
1068 dnttpointer nextfield ; /* Pointer to next field. */ member in struct:dntt_type_genfield
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c242 static void nextfield(char **, char **);
1515 nextfield(&cp, &endcp);
1544 nextfield(&cp, &endcp);
1693 nextfield(&cp, &endcp);
2728 nextfield(&cp, &endcp);
3361 nextfield(char **cp, char **endcp) function

Completed in 174 milliseconds