Searched refs:p_fb (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/tools/ndrgen/ |
H A D | ndr_anal.c | 148 char *p_fb = funcbuf; in type_extern_suffix() local 150 *p_fb = 0; in type_extern_suffix() 158 (void) snprintf(p_fb, buflen, "_%s", in type_extern_suffix() 163 (void) strlcpy(p_fb, "p", buflen); in type_extern_suffix() 168 (void) snprintf(p_fb, buflen, "a%ld", in type_extern_suffix() 171 (void) snprintf(p_fb, buflen, "ac"); in type_extern_suffix() 176 (void) strlcpy(p_fb, "s", buflen); in type_extern_suffix() 180 (void) snprintf(p_fb, buflen, "?<%d>", ti->type_op); in type_extern_suffix() 183 while (*p_fb) in type_extern_suffix() 184 p_fb++; in type_extern_suffix()
|