Searched refs:array_max (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_parse.c | 405 defp->def.ty.array_max = dec.array_max; in def_typedef() 432 dec->array_max = tok.str; in get_declaration() 440 dec->array_max = "~0"; /* unspecified size, use max */ in get_declaration() 443 dec->array_max = tok.str; in get_declaration() 507 dec->array_max = "~0"; in get_prog_declaration() 511 dec->array_max = tok.str; in get_prog_declaration() 523 dec->array_max = "~0"; /* unspecified size, use max */ in get_prog_declaration()
|
H A D | rpc_cout.c | 334 cs->array_max, object, cs->name); in emit_union() 354 dflt->array_max, object, dflt->name); in emit_union() 411 plus, dl->decl.array_max, in inline_struct() 415 dl->decl.array_max); in inline_struct() 603 const char *amax = def->def.ty.array_max; in emit_typedef() 614 const char *amax = dec->array_max; in print_stat() 645 f_print(fout, "i < %s; i++) {\n", decl->array_max); in emit_inline()
|
H A D | rpc_parse.h | 88 const char *array_max; member 109 const char *array_max; member
|
H A D | rpc_hout.c | 431 def->def.ty.array_max); in ptypedef() 476 dec->array_max); in pdeclaration()
|