Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dracoonctl.c195 int long_format = 0; variable
281 long_format++;
1129 switch (long_format) {
1150 if (long_format >= 2) {
1152 switch (long_format) {
1168 switch (long_format) {
1183 if (long_format >= 1) {
1201 if (long_format >= 1)
1238 printf("%s\n", long_format ? long_h1 : short_h1);
1245 printf("%s ", long_format ?
[all …]
/external/webrtc/webrtc/base/
Dopensslidentity.cc380 bool long_format; in CertificateExpirationTime() local
383 long_format = false; in CertificateExpirationTime()
385 long_format = true; in CertificateExpirationTime()
390 return ASN1TimeToSec(expire_time->data, expire_time->length, long_format); in CertificateExpirationTime()
Dsslidentity_unittest.cc314 bool long_format; in TestASN1TimeToSec() member
374 int64_t res = rtc::ASN1TimeToSec(buf, length, entry.long_format); in TestASN1TimeToSec()
383 int64_t res = rtc::ASN1TimeToSec(buf, length - 1, entry.long_format); in TestASN1TimeToSec()
Dsslidentity.cc193 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format) { in ASN1TimeToSec() argument
211 if (long_format) { in ASN1TimeToSec()
Dsslidentity.h228 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format);
/external/libdrm/tests/
Ddristat.c202 printf(prev.data[j].long_format, prev.data[j].long_name); in getstats()
/external/libdrm/
Dxf86drm.c2348 stats->data[i].long_format = "%-20.20s"; \ in drmGetStats()
2354 stats->data[i].long_format = "%-20.20s"; \ in drmGetStats()
2362 stats->data[i].long_format = "%-20.20s"; \ in drmGetStats()
Dxf86drm.h146 const char *long_format; /**< Suggested format for long_name */ member