Searched refs:next_field (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_acl.c80 static void next_field(const char **p, const char **start,
1661 next_field(&text, &start, &end, &sep);
2059 next_field(const char **p, const char **start, function
/freebsd-11-stable/lib/libcam/
H A Dscsi_cmdparse.c325 /* next_field: Return the next field in a command specifier. This
358 next_field(const char **pp, char *fmt, int *width_p, int *value_p, char *name, function
563 while ((ret = next_field(&fmt, &c, &width, &value, field_name,
/freebsd-11-stable/contrib/top/
H A Dcommands.c118 char *next_field(str) function
410 if ((nptr = next_field(str)) == NULL)
466 } while ((str = next_field(str)) != NULL);
515 if ((str = next_field(str)) == NULL)
537 } while ((str = next_field(str)) != NULL);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-gen.c82 next_field (char *str, char **next) function
142 name = next_field (p, &str);
148 operands = next_field (str, &str);
154 base_opcode = next_field (str, &str);
160 extension_opcode = next_field (str, &str);
166 cpu_flags = next_field (str, &str);
172 opcode_modifier = next_field (str, &str);
211 operand_types [i] = next_field (str, &str);
293 reg_name = next_field (p, &str);
299 reg_type = next_field (st
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c5343 tree field, next_field;
5345 for (field = fieldlist; field; field = next_field)
5347 next_field = TREE_CHAIN (field); /* insert one field at a time; */
5332 tree field, next_field; local
H A Dclass.c3593 splay_tree offsets, tree *next_field)
3601 return next_field;
3629 TREE_CHAIN (decl) = *next_field;
3630 *next_field = decl;
3631 next_field = &TREE_CHAIN (decl);
3686 return next_field;
3697 splay_tree offsets, tree *next_field)
3707 next_field = build_base_field (rli, CLASSTYPE_PRIMARY_BINFO (t),
3708 offsets, next_field);
3727 next_field
3588 build_base_field(record_layout_info rli, tree binfo, splay_tree offsets, tree *next_field) argument
3692 build_base_fields(record_layout_info rli, splay_tree offsets, tree *next_field) argument
4354 tree *next_field; local
4597 tree *next_field; local
[all...]

Completed in 162 milliseconds