Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/rpcgen/
HDrpc_parse.c414 defp->def.ty.array_max = dec.array_max; in def_typedef()
441 dec->array_max = tok.str; in get_declaration()
449 dec->array_max = "~0"; /* unspecified size, use max */ in get_declaration()
452 dec->array_max = tok.str; in get_declaration()
516 dec->array_max = "~0"; in get_prog_declaration()
520 dec->array_max = tok.str; in get_prog_declaration()
532 dec->array_max = "~0"; /* unspecified size, use max */ in get_prog_declaration()
HDrpc_cout.c344 cs->array_max, object, cs->name); in emit_union()
364 dflt->array_max, object, dflt->name); in emit_union()
421 plus, dl->decl.array_max, in inline_struct()
425 dl->decl.array_max); in inline_struct()
613 const char *amax = def->def.ty.array_max; in emit_typedef()
624 const char *amax = dec->array_max; in print_stat()
655 f_print(fout, "i < %s; i++) {\n", decl->array_max); in emit_inline()
HDrpc_parse.h93 const char *array_max; member
114 const char *array_max; member
HDrpc_hout.c441 def->def.ty.array_max); in ptypedef()
486 dec->array_max); in pdeclaration()