Searched refs:myName (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DPyObjCLauncher.py53 myName = bndl.infoDictionary()[u'CFBundleName']
59 FILE_TYPE_BINDING_MESSAGE % myName,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DPyObjCLauncher.py53 myName = bndl.infoDictionary()[u'CFBundleName']
59 FILE_TYPE_BINDING_MESSAGE % myName,
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIMessagedInterruptController.cpp375 const OSSymbol * myName; local
382 myName = copyName();
390 if (!myName || !controllers || !specs)
396 if (controller->isEqualTo(myName))
403 myName->release();
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDOpen.c402 CFDataRef myName; /* serialized name */ local
411 if (!_SCSerializeString(storePrivate->name, &myName, (void **)&myNameRef, &myNameLen)) {
418 CFRelease(myName);
477 CFRelease(myName);
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A DAppendMatchGroup.vim19 let s:myName=expand("<sfile>:t")
23 echomsg s:myName.": matchit.vim not loaded -- finishing without loading"
/macosx-10.9.5/CF-855.17/
H A DCFPlatform.c236 char myName[CFMaxHostNameSize]; local
239 if (0 != gethostname(myName, CFMaxHostNameSize)) myName[0] = '\0';
240 return CFStringCreateWithCString(kCFAllocatorSystemDefault, myName, kCFPlatformInterfaceStringEncoding);
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLibPrivate.c956 CFStringRef myName,
990 // * vet argument 'myName'
991 if (!myName || (kMaxNameLength < CFStringGetLength(myName))) {
995 CFStringGetCString( myName, arg_name_str,
955 IOPMConnectionCreate( CFStringRef myName, IOPMCapabilityBits interests, IOPMConnection *newConnection) argument
H A DIOPMLibPrivate.h1972 * @param myName Caller should provide a CFStringRef describing its identity,
1984 CFStringRef myName,
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSRepair.c5572 CatalogName myName; local
5587 myName.ustr.length = nameLen;
5588 for ( i = 0; i < myName.ustr.length; i++ )
5589 myName.ustr.unicode[ i ] = (u_int16_t) myString[ i ];
5593 myName.pstr[0] = nameLen;
5594 memcpy( &myName.pstr[1], &myString[0], nameLen );
5598 BuildCatalogKey( theParID, &myName, isHFSPlus, &myKey );
5923 CatalogName myName; local
5933 myName.ustr.length = nameLen;
5934 for ( i = 0; i < myName
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclVar.c3526 * The variable given by myName is linked to the variable in framePtr
3527 * given by otherP1 and otherP2, so that references to myName are
3546 * indicates scope of myName. */
3618 * The variable given by myName is linked to the variable in framePtr
3619 * given by otherP1 and otherP2, so that references to myName are
3630 const char *myName, /* Name of variable which will refer to
3633 * indicates scope of myName. */
3640 if (myName) {
3641 myNamePtr = Tcl_NewStringObj(myName, -1);
3661 * indicates scope of myName
3596 TclPtrMakeUpvar( Tcl_Interp *interp, Var *otherPtr, const char *myName, int myFlags, int index) argument
3637 const char *errMsg, *p, *myName; local
[all...]
H A DtclIntDecls.h983 CONST char *myName, int myFlags, int index);
1273 int (*tclPtrMakeUpvar) (Tcl_Interp *interp, Var *otherP1Ptr, CONST char *myName, int myFlags, int index); /* 229 */
H A DtclNamesp.c4503 char *myName;
4537 myName = TclGetString(objv[1]);
4538 if (TclPtrMakeUpvar(interp, otherPtr, myName, 0, -1) != TCL_OK) {
4453 char *myName; local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c136 char myName[UCNV_MAX_CONVERTER_NAME_LENGTH]; local
143 myNameLen = ucnv_copyPlatformString(myName, platform);
144 T_CString_integerToString(myName + myNameLen, codepage, 10);
146 return ucnv_createConverter(NULL, myName, err);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclVar.c59 CONST char *myName, int myFlags, int index));
3576 * The variable given by myName is linked to the variable in framePtr
3577 * given by otherP1 and otherP2, so that references to myName are
3584 ObjMakeUpvar(interp, framePtr, otherP1Ptr, otherP2, otherFlags, myName, myFlags, index)
3593 CONST char *myName; /* Name of variable which will refer to
3596 * indicates scope of myName. */
3642 || (strstr(myName, "::") != NULL))) {
3644 myName, "\": upvar won't create namespace variable that ",
3658 varPtr = TclLookupSimpleVar(interp, myName, (myFlags | LOOKUP_FOR_UPVAR),
3661 VarErrMsg(interp, myName, NUL
[all...]

Completed in 367 milliseconds