Home
last modified time | relevance | path

Searched refs:tempStr (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp948 TCHAR tempStr[MAX_DURATION_STR+1]; in AddDisplayItem() local
971 _snprintf(tempStr, MAX_DURATION_STR, "%s %s", localTimeStr, durationStr); in AddDisplayItem()
972 tempStr[MAX_DURATION_STR] = 0; in AddDisplayItem()
973 list.SetItemText(iItem, iSubItem++, tempStr); in AddDisplayItem()
988 _snprintf(tempStr, MAX_DURATION_STR, "%s %s", localTimeStr, durationStr); in AddDisplayItem()
989 tempStr[MAX_DURATION_STR] = 0; in AddDisplayItem()
990 list.SetItemText(iItem, iSubItem++, tempStr); in AddDisplayItem()