Home
last modified time | relevance | path

Searched refs:array_max (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.bin/rpcgen/
H A Drpc_parse.c413 defp->def.ty.array_max = dec.array_max; in def_typedef()
440 dec->array_max = tok.str; in get_declaration()
448 dec->array_max = "~0"; /* unspecified size, use max */ in get_declaration()
451 dec->array_max = tok.str; in get_declaration()
515 dec->array_max = "~0"; in get_prog_declaration()
519 dec->array_max = tok.str; in get_prog_declaration()
531 dec->array_max = "~0"; /* unspecified size, use max */ in get_prog_declaration()
H A Drpc_cout.c342 cs->array_max, object, cs->name); in emit_union()
362 dflt->array_max, object, dflt->name); in emit_union()
419 plus, dl->decl.array_max, in inline_struct()
423 dl->decl.array_max); in inline_struct()
611 const char *amax = def->def.ty.array_max; in emit_typedef()
622 const char *amax = dec->array_max; in print_stat()
653 f_print(fout, "i < %s; i++) {\n", decl->array_max); in emit_inline()
H A Drpc_parse.h92 const char *array_max; member
113 const char *array_max; member
H A Drpc_hout.c439 def->def.ty.array_max); in ptypedef()
484 dec->array_max); in pdeclaration()