Searched refs:funargs (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 728 decl_t *pp, *funargs; in collect_prototype() local 774 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs); in collect_prototype() 796 while (funargs) { in collect_prototype() 798 strnormalize(declspec_ToString(buf, funargs->d_ds))); in collect_prototype() 801 funargs->d_ds)))); in collect_prototype() 803 tp = funargs->d_type; in collect_prototype() 818 if (funargs->d_name) { in collect_prototype() 819 (void) snprintf(a_name, 20, "%s", funargs->d_name); in collect_prototype() 832 funargs = funargs->d_next; in collect_prototype()
|
H A D | parseproto.y | 2073 decl_t *funargs; in decl_PrintTraceInfo() local 2085 decl_GetTraceInfo(dp, f_type, f_print, &funargs); in decl_PrintTraceInfo() 2098 while (funargs) { in decl_PrintTraceInfo() 2100 declspec_ToString(buf, funargs->d_ds)); in decl_PrintTraceInfo() 2102 de_const(declspec_ToString(buf, funargs->d_ds))); in decl_PrintTraceInfo() 2104 tp = funargs->d_type; in decl_PrintTraceInfo() 2114 if (funargs->d_name) { in decl_PrintTraceInfo() 2116 funargs->d_name ? funargs->d_name : "<nil>"); in decl_PrintTraceInfo() 2126 funargs = funargs->d_next; in decl_PrintTraceInfo() 2140 decl_GetTraceInfo(decl_t *dp, char *f_type, char *f_print, decl_t **funargs) in decl_GetTraceInfo() argument [all …]
|