Home
last modified time | relevance | path

Searched refs:tailstr (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c738 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 Dpem_lib.c738 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 Ddatetimetester.py4829 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 20 milliseconds