Home
last modified time | relevance | path

Searched refs:long_format (Results 1 – 9 of 9) 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/fonttools/Lib/fontTools/ttLib/tables/
DG__l_o_c.py55 long_format = max(locations) >= 65536
56 self.locations = array.array('I' if long_format else 'H', locations)
/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/python/cpython2/Objects/stringlib/
Dformatter.h1410 #define long_format _PyLong_Format macro
1413 long_format(PyObject* value, int base) in long_format() function
1429 long_format); in FORMAT_LONG()
/external/libdrm/
Dxf86drm.h146 const char *long_format; /**< Suggested format for long_name */ member
Dxf86drm.c2403 stats->data[i].long_format = "%-20.20s"; \ in drmGetStats()
2409 stats->data[i].long_format = "%-20.20s"; \ in drmGetStats()
2417 stats->data[i].long_format = "%-20.20s"; \ in drmGetStats()