Searched refs:matched (Results 151 - 175 of 199) sorted by relevance

12345678

/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp882 bool matched;
897 matched = compareProperty(table, gIOTTYDeviceKey)
902 if (!matched) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dsearch.c294 int matched = BACKSQL_IS_MATCHED( flags ); local
301 matched, 1 );
306 if ( ( rc == LDAP_NO_SUCH_OBJECT && matched ) || getentry ) {
/macosx-10.10.1/sudo-73/src/
H A Dldap.c818 * FALSE if disallowed and UNSPEC if not matched.
920 * from the cn=defaults entry and also once when a final sudoRole is matched.
2368 int matched = UNSPEC; local
2383 matched = TRUE;
2387 if (matched || user_uid == 0) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c771 * We matched an empty string, which means we must go forward
1972 * Adjust len to be full length of matched string.
3772 int matched = Tcl_RegExpExecObj(interp, regExpr,
3775 if (matched < 0) {
3777 } else if (matched) {
3790 * what we matched in some user-nominated arrays. So build the lists of
3842 * matched strings; if so (but there was an error assigning
3740 int matched = Tcl_RegExpExecObj(interp, regExpr, local
H A DtclCompCmds.c3941 * way to statically avoid the problems you get from strings-to-be-matched
6340 int done, matched;
6349 matched = 0;
6353 if (matched++) {
6355 * Must have matched twice! Not unique, so no point
6372 if (matched != 1) {
6295 int done, matched; local
/macosx-10.10.1/vim-55/runtime/indent/
H A Ddtd.vim132 " matched.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dplsql.vim208 " This'll catch mis-matched close-parens.
H A Drexx.vim174 " ooRexx directives, ---rgf location important, otherwise directives in top of file not matched!
H A Dsisu.vim53 "Tuned Error: (is error if not already matched)
H A Ddoxygen.vim68 " This helps with sync-ing as for some reason, syncing behaves differently to a normal region, and the start pattern does not get matched.
100 " This helps with sync-ing as for some reason, syncing behaves differently to a normal region, and the start pattern does not get matched.
H A Druby.vim155 " Note: %= is not matched here as the beginning of a double quoted string
H A Dsqr.vim255 " flag !! found after matched ' ' chars
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm487 matched this.
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp164 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
186 OSString ** matched ) const
188 return (IODTCompareNubName(this, name, matched)
189 || IORegistryEntry::compareName(name, matched));
255 // matched
324 // !matched
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dslapi-plugin.h298 void slapi_send_ldap_result( Slapi_PBlock *pb, int err, char *matched,
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dwid-edit.el3363 matched)
3364 (while (and alternatives (not matched))
3370 (setq matched t))
3372 matched))
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dserver.rb360 <p>No gems matched <%= h query.inspect %></p>
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c2610 int matched = 0; local
2619 matched = 1;
2646 matched = 1;
2653 if (matched)
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp435 // Probe a matched service and return an instance to be started.
874 * Called on a matched service to allocate resources
4929 OSString * matched; local
4957 match = compareNames( obj, changesOK ? &matched : 0 );
4959 if( changesOK && matched) {
4960 // leave a hint as to which name matched
4961 table->setObject( gIONameMatchedKey, matched );
4962 matched->release();
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c1343 char *matched,
1355 rs->sr_matched = matched;
2872 * -1: no attribute matched requested type
2873 * 0: one attribute matched
1340 slapi_send_ldap_result( Slapi_PBlock *pb, int err, char *matched, char *text, int nentries, struct berval **urls ) argument
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dedebug.el1731 (catch 'matched
1734 (throw 'matched
1756 ;; This means something matched, so it is a no match.
1758 ;; This means nothing matched, so it is OK.
1791 ;; If it matched, really clear the dotted-spec flag.
1853 ;; Since it matched, failure means immediate error, unless &optional.
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-index.el1965 (or (catch 'matched
1968 (throw 'matched t)))
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexpect.c101 int transfer; /* if false, leave matched chars in input stream */
696 struct ecase *e; /* ecase that matched */
697 ExpState *esPtr; /* ExpState that matched */
698 Tcl_UniChar* matchbuf; /* Buffer that matched, */
699 int matchlen; /* and #chars that matched, or
897 * matched string.
913 int match; /* # of chars that matched */
2230 int match = -1; /* characters matched */
2334 /* matched for later extraction */
2362 /* "!e" means no case matched
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim2046 if kwline == 1 " lpat matched
2048 elseif kwline == 2 " cpat matched
2050 endif " If neither matched, keep default set above.
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm364 ## Save the most recently matched prompt.
1153 ## Save the most recently matched command prompt.
3755 The characters that matched the prompt may be retrieved using
4916 In a list context the characters before the match and the matched
4918 context, the matched characters and all characters before it are

Completed in 300 milliseconds

12345678