Lines Matching defs:ident
27 #pragma ident "%Z%%M% %I% %E% SMI"
189 type_ident_decl1(struct tup *tup, char *funcbuf, size_t buflen, char *ident)
196 (void) strlcpy(funcbuf, ident, buflen);
204 type_ident_decl1(tup->up, fb, NDLBUFSZ, ident);
210 type_ident_decl1(tup->up, fb, NDLBUFSZ, ident);
216 type_ident_decl1(tup->up, fb, NDLBUFSZ, ident);
223 type_ident_decl1(tup->up, funcbuf+1, buflen - 1, ident);
229 type_ident_decl1(tup->up, p, NDLBUFSZ - 1, ident);
246 type_ident_decl1(tup->up, p, NDLBUFSZ - 1, ident);
261 type_ident_decl(ndr_typeinfo_t *tsti, char *funcbuf, size_t buflen, char *ident)
276 type_ident_decl1(up, funcbuf, buflen, ident);