Searched +refs:Info +refs:mode (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dexpander.tcl45 variable Info
76 variable Info
132 variable Info
183 # key A key into the Info array, excluding the
190 # Gets the value of an entry from Info for This.
193 variable Info
196 return $Info($This-$key)
204 # key A key into the Info array, excluding the
213 # Sets the value of an entry in Info for This.
216 variable Info
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Utils.cpp229 CSSM_ENCRYPT_MODE mode; // CSSM_ALGMODE_CBCPadIV8, etc. member in struct:__anon3808
399 CSSM_ENCRYPT_MODE &mode, // CSSM_ALGMODE_CBCPadIV8, etc.
413 mode = info->mode;
455 * When password integrity mode is used to secure a PFX PDU,
573 predicate.Attribute.Info.AttributeNameFormat =
575 predicate.Attribute.Info.Label.AttributeName =
577 predicate.Attribute.Info.AttributeFormat =
590 attr[0].Info.AttributeNameFormat = CSSM_DB_ATTRIBUTE_NAME_AS_STRING;
591 attr[0].Info
391 pkcsOidToParams( const CSSM_OID *oid, CSSM_ALGORITHMS &keyAlg, CSSM_ALGORITHMS &encrAlg, CSSM_ALGORITHMS &pbeHashAlg, uint32 &keySizeInBits, uint32 &blockSizeInBytes, CSSM_PADDING &padding, CSSM_ENCRYPT_MODE &mode, PKCS_Which &pkcs) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmuscle++.cpp145 template <class Info, class Item, MSC_RV (*list)(MSCTokenConnection *, MSCUChar8, Info *)>
148 Info info;
238 printf("Key %d type %d size %d mode=0x%x dir=0x%x ACL %s\n",
239 keyNum, keyType, keySize, mode(), operations(), acl().form('u').c_str());
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Utils.cpp229 CSSM_ENCRYPT_MODE mode; // CSSM_ALGMODE_CBCPadIV8, etc. member in struct:__anon4825
399 CSSM_ENCRYPT_MODE &mode, // CSSM_ALGMODE_CBCPadIV8, etc.
413 mode = info->mode;
455 * When password integrity mode is used to secure a PFX PDU,
573 predicate.Attribute.Info.AttributeNameFormat =
575 predicate.Attribute.Info.Label.AttributeName =
577 predicate.Attribute.Info.AttributeFormat =
590 attr[0].Info.AttributeNameFormat = CSSM_DB_ATTRIBUTE_NAME_AS_STRING;
591 attr[0].Info
391 pkcsOidToParams( const CSSM_OID *oid, CSSM_ALGORITHMS &keyAlg, CSSM_ALGORITHMS &encrAlg, CSSM_ALGORITHMS &pbeHashAlg, uint32 &keySizeInBits, uint32 &blockSizeInBytes, CSSM_PADDING &padding, CSSM_ENCRYPT_MODE &mode, PKCS_Which &pkcs) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmuscle++.cpp145 template <class Info, class Item, MSC_RV (*list)(MSCTokenConnection *, MSCUChar8, Info *)>
148 Info info;
238 printf("Key %d type %d size %d mode=0x%x dir=0x%x ACL %s\n",
239 keyNum, keyType, keySize, mode(), operations(), acl().form('u').c_str());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DPathV2.inc473 BY_HANDLE_FILE_INFORMATION Info;
474 if (!::GetFileInformationByHandle(h, &Info))
476 result.FileIndexHigh = Info.nFileIndexHigh;
477 result.FileIndexLow = Info.nFileIndexLow;
478 result.FileSizeHigh = Info.nFileSizeHigh;
479 result.FileSizeLow = Info.nFileSizeLow;
480 result.LastWriteTimeHigh = Info.ftLastWriteTime.dwHighDateTime;
481 result.LastWriteTimeLow = Info.ftLastWriteTime.dwLowDateTime;
482 result.VolumeSerialNumber = Info.dwVolumeSerialNumber;
537 // FIXME: mode shoul
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DKeychains.h69 void getAttributeInfoForRecordType(CSSM_DB_RECORDTYPE recordType, SecKeychainAttributeInfo **Info) const;
195 void getAttributeInfoForItemID(CSSM_DB_RECORDTYPE itemID, SecKeychainAttributeInfo **Info);
196 static void freeAttributeInfo(SecKeychainAttributeInfo *Info);
204 void setBatchMode(Boolean mode, Boolean rollBack);
H A DKeychains.cpp230 KeychainSchemaImpl::getAttributeInfoForRecordType(CSSM_DB_RECORDTYPE recordType, SecKeychainAttributeInfo **Info) const
258 *Info=theList;
1125 SecKeychainAttributeInfo **Info)
1131 keychainSchema()->getAttributeInfoForRecordType(itemID, Info);
1140 keychainSchema()->getAttributeInfoForRecordType(itemID, Info);
1148 KeychainImpl::freeAttributeInfo(SecKeychainAttributeInfo *Info) argument
1150 free(Info->tag);
1151 free(Info->format);
1152 free(Info);
1195 KeychainImpl::setBatchMode(Boolean mode, Boolea argument
1124 getAttributeInfoForItemID(CSSM_DB_RECORDTYPE itemID, SecKeychainAttributeInfo **Info) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DKeychains.h69 void getAttributeInfoForRecordType(CSSM_DB_RECORDTYPE recordType, SecKeychainAttributeInfo **Info) const;
195 void getAttributeInfoForItemID(CSSM_DB_RECORDTYPE itemID, SecKeychainAttributeInfo **Info);
196 static void freeAttributeInfo(SecKeychainAttributeInfo *Info);
204 void setBatchMode(Boolean mode, Boolean rollBack);
H A DKeychains.cpp230 KeychainSchemaImpl::getAttributeInfoForRecordType(CSSM_DB_RECORDTYPE recordType, SecKeychainAttributeInfo **Info) const
258 *Info=theList;
1125 SecKeychainAttributeInfo **Info)
1131 keychainSchema()->getAttributeInfoForRecordType(itemID, Info);
1140 keychainSchema()->getAttributeInfoForRecordType(itemID, Info);
1148 KeychainImpl::freeAttributeInfo(SecKeychainAttributeInfo *Info) argument
1150 free(Info->tag);
1151 free(Info->format);
1152 free(Info);
1195 KeychainImpl::setBatchMode(Boolean mode, Boolea argument
1124 getAttributeInfoForItemID(CSSM_DB_RECORDTYPE itemID, SecKeychainAttributeInfo **Info) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DKeychains.h69 void getAttributeInfoForRecordType(CSSM_DB_RECORDTYPE recordType, SecKeychainAttributeInfo **Info) const;
195 void getAttributeInfoForItemID(CSSM_DB_RECORDTYPE itemID, SecKeychainAttributeInfo **Info);
196 static void freeAttributeInfo(SecKeychainAttributeInfo *Info);
204 void setBatchMode(Boolean mode, Boolean rollBack);
H A DKeychains.cpp230 KeychainSchemaImpl::getAttributeInfoForRecordType(CSSM_DB_RECORDTYPE recordType, SecKeychainAttributeInfo **Info) const
258 *Info=theList;
1125 SecKeychainAttributeInfo **Info)
1131 keychainSchema()->getAttributeInfoForRecordType(itemID, Info);
1140 keychainSchema()->getAttributeInfoForRecordType(itemID, Info);
1148 KeychainImpl::freeAttributeInfo(SecKeychainAttributeInfo *Info) argument
1150 free(Info->tag);
1151 free(Info->format);
1152 free(Info);
1195 KeychainImpl::setBatchMode(Boolean mode, Boolea argument
1124 getAttributeInfoForItemID(CSSM_DB_RECORDTYPE itemID, SecKeychainAttributeInfo **Info) argument
[all...]
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdDb.cpp204 /* autocommit and mode */
210 /* ensure mode 644 */
212 openParams.mode = 0644;
407 predPtr->Attribute.Info = certIDAttr;
416 predPtr->Attribute.Info = uriAttr;
457 attrData.Info = expireInfo;
571 attrData[0].Info = oneAttr;
603 attrData[1].Info = twoAttr;
607 attrData[2].Info = threeAttr;
698 attrData.Info
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSSession.cpp51 * /var/db/mds -- owner = root, mode = 01777, world writable, sticky
52 * system/ -- owner = root, mode = 0755
53 * mdsObject.db -- owner = root, mode = 0644, object DB
54 * mdsDirectory.db -- owner = root, mode = 0644, MDS directory DB
58 * <uid>/ -- owner = <uid>, mode = 0700
59 * mdsObject.db -- owner = <uid>, mode = 000, object DB
60 * mdsDirectory.db -- owner = <uid>, mode = 000, MDS directory DB
64 * it are created by root at MDS_Install time. The ownership and mode of this directory and
413 * Determine if specified directory exists with specified owner and mode.
420 MDS_BadOwnerMode, /* wrong owner or mode */
424 doesDirectExist( const char *dirPath, uid_t forUid, mode_t mode, MdsDirectStatus &directStatus) argument
1249 createSystemDatabase( const char *dbName, const RelationInfo *relationInfo, unsigned numRelations, CSSM_BOOL autoCommit, mode_t mode, CSSM_DB_HANDLE &dbHand) argument
1333 createSystemDatabases( CSSM_BOOL autoCommit, mode_t mode) argument
[all...]
/macosx-10.9.5/vim-53/src/
H A Dos_win32.c134 * console-mode applications in NT 4.0. If you switch keyboard layouts
649 * pressing ctrl-minus in insert mode crashes Vim when built with
1112 * How the cursor is drawn depends on the current mode.
1792 CONSOLE_SCREEN_BUFFER_INFO Info; member in struct:ConsoleBufferStruct
1819 if (!GetConsoleScreenBufferInfo(g_hConOut, &cb->Info))
1832 cb->BufferSize.X != cb->Info.dwSize.X ||
1833 cb->BufferSize.Y != cb->Info.dwSize.Y)
1835 cb->BufferSize.X = cb->Info.dwSize.X;
1836 cb->BufferSize.Y = cb->Info.dwSize.Y;
1856 ReadRegion.Right = cb->Info
4624 mch_open(char *name, int flags, int mode) argument
4654 mch_fopen(char *name, char *mode) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dpl-refcard.tex65 % Which mode to use is controlled by setting \columnsperpage above.
177 %% in case we never use \columnb (two-column mode)
193 % we won't be using math mode much, so redefine some of the characters
231 % If an \halign is entered while in vertical mode, a parskip is never
366 %\key{get mode-specific information}{C-h m}
517 %Valid responses in query-replace mode are
584 %\key{indent current {\bf line} (mode-dependent)}{TAB}
585 %\key{indent {\bf region} (mode-dependent)}{C-M-\\}
586 %\key{indent {\bf sexp} (mode-dependent)}{C-M-q}
747 %\key{add mode
[all...]
H A Drefcard.tex51 % Which mode to use is controlled by setting \columnsperpage above.
173 %% in case we never use \columnb (two-column mode)
189 % we won't be using math mode much, so redefine some of the characters
227 % If an \halign is entered while in vertical mode, a parskip is never
310 \key{get mode-specific information}{C-h m}
397 Valid responses in query-replace mode are
440 \key{indent current {\bf line} (mode-dependent)}{TAB}
441 \key{indent {\bf region} (mode-dependent)}{C-M-\\}
442 \key{indent {\bf sexp} (mode-dependent)}{C-M-q}
535 \key{add mode
575 \\section{Info} section
[all...]
H A Dpt-br-refcard.tex51 % Which mode to use is controlled by setting \columnsperpage above.
179 %% in case we never use \columnb (two-column mode)
195 % we won't be using math mode much, so redefine some of the characters
233 % If an \halign is entered while in vertical mode, a parskip is never
583 \section{Info}
585 \key{entra no leitor de Info}{C-h i}
586 \key{busca fun{\c{c}}{\~a}o ou arquivo no Info}{C-h S}
605 \key{ir para o topo do arquivo Info}{t}
610 \key{executar {\bf tutorial} do Info}{h}
613 \key{{\bf sair} Info}{
[all...]
H A Dcs-refcard.tex48 % Which mode to use is controlled by setting \columnsperpage above.
167 %% in case we never use \columnb (two-column mode)
183 % we won't be using math mode much, so redefine some of the characters
221 % If an \halign is entered while in vertical mode, a parskip is never
570 \section{Info}
572 \key{spustit Info}{C-h i}
573 \key{naj�t zadanou funkci nebo prom�nnou v~Info}{C-h C-i}
596 \key{spustit {\bf tutori�l} k~Info}{h}
599 \key{{\bf ukon�it} Info}{q}
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
55 % Which mode to use is controlled by setting \columnsperpage above.
163 %% in case we never use \columnb (two-column mode)
179 % we won't be using math mode much, so redefine some of the characters
220 % If an \halign is entered while in vertical mode, a parskip is never
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
334 \key{global TODO list in agenda mode}{C-c t$^1$}
344 %\metax{insert a new Org-mode tabl
[all...]
H A Dsk-refcard.tex48 % Which mode to use is controlled by setting \columnsperpage above.
169 %% in case we never use \columnb (two-column mode)
185 % we won't be using math mode much, so redefine some of the characters
223 % If an \halign is entered while in vertical mode, a parskip is never
571 \section{Info}
573 \key{spusti� Info}{C-h i}
574 \key{n�js� zadan� funkciu alebo premenn� v~Info}{C-h C-i}
600 \key{{\bf skon�i�} Info}{q}
H A Dsurvival.tex177 mode line describing the buffer in the window above it,
295 Valid responses in query-replace mode are
398 \key{C-h i} enter Info, the documentation browser
404 Emacs for editing text of a particular sort. The mode line
407 \key{C-h m} get mode-specific information
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddesktop.vim7 " Version Info: desktop.vim 0.9.4-1.2
18 " ini format (eg. .xawtv, .radio, kde rc files) - this is default mode. But
H A Dcterm.vim5 " Version Info: @(#)cterm.vim 1.7 97/12/15 09:23:14
29 syn keyword ctermFunction lsend ltime memlist menu mkdir mode
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A Dconfigure2145 echo "configure: warning: 64bit mode not supported with GCC on $system" 1>&2
2425 echo "configure: warning: 64bit mode not supported with GCC on $system" 1>&2
2551 echo "configure: warning: 64bit mode not supported by gcc" 1>&2
3440 echo "configure: warning: 64bit mode not supported with GCC < 3.2 on $system" 1>&2
3467 echo "configure: warning: 64bit mode not supported with GCC on $system" 1>&2;;
3481 echo "configure: warning: 64bit mode not supported for $arch" 1>&2
5973 TK_SHLIB_LD_EXTRAS="${TK_SHLIB_LD_EXTRAS}"' -sectcreate __TEXT __info_plist Tk-Info.plist'
5974 EXTRA_WISH_LIBS='-sectcreate __TEXT __info_plist Wish-Info.plist'
5976 tk_config_files="${tk_config_files} Tk-Info.plist:../macosx/Tk-Info
[all...]

Completed in 241 milliseconds

123