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

1234567891011>>

/macosx-10.10.1/vim-55/src/proto/
H A Dworkshop.pro26 void workshop_menu_begin __ARGS((char *label));
27 void workshop_submenu_begin __ARGS((char *label));
29 void workshop_menu_item __ARGS((char *label, char *verb, char *accelerator, char *acceleratorText, char *name, char *filepos, char *sensitive));
33 void workshop_toolbar_button __ARGS((char *label, char *verb, char *senseVerb, char *filepos, char *help, char *sense, char *file, char *left));
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ducred.h78 struct label;
108 struct label *cr_label; /* MAC label */
111 * added after the label, you must change
H A Dmsg.h243 struct label;
250 struct label *label; /* MAC framework label */ member in struct:msqid_kernel
268 struct label *label; /* MAC label */ member in struct:msg
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A DSOSAccountTesting.h70 static void unretired_peers_is_subset(const char* label, CFArrayRef peers, CFArrayRef allowed_peers) argument
77 ok(SOSPeerInfoIsRetirementTicket(pi) || SOSPeerInfoIsCloudIdentity(pi) || CFArrayContainsValue(allowed_peers, CFRangeMake(0, CFArrayGetCount(allowed_peers)), pi), "Peer is allowed (%s) Peer: %@, Allowed %@", label, pi, allowed_peers);
84 static void accounts_agree_internal(char *label, SOSAccountRef left, SOSAccountRef right, bool check_peers) argument
89 ok(leftPeers, "Left peers (%@) - %s", error, label);
93 ok(rightPeers, "Right peers (%@) - %s", error, label);
96 ok(CFEqual(leftPeers, rightPeers), "Matching peers (%s) Left: %@, Right: %@", label, leftPeers, rightPeers); local
117 unretired_peers_is_subset(label, leftPeers, allowed_identities);
125 ok(leftConcurringPeers, "Left peers (%@) - %s", error, label);
128 ok(rightConcurringPeers, "Right peers (%@) - %s", error, label);
137 ok(leftApplicants, "Left Applicants (%@) - %s", error, label);
142 ok(CFEqual(leftApplicants, rightApplicants), "Matching applicants (%s) Left: %@, Right: %@", label, leftApplicants, rightApplicants); local
149 accounts_agree(char *label, SOSAccountRef left, SOSAccountRef right) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDashboardContainerView.css66 .toolbar.small-size.icon-and-label-vertical .dashboard-container,
67 .toolbar.normal-size.icon-and-label-vertical .dashboard-container {
73 .toolbar.label-only .dashboard-container,
75 .toolbar.small-size.icon-and-label-vertical .dashboard-container,
76 .toolbar.small-size.icon-and-label-horizontal .dashboard-container {
83 .toolbar.normal-size.icon-and-label-vertical .dashboard-container,
84 .toolbar.normal-size.icon-and-label-horizontal .dashboard-container {
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-dcr.el39 argument. When at at `\\ref' macro, show corresponding `\\label'
40 definition, also in external documents (`xr'). When on a label, show
73 ((or (equal macro "\\label")
75 ;; A label macro: search for reference macros
173 (defun reftex-view-cr-ref (arg label how)
189 (entry (assoc label (symbol-value reftex-docstruct-symbol)))
192 (if (and (not entry) (stringp label) xr-re (string-match xr-re label))
198 (cdr (assoc (match-string 1 label) (nth 1
200 (error "Problem with external label
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqmaker.cpp154 void *Requirement::Maker::insert(const Label &label, size_t length) argument
157 memmove(mBuffer->at<void>(label.pos + length),
158 mBuffer->at<void>(label.pos), mPC - label.pos);
160 return mBuffer->at<void>(label.pos);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_asymmetric.cpp74 CSSM_DATA label = {0, NULL}; local
80 label);
81 if(label.Data) {
82 mLabel.copy(label);
84 free(label.Data);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqmaker.cpp154 void *Requirement::Maker::insert(const Label &label, size_t length) argument
157 memmove(mBuffer->at<void>(label.pos + length),
158 mBuffer->at<void>(label.pos), mPC - label.pos);
160 return mBuffer->at<void>(label.pos);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/genKeyPair/
H A DgenKeyPair.cpp17 printf(" -l label -- no default\n");
148 char *label = NULL; local
165 label = optarg;
221 label, (label ? strlen(label) : 0),
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dcomvar.sh93 label="Table Viewer"
99 label="Table Viewer Preferences"
109 type=coord var=vieworigin val="0 0" label="Window Position"
112 type=coord var=viewsize val="400 400" label="Window Size"
116 label="Window Colors"
120 label="Window Font Name"
123 type=fontsize var=viewfontsize val=14 label="Window Font Size"
127 type=yesno var=showheader val=no label="Show Header"
130 type=text var=header val="" label="Header"
134 type=yesno var=showfooter val=no label
[all...]
/macosx-10.10.1/ruby-106/ruby/test/benchmark/
H A Dtest_benchmark.rb31 labels.each { |label|
32 x.report(label) {}
50 Benchmark::Tms.new(1,2,3,4,5,'label').format('%u %y %U %Y %t %r %n').must_equal \
51 "1.000000 2.000000 3.000000 4.000000 10.000000 (5.000000) label"
97 results.zip(labels).each { |tms, label|
99 tms.label.must_equal label
105 it 'correctly output when the label width is given' do
114 it 'correctly output when no label is given' do
143 it 'correctly guess the label widt
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dttkmenu.rb77 m1.add(:command, :label=>theme, :command=>proc{Ttk.set_theme theme})
78 m2.add(:command, :label=>theme, :command=>proc{Ttk.set_theme theme})
79 m3.add(:command, :label=>theme, :command=>proc{Ttk.set_theme theme})
80 m4.add(:command, :label=>theme, :command=>proc{Ttk.set_theme theme})
81 m5.add(:command, :label=>theme, :command=>proc{Ttk.set_theme theme})
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dpktmetadatafilter.c85 char *label; member in struct:token
217 tok->len = strlen(tok->label);
219 if (strncmp(*ptr, tok->label, tok->len) == 0) {
222 printf("tok id: %d label: %s\n", tok->id, tok->label);
226 lex_token.label = strdup(tok->label);
237 lex_token.label = malloc(1);
238 *lex_token.label = 0; // empty string
246 lex_token.label
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodWriter.java808 public void visitJumpInsn(final int opcode, final Label label) { argument
815 addSuccessor(stackSize, label);
820 addSuccessor(stackSize + 1, label);
827 addSuccessor(stackSize, label);
832 if (label.resolved && label.position - code.length < Short.MIN_VALUE) {
851 label.put(this, code, code.length - 1, true);
860 label.put(this, code, code.length - 1, false);
864 public void visitLabel(final Label label) { argument
869 addSuccessor(stackSize, label);
2002 getNewOffset( final int[] indexes, final int[] sizes, final Label label) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dpage519 proc ::page::CheckInputFile {f label} {
521 ArgError "Unable to find $label \"$f\""
523 ArgError "$label \"$f\" is not a file"
525 ArgError "$label \"$f\" not readable (permission denied)"
561 set label \[[pluginmgr::rlabel]\]
563 append msg $label " "
620 Statistics $label "Characters:" $nread
621 Statistics $label "Seconds:" [expr {double($usec)/1000000}]
622 Statistics $label "Char/Seconds:" [expr {1000000*double($nread)/$usec}]
623 Statistics $label "Microsecond
[all...]
/macosx-10.10.1/msdosfs-209.1.1/mount_msdos.tproj/
H A Dmount_msdos.c449 * Check a volume label.
588 char label[12]; local
591 bzero(label, sizeof(label)); /* Default to no label */
620 /* If there is a label in the boot parameter block, copy it */
622 bcopy(&buf[71], label, 11);
625 bcopy(&buf[43], label, 11);
628 /* If there is a label in the root directory, copy it */
657 bcopy(dir->name, label, 1
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm31 label => { type => SCALAR | UNDEF, optional => 1 },
34 my $label = $args{label};
47 ( defined $label ? ( label => $label ) : () ),
162 C<self>, C<label>, C<args>. Return value must be defined if you match
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Ddbinfo.c37 char *label; member in struct:hdb_dbinfo
50 const char *label,
67 di->label = strdup(label);
143 di->label = strdup("default");
183 return dbp->label;
229 free (di->label);
48 get_dbinfo(krb5_context context, const krb5_config_binding *db_binding, const char *label, struct hdb_dbinfo **db) argument
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireLink.h124 int speed, int label, int size, IOFWAsyncCommand *cmd,
128 int label, int rcode, UInt32 data) = 0;
131 int label, int rcode, IOMemoryDescriptor *buf,
138 int label,
146 int label, int rcode, UInt16 addrHi) = 0;
152 int label,
160 int label, int rcode, int type, void *data, int len) = 0;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/libDER/libDERUtils/
H A DprintFields.c125 * Print line header, with current indent, followed by specified label, followed
129 const char *label)
134 printf("%s", label);
135 numPrinted = indentLevel + strlen(label);
147 const char *label,
159 printHeader(label);
349 const char *label,
362 printItem(label, IT_Leaf, 0, decoded.tag, &decoded.content);
128 printHeader( const char *label) argument
146 printItem( const char *label, ItemType itemType, int verbose, DERTag tag, DERItem *item) argument
348 decodePrintItem( const char *label, ItemType itemType, int verbose, DERItem *derItem) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_find.c62 const char *label,
112 if (label != NULL && !primaryKey) {
114 attrs[attrList.count].length = strlen(label);
115 attrs[attrList.count].data = (void*)label;
161 const char *label,
213 if (label != NULL && !primaryKey) {
215 attrs[attrList.count].length = strlen(label);
216 attrs[attrList.count].data = (void*)label;
444 const char *label,
459 label,
56 find_first_generic_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *value, const char *comment, const char *label, const char *serviceName, const char *accountName) argument
156 find_first_internet_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType) argument
438 do_keychain_find_generic_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *value, const char *comment, const char *label, const char *serviceName, const char *accountName, Boolean get_password, Boolean password_stdout) argument
476 do_keychain_delete_generic_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *value, const char *comment, const char *label, const char *serviceName, const char *accountName) argument
521 do_keychain_find_internet_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, Boolean get_password, Boolean password_stdout) argument
564 do_keychain_delete_internet_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType) argument
802 char *kind = NULL, *label = NULL, *comment = NULL; local
905 char *kind = NULL, *label = NULL, *comment = NULL; local
1023 char *kind = NULL, *label = NULL, *value = NULL, *comment = NULL; local
1101 char *kind = NULL, *label = NULL, *value = NULL, *comment = NULL; local
[all...]
/macosx-10.10.1/bless-103/test/
H A DUtilitiesCFPrettyPrint.c41 static void _TAOCFLabelPrettyPrint(char *label, CFTypeRef value, void *context);
51 static void _TAOCFLabelPrettyPrint(char *label, CFTypeRef value, void *context) { argument
56 // we're printing at least label, so tab over
62 fprintf(h->out, "%s", label);
70 if(label && label[0]) {
91 if(label && label[0]) {
/macosx-10.10.1/diskdev_cmds-576/fdisk.tproj/
H A Ddisk.c167 /* Get label metrics */
211 * rest of the program, the label size is what we
223 disk->label = DISK_getlabelmetrics(disk->name);
233 if(disk->label && disk->bios){
236 cyls = disk->label->size / (disk->bios->heads * disk->bios->sectors);
238 if (disk->label->size < secs) {
239 errx(1, "BIOS fixup botch (%u sectors)", disk->label->size - secs);
251 /* If we have a label, use that */
252 if (disk->label) {
253 disk->real = disk->label;
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Drmailkwd.el32 (defvar rmail-last-label)
38 ;; completion. It is better to use strings with the label functions
39 ;; and let them worry about making the label.
41 (defvar rmail-label-obarray (make-vector 47 0))
47 (mapcar (function (lambda (s) (intern s rmail-label-obarray)))
51 (defconst rmail-deleted-label (intern "deleted" rmail-label-obarray))
59 (defun rmail-add-label (string)
62 (interactive (list (rmail-read-label "Add label")))
[all...]

Completed in 208 milliseconds

1234567891011>>