Searched refs:BUILD_DATE (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/tools/scripts/ |
H A D | bldenv | 244 BUILD_DATE=$(LC_ALL=C date +%Y-%b-%d) 246 DEV_CM="\"@(#)SunOS Internal Development: $LOGNAME $BUILD_DATE [$BASEWSDIR]\""
|
H A D | bldenv.sh | 247 BUILD_DATE=$(LC_ALL=C date +%Y-%b-%d) 249 DEV_CM="\"@(#)SunOS Internal Development: $LOGNAME $BUILD_DATE [$BASEWSDIR]\""
|
H A D | nightly.sh | 951 BUILD_DATE=$(LC_ALL=C date +%Y-%b-%d) 953 DEV_CM="\"@(#)SunOS Internal Development: $LOGNAME $BUILD_DATE [$BASEWSDIR]\""
|
H A D | nightly | 949 BUILD_DATE=$(LC_ALL=C date +%Y-%b-%d) 951 DEV_CM="\"@(#)SunOS Internal Development: $LOGNAME $BUILD_DATE [$BASEWSDIR]\""
|
/titanic_51/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 1294 #if defined(BUILD_DATE) in HBA_GetWrapperLibraryAttributes() 1298 matchCount = sscanf(BUILD_DATE, "%u/%u/%u %u:%u:%u", in HBA_GetWrapperLibraryAttributes() 1316 if(strptime(BUILD_DATE, "%Y/%m/%d %T %Z", &(attributes->build_date)) == NULL) { in HBA_GetWrapperLibraryAttributes()
|
/titanic_51/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt.c | 46 #define PPPT_VERSION BUILD_DATE "-1.18dev"
|
/titanic_51/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 1608 #if defined(BUILD_DATE) in HBA_GetWrapperLibraryAttributes() 1611 matchCount = sscanf(BUILD_DATE, "%u/%u/%u %u:%u:%u", in HBA_GetWrapperLibraryAttributes() 1626 if (strptime(BUILD_DATE, in HBA_GetWrapperLibraryAttributes()
|
/titanic_51/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.c | 151 #if defined(BUILD_DATE) in GetBuildTime() 152 if (strptime(BUILD_DATE, "%Y/%m/%d %T %Z", pdatetime) == NULL) { in GetBuildTime()
|
/titanic_51/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 49 #define ISCSIT_VERSION BUILD_DATE "-1.18dev"
|
/titanic_51/usr/src/lib/libima/common/ |
H A D | ima-lib.c | 680 #if defined(BUILD_DATE) in GetBuildTime() 681 if (strptime(BUILD_DATE, "%Y/%m/%d %T %Z", pdatetime) == NULL) { in GetBuildTime()
|