Home
last modified time | relevance | path

Searched defs:dstName (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d116 @property string dstName() @safe const scope nothrow in name() function
510 this(string name, string stdName, string dstName) @safe immutable pure in this()
668 @property override string dstName() @trusted const scope nothrow in immutable() function
2361 string dstName; variable
2720 string dstName, in this()
3010 auto dstName = dstVal.value_SZ; in version() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d83 @property string dstName() @safe const nothrow in dstName() function
468 this(string name, string stdName, string dstName) @safe immutable pure in this()
628 @property override string dstName() @trusted const nothrow in immutable() function
2235 string dstName; variable
2581 string dstName, in this()
2873 auto dstName = dstVal.value_SZ; in version() local
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip2.c1055 void applySavedTimeInfoToOutputFile ( Char *dstName ) in applySavedTimeInfoToOutputFile()