Searched refs:dstName (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h114 extern void CopyCatalogName( const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPLus);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c335 CopyCatalogName(const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPlus) argument
341 if ( dstName != NULL )
342 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
356 BlockMoveData(srcName, dstName, length);
358 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
/macosx-10.10/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp76 void extract(const char *srcName, const char *dstName);
326 void extract(const char *srcName, const char *dstName) argument
336 Db dstDb(cspdl, dstName);
341 notice("creating %s", dstName);
373 notice("%s can now be unlocked with a key in %s", srcName, dstName);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dvtzone.cpp1911 UnicodeString dstName; local
1972 && name.compare(dstName) == 0
1986 writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime,
1989 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset,
1999 dstName = name;
2088 writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime,
2091 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset,
2104 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset,
2108 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset,
H A Dolsontz.cpp713 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)"); local
720 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
782 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSUtils.c639 CopyCatalogName(const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPLus) argument
645 if ( dstName != NULL )
646 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
656 CopyMemory(srcName, dstName, length);
658 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
H A DScavenger.h1358 extern void CopyCatalogName( const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPLus);
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dclock.tcl3661 # dstName - Name of the time zone when DST is in effect, or the
3787 x(dstName) x(dstSignum) x(dstHours) x(dstMinutes) x(dstSeconds) \
3861 set dstName [dict get $z dstName]
3862 if { $dstName eq {} } {
3865 if { [string index $dstName 0] eq {<} } {
3866 set dstName [string range $dstName 1 end-1]
3952 [list $startTime $dstOffset 1 $dstName] \
3957 [list $startTime $dstOffset 1 $dstName]
[all...]
/macosx-10.10/bzip2-36/bzip2/
H A Dbzip2.c1054 void applySavedTimeInfoToOutputFile ( Char *dstName )
1063 retVal = utime ( dstName, &uTimBuf );
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtzrulets.cpp2625 UnicodeString dstName("Ekaterinburg Daylight Time");
2635 atzRule = new AnnualTimeZoneRule(dstName, 18000000, 3600000, dtRule, 2000, 2010);
2643 atzRule = new AnnualTimeZoneRule(dstName, 21600000, 0, dtRule, 2011, AnnualTimeZoneRule::MAX_YEAR);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/GL/
H A Dglext.h8665 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
8667 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
12520 GLAPI void APIENTRY glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
12522 typedef void (APIENTRYP PFNGLCOPYIMAGESUBDATANVPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);

Completed in 467 milliseconds