Searched defs:funcbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c145 type_extern_suffix(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen) argument
148 char *p_fb = funcbuf;
189 type_ident_decl1(struct tup *tup, char *funcbuf, size_t buflen, char *ident) argument
196 (void) strlcpy(funcbuf, ident, buflen);
205 (void) snprintf(funcbuf, buflen, "%s%s%s%s",
211 (void) snprintf(funcbuf, buflen, "%s%s%s%s",
217 (void) snprintf(funcbuf, buflen, "%s%s%s%s",
222 *funcbuf = '*';
223 type_ident_decl1(tup->up, funcbuf+1, buflen - 1, ident);
235 (void) snprintf(funcbuf, bufle
261 type_ident_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen, char *ident) argument
280 type_null_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen) argument
288 type_name_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen, char *name) argument
[all...]

Completed in 81 milliseconds