/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/ |
H A D | attrs.pm | 1 package attrs; package 8 attrs - set/get attributes of a subroutine (deprecated) 13 use attrs qw(locked method); 17 @a = attrs::get(\&foo); 30 C<attrs::get> on a subroutine reference or name returns its list 31 of attribute names. Notice that C<attrs::get> is not exported. 56 XSLoader::load 'attrs', $VERSION;
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | V3.wattroff.c | 50 wattroff(WINDOW *win, _ochtype attrs) argument 52 win->_attrs &= (~_FROM_OCHTYPE(attrs) | win->_bkgd) & A_ATTRIBUTES;
|
H A D | V3.wattron.c | 50 wattron(WINDOW *win, _ochtype attrs) argument 52 win->_attrs |= _FROM_OCHTYPE(attrs) & A_ATTRIBUTES;
|
H A D | V3.wattrset.c | 50 wattrset(WINDOW *win, _ochtype attrs) argument 52 win->_attrs = (_FROM_OCHTYPE(attrs) | win->_bkgd) & A_ATTRIBUTES;
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetVendorLibraryAttributes.cc | 40 * @param attrs The user-allocated buffer 43 Sun_fcGetVendorLibraryAttributes(HBA_LIBRARYATTRIBUTES *attrs) { argument 47 if (attrs == NULL) { 48 log.userError("NULL attrs structure"); 53 *attrs = list->getVSLAttributes(); 57 memset(attrs, 0, sizeof (*attrs));
|
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasGetVendorLibraryAttributes.c | 34 Sun_sasGetVendorLibraryAttributes(SMHBA_LIBRARYATTRIBUTES *attrs) { argument 38 if (attrs == NULL) { 39 log(LOG_DEBUG, ROUTINE, "NULL attrs structure"); 42 (void) strlcpy(attrs->LibPath, SUN_SMHBA_VENDOR_LIB_PATH, 43 sizeof (attrs->LibPath)); 44 (void) strlcpy(attrs->VName, SUN_SMHBA_VENDOR_LIB, 45 sizeof (attrs->VName)); 46 (void) strlcpy(attrs->VVersion, SUN_SMHBA_VENDOR_LIB_VERSION, 47 sizeof (attrs->VVersion));
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | CSAAdvert.java | 52 Vector attrs = new Vector(); // The attributes. field in class:CSAAdvert 110 byte attrBytes[] = hdr.parseAttributeVectorIn(attrs, dis, false);
|
H A D | CSrvReg.java | 58 Vector attrs, 69 int i, n = attrs.size(); 77 Object o = attrs.elementAt(i); 113 Vector attrs, 150 hdr.parseAttributeVectorOut(attrs, 54 CSrvReg(boolean fresh, Locale locale, ServiceURL urlEntry, Vector scopes, Vector attrs, Hashtable URLSignatures, Hashtable attrSignatures) argument 109 initialize(boolean fresh, Locale locale, ServiceURL urlEntry, Vector scopes, Vector attrs, Hashtable URLSignatures, Hashtable attrSignatures) argument
|
H A D | SAttrMsg.java | 141 SrvLocMsg makeReply(Vector attrs, Hashtable auth) argument 147 hdr.iNumReplies = attrs.size(); 161 hdr.parseAttributeVectorOut(attrs, 0, (auth != null), 170 attrs +
|
H A D | SDAAdvert.java | 54 Vector attrs) 78 this.initialize(timestamp, url, scopes, attrs); 89 Vector attrs) 145 byte[] attrBytes = hdr.parseAttributeVectorOut(attrs, 222 " attrs="+attrs+"\n"+ 49 SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument 86 initialize(long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | SLPV1SAttrMsg.java | 185 SrvLocMsg makeReply(Vector attrs, Hashtable auth) argument 217 attrs.removeAllElements(); 222 hdr.iNumReplies = attrs.size(); 226 hdr.parseAttributeVectorOut(attrs, baos); // attributes 231 " attributes=``" + attrs + "''\n");
|
H A D | SLPV1SDAAdvert.java | 55 Vector attrs) 58 super(hdr, xid, timestamp, url, scopes, attrs); 67 Vector attrs) 50 SLPV1SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument 64 initialize(long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | SSAAdvert.java | 57 Vector attrs) 72 this.initialize(url, scopes, attrs); 77 void initialize(ServiceURL url, Vector scopes, Vector attrs) argument 120 byte[] attrBytes = hdr.parseAttributeVectorOut(attrs, 177 " attrs=``" + attrs + "''\n" + 52 SSAAdvert(int version, short xid, Locale locale, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | CDAAdvert.java | 53 Vector attrs = new Vector(); // Attributes field in class:CDAAdvert 106 byte[] attrBytes = hdr.parseAttributeVectorIn(attrs, dis, false);
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_dump.c | 56 inuse_dump(char *slice, nvlist_t *attrs, int *errp) argument 86 libdiskmgt_add_str(attrs, DM_USED_BY, 88 libdiskmgt_add_str(attrs, DM_USED_NAME,
|
H A D | inuse_zpool.c | 68 inuse_zpool_common(char *slice, nvlist_t *attrs, int *errp, char *type) argument 114 libdiskmgt_add_str(attrs, DM_USED_BY, 116 libdiskmgt_add_str(attrs, DM_USED_NAME, 130 inuse_active_zpool(char *slice, nvlist_t *attrs, int *errp) argument 132 return (inuse_zpool_common(slice, attrs, errp, DM_USE_ACTIVE_ZPOOL)); 136 inuse_exported_zpool(char *slice, nvlist_t *attrs, int *errp) argument 138 return (inuse_zpool_common(slice, attrs, errp, DM_USE_EXPORTED_ZPOOL));
|
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | directory_rpc_clnt.c | 45 idmap_utf8str_list attrs, 51 arg.attrs = attrs; 42 directory_get_common_1( idmap_utf8str_list ids, idmap_utf8str types, idmap_utf8str_list attrs, directory_results_rpc *clnt_res, CLIENT *clnt) argument
|
H A D | directory_private.h | 54 directory_attribute_value_t *attrs; member in struct:__anon1712
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | bkgrndst.c | 64 attr_t attrs; local 66 attrs = w->_fg._at; 67 w->_fg._at = (attrs & ~w->_bg._at) | bg->_at;
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | DAAdvert.c | 40 char **attrs, char **spis, SLPError *errCode) { 50 *surl = *scopes = *attrs = *spis = NULL; 93 if ((err = slp_get_string(reply, len, &off, attrs)) != SLP_OK) { 125 if (*attrs) free (*attrs); 39 slp_unpackDAAdvert(char *reply, char **surl, char **scopes, char **attrs, char **spis, SLPError *errCode) argument
|
H A D | SAAdvert.c | 41 char **scopes, char **attrs) { 50 *surl = *scopes = *attrs = NULL; 74 if ((err = slp_get_string(reply, len, &off, attrs)) != SLP_OK) { 98 if (*attrs) free(*attrs); 40 slp_unpackSAAdvert(char *reply, char **surl, char **scopes, char **attrs) argument
|
H A D | SLPGetRefreshInterval.c | 95 static SLPBoolean refresh_interval_cb(SLPHandle h, const char *attrs, argument 104 p = strchr(attrs, '=');
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | add.c | 51 * LDAPMod *attrs[] = { 57 * msgid = ldap_add( ld, dn, attrs ); 61 ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs ) 67 if ( ldap_add_ext( ld, dn, attrs, NULL, NULL, &msgid ) 82 ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs, argument 92 * attrs SEQUENCE OF SEQUENCE { 110 if ( !NSLDAPI_VALID_NONEMPTY_LDAPMOD_ARRAY( attrs ) 129 attrs )) != 0 ) { 152 for ( i = 0; attrs[i] != NULL; i++ ) { 153 if ( ( attrs[ 196 ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, LDAPControl **serverctrls, LDAPControl **clientctrls ) argument [all...] |
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | add.c | 40 BerElement * ldap_build_add_req(LDAP *ld, char *dn, LDAPMod **attrs, argument 50 * attrs SEQUENCE OF SEQUENCE { 71 for ( i = 0; attrs[i] != NULL; i++ ) { 72 if ( ( attrs[i]->mod_op & LDAP_MOD_BVALUES) != 0 ) { 73 rc = ber_printf( ber, "{s[V]}", attrs[i]->mod_type, 74 attrs[i]->mod_values ); 76 rc = ber_printf( ber, "{s[v]}", attrs[i]->mod_type, 77 attrs[i]->mod_values ); 130 * LDAPMod *attrs[] = { 136 * msgid = ldap_add( ld, dn, attrs ); 204 ldap_add_ext(LDAP *ld, char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp) argument 247 ldap_add_ext_s(LDAP *ld, char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPControl **clientctrls) argument [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | pbkdf2.c | 63 int attrs = 0; local 70 tmpl[attrs].type = CKA_CLASS; 71 tmpl[attrs].pValue = &class; 72 tmpl[attrs].ulValueLen = sizeof (class); 73 attrs++; 79 tmpl[attrs].type = CKA_KEY_TYPE; 80 tmpl[attrs].pValue = &keytype; 81 tmpl[attrs].ulValueLen = sizeof (keytype); 82 attrs++; 94 tmpl[attrs] [all...] |