Searched refs:funcbuf (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/tools/ndrgen/ |
| H A D | ndr_anal.c | 147 type_extern_suffix(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen) in type_extern_suffix() argument 150 char *p_fb = funcbuf; in type_extern_suffix() 191 type_ident_decl1(struct tup *tup, char *funcbuf, size_t buflen, char *ident) in type_ident_decl1() argument 198 (void) strlcpy(funcbuf, ident, buflen); in type_ident_decl1() 207 (void) snprintf(funcbuf, buflen, "%s%s%s%s", in type_ident_decl1() 213 (void) snprintf(funcbuf, buflen, "%s%s%s%s", in type_ident_decl1() 219 (void) snprintf(funcbuf, buflen, "%s%s%s%s", in type_ident_decl1() 224 *funcbuf = '*'; in type_ident_decl1() 225 type_ident_decl1(tup->up, funcbuf+1, buflen - 1, ident); in type_ident_decl1() 237 (void) snprintf(funcbuf, buflen, "%s[%ld]", in type_ident_decl1() [all …]
|