Searched refs:funcbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/tools/ndrgen/ |
H A D | ndr_anal.c | 145 type_extern_suffix(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen) in type_extern_suffix() argument 148 char *p_fb = funcbuf; in type_extern_suffix() 189 type_ident_decl1(struct tup *tup, char *funcbuf, size_t buflen, char *ident) in type_ident_decl1() argument 196 (void) strlcpy(funcbuf, ident, buflen); in type_ident_decl1() 205 (void) snprintf(funcbuf, buflen, "%s%s%s%s", in type_ident_decl1() 211 (void) snprintf(funcbuf, buflen, "%s%s%s%s", in type_ident_decl1() 217 (void) snprintf(funcbuf, buflen, "%s%s%s%s", in type_ident_decl1() 222 *funcbuf = '*'; in type_ident_decl1() 223 type_ident_decl1(tup->up, funcbuf+1, buflen - 1, ident); in type_ident_decl1() 235 (void) snprintf(funcbuf, buflen, "%s[%ld]", in type_ident_decl1() [all …]
|