Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c150 char *p_fb = funcbuf; in type_extern_suffix() local
152 *p_fb = 0; in type_extern_suffix()
160 (void) snprintf(p_fb, buflen, "_%s", in type_extern_suffix()
165 (void) strlcpy(p_fb, "p", buflen); in type_extern_suffix()
170 (void) snprintf(p_fb, buflen, "a%ld", in type_extern_suffix()
173 (void) snprintf(p_fb, buflen, "ac"); in type_extern_suffix()
178 (void) strlcpy(p_fb, "s", buflen); in type_extern_suffix()
182 (void) snprintf(p_fb, buflen, "?<%d>", ti->type_op); in type_extern_suffix()
185 while (*p_fb) in type_extern_suffix()
186 p_fb++; in type_extern_suffix()