Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c407 defp->def.ty.array_max = dec.array_max; in def_typedef()
434 dec->array_max = tok.str; in get_declaration()
443 dec->array_max = "(unsigned int)~0"; in get_declaration()
447 dec->array_max = tok.str; in get_declaration()
509 dec->array_max = "(unsigned int)~0"; in get_prog_declaration()
513 dec->array_max = tok.str; in get_prog_declaration()
522 dec->array_max = "(unsigned int)~0"; in get_prog_declaration()
H A Drpc_cout.c363 cs->array_max, object, cs->name); in emit_union()
382 dflt->array_max, object, dflt->name); in emit_union()
471 s_print(ptemp, "%s%s * %d", plus, dl->decl.array_max, ptr->length); in emit_struct()
473 s_print(ptemp, "%s%s", plus, dl->decl.array_max); in emit_struct()
614 const char *amax = def->def.ty.array_max; in emit_typedef()
626 const char *amax = dec->array_max; in print_stat()
657 decl->array_max); in emit_inline()
H A Drpc_parse.h62 const char *array_max; member
83 const char *array_max; member
H A Drpc_hout.c459 def->def.ty.array_max); in ptypedef()
506 dec->array_max); in pdeclaration()