Searched refs:tag (Results 101 - 125 of 167) sorted by relevance

1234567

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c162 const void *val, int tag,
171 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, tag,
574 if (field->tag >= 0) {
576 retval = asn1_make_etag(buf, CONTEXT_SPECIFIC, field->tag, sum,
161 encode_bytestring_with_tag(asn1buf *buf, unsigned int len, const void *val, int tag, unsigned int *retlen) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm106 as regular variables using the :FIELDS import tag. (Note that this still
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm73 as regular variables using the :FIELDS import tag. (Note that this still
H A Dservent.pm75 as regular variables using the :FIELDS import tag. (Note that this still
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm69 as regular variables using the :FIELDS import tag. (Note that this
H A Dlocaltime.pm64 as regular variables using the :FIELDS import tag. (Note that this still
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm72 as regular variables using the :FIELDS import tag. (Note that this still
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm20 Carp::croak("Unknown 'strict' tag(s) '@wrong'");
134 Unknown 'strict' tag(s) '...'
H A Dfields.pm295 my $tag = fields::phash([qw(name rank ser_num)], [@_]);
301 my $tag = fields::phash(name => "Joe",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs219 * Those are referred to as SX_OBJECT in the file, and their "tag" (i.e.
224 * as seen by the tag determind by counting the objects themselves. The
226 * when an SX_OBJECT is found bearing that same tag.
938 * given tag 'tagnum', has been retrieved. Next time we see an SX_OBJECT marker,
1193 cxt->tagnum = -1; /* Reset tag numbers */
1201 * associated tag numbers is special. It is "abused" because the
1371 * the correspondance between the tags and the tag number used by the
2887 * replace the entry with the tag ID of the corresponding serialized
2906 * Look in hseen and see if we have a tag already.
2907 * Serialize entry if not done already, and get its tag
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h679 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */
697 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */
715 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
722 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm31 and LOCK_UN) be provided by using the tag C<:flock>. See L<Exporter>.
35 compatibility reasons by using the tag C<:Fcompat>. For new
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dhtml.t38 is h1(), '<h1 />', "single tag";
40 is h1('fred'), '<h1>fred</h1>', "open/close tag";
43 "open/close tag multiple";
46 "open/close tag with attribute";
49 "open/close tag with orphan attribute";
53 "distributive tag with attribute";
59 "open/close tag \$\" interpolation";
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_provider.c601 * Lookup the dynamic translator type tag for the specified probe argument and
611 char *tag; local
616 tag = alloca(len + 1);
618 (void) snprintf(tag, len + 1, "__dtrace_%s___%s_arg%u",
621 if (dtrace_lookup_by_type(dtp, DTRACE_OBJ_DDEFS, tag, &dtt) != 0) {
625 CTF_ADD_ROOT, tag, DT_DYN_TYPE(dtp));
630 tag, ctf_errmsg(ctf_errno(dtt.dtt_ctfp)));
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java1380 private String tag; // in case localHost not available field in class:LocalConsumer.Identifier
1392 tag = consumer.getTag();
1408 tag.equals(i.tag));
1422 hash = (37 * hash) + tag.hashCode();
1438 buf.append(", tag = ");
1439 buf.append(tag);
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3235 unsigned int tag, bytes; local
3251 tag = 0;
3253 tag = *ptr++;
3255 if (tag == CONTEXT) {
3272 tag = 0;
3274 tag = *ptr++;
3276 if (tag == (CONTEXT | 0x01)) {
3286 tag = 0;
3288 tag = *ptr++;
3290 if (tag
3854 g_get_tag_and_length(unsigned char **buf, int tag, unsigned int buflen, unsigned int *outlen) argument
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java404 // Add only if no element in the vector matches the tag.
933 // Evaluate the query by matching the attribute tag and
938 evaluate(AttributeString tag, argument
953 match = attrLevelNot.matchDoesNotContain(tag, returns);
959 Hashtable ttable = (Hashtable)attrLevel.get(tag);
982 match = attrLevelNot.matchEqual(tag, returns);
1298 // Keys for this table are scope/service type/lang tag. Values are
1300 // where all registrations *having* the attribute tag keys in the
1321 // objects with all records having that attribute tag being on the
1342 // values are hashtables with lang tag ke
[all...]
H A DServiceLocationAttribute.java65 // Bad tag characters.
149 // Get the tag.
313 * string contains bad tag characters.
537 * @param badTag Check for bad tag characters if true.
553 // Check for bad tag characters first.
595 * @param badTag Check for bad tag characters if true.
655 // If we need to check for a bad tag character, do so now.
851 String tag = newAttr.getId().toLowerCase();
853 (ServiceLocationAttribute)attrTable.get(tag);
866 attrTable.put(tag, newAtt
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm980 my($tag, $which_head, $otitle, $listdepth, $index);
991 ($tag, $which_head, $otitle) = ($1,$2,$3);
1058 # process_head - convert a pod head[1-6] tag and convert it to HTML format.
1061 my($tag, $heading, $hasindex) = @_;
1064 $tag =~ /head([1-6])/;
1115 my( $tag ) = @_;
1117 push( @Listend, "</$tag>" );
1118 print HTML "<$tag>\n";
1120 my $emitted = $tag eq 'dl' ? 'dt' : 'li';
1126 # process_item - convert a pod item tag an
[all...]
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c497 if (attr->tag.idl.target_id == target_id &&
498 attr->tag.idl.lun == lun)
519 raidcfg_get_disk(int controller_handle, disk_tag_t tag) argument
537 if (attr->tag.cidl.bus == tag.cidl.bus &&
538 attr->tag.cidl.target_id == tag.cidl.target_id &&
539 attr->tag.cidl.lun == tag.cidl.lun)
696 dst->tag
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c1020 const char *tag; local
1024 tag = NULL;
1027 tag = SA_PROTO_TAG_NFS;
1030 tag = SA_PROTO_TAG_SMB;
1033 tag = (allow_all ? SA_PROTO_TAG_ANY : NULL);
1036 tag = NULL;
1039 return (tag);
1044 * libshare functions do not distinguish protocols, so tag the return code for
1051 const char *tag; local
1056 if ((tag
1072 const char *tag; local
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c374 * For memberof cache search, the UID tag indicates a search with a uid
375 * as the key is being performed. The GROUP_DN tag indicates a group DN
1056 do_lookup(char *cache_name, const char *tag, const char *key, int dbop, argument
1078 /* space needed for tag and key: keylen_round_up */
1080 if (tag != NULL) {
1081 taglen = strlen(tag);
1124 /* tag and key */
1126 if (tag != NULL) {
1127 (void) strcpy(bptr, tag);
1995 key_groupDN_psearch(const char *tag, cons argument
2438 get_parent_gids(struct nss_groupsbymem *argp, const char *tag, const char *key, _nss_ldap_list_t **gl, int *rec_callp) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c144 mdvp->parts[i].tag = gpt->efi_parts[i].p_tag;
185 (mdvp->parts[i].tag != V_RESERVED)) {
201 (*gpt)->efi_parts[i].p_tag = mdvp->parts[i].tag;
463 mdvp->parts[i].tag = vp->v_part[i].p_tag;
707 vp->v_part[i].p_tag = mdvp->parts[i].tag;
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c48 unsigned int tag, int not);
291 put_complex_filter(BerElement *ber, char *str, unsigned int tag, int not) argument
302 /* put explicit tag */
303 if (ber_printf(ber, "t{", tag) == -1)
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c50 ber_tag_t tag, int not );
406 ber_tag_t tag,
419 /* put explicit tag */
420 if ( ber_printf( ber, "t{", tag ) == -1 )
403 put_complex_filter( BerElement *ber, char *str, ber_tag_t tag, int not ) argument

Completed in 81 milliseconds

1234567