Searched refs:label (Results 201 - 225 of 996) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html.perl181 local($label, $before, $after, $begtag, $endtag, $blanks, $begtag2, $endtag2);
219 $label = $1;
226 if ($label eq 'NAME') {
234 if ($label eq 'SYNOPSIS') {
237 if ($label eq 'SEE ALSO') {
240 if (($label =~ /OPTIONS$/) || ($label eq 'FILES')) {
248 print "..$label..\n";
250 print "<h2>$label</h2>\n";
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dnetsrc.c165 if (policy->label != -1) {
166 nrp.nrp_label = policy->label;
169 nrp.nrp_dstlabel = policy->label;
237 if (policy->label != -1) {
238 nrp.nrp_label = policy->label;
244 if (policy->label != -1) {
245 nrp.nrp_dstlabel = policy->label;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcmore.c77 * output label on wfd and return next char on rfd with no echo
82 static int ttyquery(Sfio_t* rp, Sfio_t* wp, const char* label, Sfdisc_t* dp) argument
84 static int ttyquery(rp, wp, label, dp)
87 char* label;
101 if (!label)
103 else if (n = strlen(label))
104 write(wfd, label, n);
135 if (label && (n = strlen(label)))
136 sfwr(wp, label,
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dmultixterm581 .m.e.active add checkbutton -label $name -variable activeArray($sidCmd) \
733 if {![catch {.m.e.active entrycget $i -label} label]} {
734 if {[string equal $label $::names($s)]} break
753 .m add cascade -menu .m.f -label "File" -underline 0
754 .m add cascade -menu .m.e -label "Edit" -underline 0
755 .m add cascade -menu .m.help -label "Help" -underline 0
766 .m.f add command -label Open -command openFile -underline 0
773 .m.f add command -label $f -command [list openFile $f]
778 .m.f add command -label "Exi
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/contrib/
H A Dgnome-ssh-askpass1.c73 GtkWidget *dialog, *entry, *label; local
84 label = gtk_label_new(messages[i]);
86 label, FALSE, FALSE, 0);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dkeyclient.h101 const CssmData *label; member in struct:Security::CssmClient::KeySpec
104 KeySpec(CSSM_KEYUSE u, CSSM_KEYATTR_FLAGS a) : usage(u), attributes(a), label(NULL) { }
105 KeySpec(CSSM_KEYUSE u, CSSM_KEYATTR_FLAGS a, const CssmData &l) : usage(u), attributes(a), label(&l) { }
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqmaker.h85 void *insert(const Label &label, size_t length = sizeof(uint32_t));
88 Endian<T> &insert(const Label &label, size_t length = sizeof(T)) argument
89 { return *reinterpret_cast<Endian<T>*>(insert(label, length)); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dkeyclient.h101 const CssmData *label; member in struct:Security::CssmClient::KeySpec
104 KeySpec(CSSM_KEYUSE u, CSSM_KEYATTR_FLAGS a) : usage(u), attributes(a), label(NULL) { }
105 KeySpec(CSSM_KEYUSE u, CSSM_KEYATTR_FLAGS a, const CssmData &l) : usage(u), attributes(a), label(&l) { }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqmaker.h85 void *insert(const Label &label, size_t length = sizeof(uint32_t));
88 Endian<T> &insert(const Label &label, size_t length = sizeof(T)) argument
89 { return *reinterpret_cast<Endian<T>*>(insert(label, length)); }
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sysIdTool/
H A DsysIdTool.cpp64 const char *label,
70 printf("***Error converting %s to UTF8\n", label);
73 printf("%s '%s'\n", label, cstr);
63 printCFString( const char *label, CFStringRef cfString) argument
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dinput.c86 read_file(Elf *elf, char *file, char *label, read_cb_f *func, void *arg, argument
114 td = ctf_load(file, ctfdata->d_buf, ctfdata->d_size, si, label);
129 read_archive(int fd, Elf *elf, char *file, char *label, read_cb_f *func, argument
155 rc = read_archive(fd, melf, memname, label,
162 rc = read_file(melf, memname, label,
187 read_ctf_common(char *file, char *label, read_cb_f *func, void *arg, argument
194 debug(3, "Reading %s (label %s)\n", file, (label ? label : "NONE"));
205 found = read_archive(fd, elf, file, label,
239 read_ctf(char **files, int n, char *label, read_cb_f *func, void *private, int require_ctf) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dfmtmsglib.c81 "label", 0, MM_label,
201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
243 if (s = (char*)label)
292 if ((mask & MM_label) && label)
300 if ((mask & MM_action) && action || (mask & MM_tag) && (label || tag))
307 if ((mask & MM_tag) && (label || tag))
310 if (!tag || label && !strchr(tag, ':'))
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp83 void deleteKey(Db &db, const CssmData &label); // delete key with this label
376 void addReferralRecord(Db &srcDb, const DLDbIdentifier &ident, CssmData *refData, CFDataRef label) argument
386 if (label)
388 externalLabel.Data = const_cast<uint8 *>(CFDataGetBytePtr(label));
389 externalLabel.Length = CFDataGetLength(label);
400 refAttrs.add(Schema::kUnlockReferralKeyLabel, label?externalLabel:masterKeyLabel.get());
456 CFDataRef label = NULL; local
457 OSStatus status = findFirstEncryptionPublicKeyOnToken(&publicKeyRef, &keychainRef, &label);
518 addReferralRecord(srcdb, tokenIdentifier, &flatKey, label);
717 labelForMasterKey(Db &db, CssmOwnedData &label) argument
730 deleteKey(Db &db, const CssmData &label) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duidna.h205 * Converts a single domain name label into its ASCII form for DNS lookup.
208 * The label might be modified according to the types of errors.
215 * @param label Input domain name label
229 const UChar *label, int32_t length,
234 * Converts a single domain name label into its Unicode form for human-readable display.
236 * The label might be modified according to the types of errors.
242 * @param label Input domain name label
256 const UChar *label, int32_
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DCertificateValues.h49 static CFStringRef remapLabelToKey(CFStringRef label);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/opensslUtils/
H A DopensslAsn1.h86 /* mallocd and returned label */
87 CSSM_DATA *label);
90 const CSSM_DATA *label,
96 /* mallocd and returned label */
97 CSSM_DATA *label);
100 const CSSM_DATA *label,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DCertificateValues.h49 static CFStringRef remapLabelToKey(CFStringRef label);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DCertificateValues.h49 static CFStringRef remapLabelToKey(CFStringRef label);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/extractCertFields/
H A DextractCertFields.cpp27 * static const uint8 <label>_bytes[] = {
30 * static const CSSM_DATA <label> = { length, (uint8 *)<label>_bytes} ;
33 const char *label,
38 printf("static const uint8 %s_bytes[] = {\n ", label);
50 label, data->Length, label);
32 dumpDataBlob( const char *label, const CSSM_DATA_PTR data) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DrootUtils.h63 const char *label,
90 /* print cert's label (the one SecCertificate infers) */
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dtrusted_cert_dump.c42 /* print cert's label (the one SecCertificate infers) */
47 CFStringRef label; local
49 ortn = SecCertificateInferLabel(certRef, &label);
54 printCfStr(label);
55 CFRelease(label);
246 /* always print the cert's label */
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DCompiler.h254 /* Keep the compiler from complaining for a local label that is defined but not referenced. */
258 #define UNUSED_LABEL(label) if (false) goto label
262 #define UNUSED_LABEL(label) UNUSED_PARAM(&& label)
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Duidna.h189 * Converts a single domain name label into its ASCII form for DNS lookup.
192 * The label might be modified according to the types of errors.
199 * @param label Input domain name label
213 const UChar *label, int32_t length,
218 * Converts a single domain name label into its Unicode form for human-readable display.
220 * The label might be modified according to the types of errors.
226 * @param label Input domain name label
240 const UChar *label, int32_
[all...]
/macosx-10.10.1/bless-103/test/
H A Dtestcgtext.c128 static int makeLabelOfSize(const char *label, unsigned char *bitmapData, argument
184 s1 = CFStringCreateWithCString(kCFAllocatorDefault, label, kCFStringEncodingUTF8);
211 CGContextShowTextAtPoint(context, 2.0, 2.0, label, strlen(label));
/macosx-10.10.1/llvmCore-3425.0.34/examples/BrainF/
H A DBrainF.h61 /// label is used for the labels for the BasicBlocks.
65 static const char *label; member in class:BrainF

Completed in 304 milliseconds

1234567891011>>