Searched refs:attrstr (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c1193 kms_encode_attributes(kms_object_t *pKey, char *attrstr, int len) argument
1197 bzero(attrstr, len);
1199 (void) strlcpy(attrstr, KMS_ATTR_DESC_PFX, len);
1200 ptr = attrstr + strlen(attrstr);
1213 (void) snprintf(ptr, len - strlen(attrstr),
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetprofattr.c83 typedef struct attrstr { struct
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1433 char attrstr[8]; local
1483 attrstr, sizeof (attrstr)), yypcb->pcb_pinfo.dtp_argc);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1578 Attempts to apply a list of attributes specified by the C<attrstr> and
1583 specifications within C<attrstr>. This is not really intended for the
1594 char *attrstr, STRLEN len)
1599 len = strlen(attrstr);
1603 for (; isSPACE(*attrstr) && len; --len, ++attrstr) ;
1605 char *sstr = attrstr;
1606 for (; !isSPACE(*attrstr) && len; --len, ++attrstr) ;
1609 newSVpvn(sstr, attrstr
1593 Perl_apply_attrs_string(pTHX_ char *stashpv, CV *cv, char *attrstr, STRLEN len) argument
[all...]
H A Dproto.h59 PERL_CALLCONV void Perl_apply_attrs_string(pTHX_ char *stashpv, CV *cv, char *attrstr, STRLEN len);

Completed in 64 milliseconds