Searched refs:tailstr (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_lib.c | 738 static const char tailstr[] = "-----\n"; variable 741 #define TAILLEN ((int)(sizeof(tailstr) - 1)) 774 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0); in get_name() 874 strncmp(p + namelen, tailstr, TAILLEN) != 0) { in get_header_and_data()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_lib.c | 738 static const char tailstr[] = "-----\n"; variable 741 #define TAILLEN ((int)(sizeof(tailstr) - 1)) 774 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0); in get_name() 874 strncmp(p + namelen, tailstr, TAILLEN) != 0) { in get_header_and_data()
|
/third_party/python/Lib/test/ |
H A D | datetimetester.py | 4829 tailstr = timestr + ofsstr 4831 self.assertEqual(iso, datestr + 'T' + tailstr) 4833 self.assertEqual(d.isoformat('k'), datestr + 'k' + tailstr) 4834 self.assertEqual(d.isoformat('\u1234'), datestr + '\u1234' + tailstr) 4835 self.assertEqual(str(d), datestr + ' ' + tailstr)
|
Completed in 13 milliseconds