Searched refs:src_string (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_asn_test.c19 ASN1_OCTET_STRING *src_string; member in struct:test_fixture
36 ASN1_OCTET_STRING_free(fixture->src_string);
37 if (fixture->tgt_string != fixture->src_string)
84 fixture->src_string)))
88 fixture->src_string));
97 || !TEST_ptr(fixture->src_string = ASN1_OCTET_STRING_new())
98 || !TEST_true(ASN1_OCTET_STRING_set(fixture->src_string, rand_data,
111 if (!TEST_ptr(fixture->src_string = ASN1_OCTET_STRING_new())
112 || !(fixture->tgt_string = fixture->src_string)
113 || !TEST_true(ASN1_OCTET_STRING_set(fixture->src_string, rand_dat
[all...]
/netbsd-current/external/bsd/file/dist/src/
H A Dvasprintf.c140 const char * src_string; /* current position into input string */ member in struct:__anon18
185 len = strcspn(s->src_string, "%"); /* reaches the next '%' or end of input string */
192 memcpy(s->dest_string, s->src_string, len);
193 s->src_string += len;
308 #define SRCTXT (s->src_string)
571 if (s->src_string == NULL)
572 s->src_string = "(null)";
586 if (*(s->src_string) == 0) {
608 while(*(s->src_string) != 0) { /* up to end of source string */
631 s.src_string
[all...]

Completed in 180 milliseconds