Searched refs:label (Results 176 - 200 of 266) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexecd.c39 #include <tsol/label.h>
H A Daudit_rshd.c38 #include <tsol/label.h>
/osnet-11/usr/src/lib/libc/port/gen/
H A Ducred.c68 #include <tsol/label.h>
/osnet-11/usr/src/lib/libtsnet/common/
H A Dmisc.c29 * Miscellaneous user interfaces to trusted label functions.
40 #include <tsol/label.h>
383 "Missing label",
384 "Illegal label",
385 "Missing label range",
386 "Illegal label range",
H A Dtsol_sgetzcent.c31 * zone name : label : flags : zone-specific MLPs : global MLPs
49 #include <tsol/label.h>
205 /* Field two: parse off the label. */
227 /* The kernel will apply the system doi to the zone label later */
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c180 (void) memcpy(metainfo.label, METASLOT_TOKEN_LABEL, 32);
H A Dpkcs11Conf.c123 * If either slot description or token label is specified by
130 * blank_str is used for comparing with token label,
254 if (memcmp_pad_max(metainfo.label, sizeof (metainfo.label),
976 * presenting a consistent token label view to applications.
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSlotToken.c140 (void) strncpy((char *)pInfo->label, KMS_TOKEN_LABEL, 32);
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c484 READ_TOKEN_INFO_STR(fp, td->token_info.label,
485 sizeof (td->token_info.label));
573 WRITE_TOKEN_INFO_STR(fp, td->token_info.label,
574 sizeof (td->token_info.label));
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c68 char label[0x100]; member in struct:grub_btrfs_superblock
1594 grub_btrfs_label (grub_device_t device, char **label) argument
1598 *label = NULL;
1604 *label = grub_strndup (data->sblock.label, sizeof (data->sblock.label));
1647 .label = grub_btrfs_label,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm32 ["(?(#label =>\n)?)(*( )*)#class (#addr) #name (?([#targ])?) "
33 . "#svclass~(?((#svaddr))?)~#svval~(?(label \"#coplabel\")?)\n",
623 my $label = $op->label;
624 $h{coplabel} = $label;
625 $label = $label ? "$label: " : "";
632 $h{arg} = "($label$stash $cseq $loc$arybase)";
669 $h{label}
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c189 void *label; local
190 if (!ptt_read_sector (dev, 0, &label))
193 part_table = (DosRawTable *) label;
233 free (label);
237 free (label);
877 void *label = NULL; local
878 if (!ptt_read_sector (disk->dev, sector, &label))
881 table = (DosRawTable *) label;
981 free (label);
985 free (label);
[all...]
H A Dmac.c219 void *label; local
220 if (!ptt_read_sector (dev, 0, &label))
223 int valid = _check_signature (label);
225 free (label);
290 _("%s is too small for a Mac disk label!"),
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c188 char *label;
203 label = gcry_strdup (data_mpis[i].name);
205 if (! (label && mpi))
209 gcry_free (label);
214 data_mpis_new[i].name = label;
283 /* Add the value MPI to DATA with the label NAME. If FLAGS contains
373 gcry_ac_data_set is used to associate the label NAME with a
424 used to associate the label NAME with a different MPI value. */
504 const char *label;
539 err = gcry_ac_data_get_index (data, 0, i, &label, NUL
186 char *label; local
502 const char *label; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1123 kmf_cert[n].kmf_private.label =
1170 kmf_cert[n].kmf_private.label =
1201 if (kmf_cert->kmf_private.label)
1202 free(kmf_cert->kmf_private.label);
3082 char *label, int label_len)
3108 if (label != NULL && !PKCS12_add_friendlyname(bag, label, label_len))
3254 if (rawkey->label != NULL) {
3260 (void) ASN1_STRING_set(attr->value.bmpstring, rawkey->label,
3261 strlen(rawkey->label));
3080 add_key_to_safe(EVP_PKEY *pkey, KMF_CREDENTIAL *cred, uchar_t *keyid, unsigned int keyidlen, char *label, int label_len) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL226 =item [2addr]B<b> [I<label>]
228 Branch to the B<:> function with the specified I<label>. If no label
469 =item [2addr]B<t> [I<label>]
471 Branch to the B<:> function with the specified I<label> if any B<s>
473 or execution of a B<t> function. If no label is given, branch to the end of
523 =item [0addr]B<:> [I<label>]
525 The command specifies the position of the I<label>. It has no other effect.
644 # Label (: command): label definition
658 Warn( "duplicate label
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm239 ins label legend noframes noscript object optgroup Q
2156 my($label,$value,$script,$tabindex,@other) = rearrange([NAME,[VALUE,LABEL],
2159 $label=$self->_maybe_escapeHTML($label);
2166 $name = qq/ name="$label"/ if $label;
2167 $value = $value || $label;
2183 # $value -> (optional) Value of the button when selected (also doubles as label).
2184 # $label -> (optional) Label printed on the button(also doubles as the value).
2192 my($label,
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c1268 * output label s from [ ...label...[?...] ] to sp
1269 * 1 returned if the label was translated
1273 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) function
1408 label(sp, 0, y, 0, -1, 0, style, f >= 0 ? FONT_ITALIC : f, ip, version, id, catalog);
1665 label(sp, sep, p, 0, n, 0, style, 0, ip, version, id, catalog);
1669 * output [+-...label...?...] label s to sp
1696 label(sp, 0, s + 1, about, -1, level, style, FONT_LITERAL, ip, version, id, catalog);
1726 label(s
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h57 char *label; member in struct:kmf_x509_private
219 char *label; member in struct:__anon1860
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c980 { D_LABEL, "label" },
1030 * functions to manipulate the kmcookie-label mapping file
1063 * Extract an integer cookie and string label from a line from the
1064 * kmcookie-label file. Return -1 on failure, 0 on success.
1067 kmc_parse_line(char *line, int *cookie, char **label) argument
1072 *label = NULL;
1079 /* Everything that follows, up to the newline, is the label. */
1080 *label = strtok(NULL, "\n");
1081 if (*label == NULL) {
1091 * new label
1094 kmc_insert_mapping(char *label) argument
[all...]
H A Dipsec_util.h228 * functions to manipulate the kmcookie-label mapping file
235 * new label. Return the assigned cookie, or -1 on error.
240 * Lookup the given cookie and return its corresponding label. Return
241 * a pointer to the label on success, NULL on error (or if the label is
409 #include <tsol/label.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL300 Also forces C<latex> label and index entries to be prefixed by the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h18 char * cop_label; /* label for this construct */
241 char * label; member in struct:block_loop
283 cx->blk_loop.label = PL_curcop->cop_label; \
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap390 int ldap_vals2html(LDAP *ld, char *buf, char **vals, char *label, int labelwidth, unsigned long syntaxid, writeptype writeproc, void *writeparm, char *eol, int rdncount, char *urlprefix);
392 int ldap_vals2text(LDAP *ld, char *buf, char **vals, char *label, int labelwidth, unsigned long syntaxid, writeptype writeproc, void *writeparm, char *eol, int rdncount);
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdaent.c28 #include <tsol/label.h>
499 /* if label range is not defined, use the default range. */
516 * label range provided; we don't need to construct

Completed in 105 milliseconds

1234567891011