Lines Matching refs:funcbuf
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()
238 (void) snprintf(funcbuf, buflen, in type_ident_decl1()
251 (void) snprintf(funcbuf, buflen, "%s[NDR_STRING_DIM]", p); in type_ident_decl1()
261 type_ident_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen, char *ident) in type_ident_decl() argument
276 type_ident_decl1(up, funcbuf, buflen, ident); in type_ident_decl()
280 type_null_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen) in type_null_decl() argument
282 funcbuf[0] = '('; in type_null_decl()
283 type_ident_decl(tsti, funcbuf+1, buflen, ""); in type_null_decl()
284 (void) strlcat(funcbuf, ")", buflen); in type_null_decl()
288 type_name_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen, char *name) in type_name_decl() argument
290 type_ident_decl(tsti, funcbuf, buflen, name); in type_name_decl()