Home
last modified time | relevance | path

Searched refs:strip_spaces (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dstanza.c68 static char *strip_spaces(char *p) in strip_spaces() function
114 if (!TEST_ptr(key = strip_spaces(s->buff))) { in test_readstanza()
118 if ((value = strip_spaces(equals)) == NULL) in test_readstanza()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dstanza.c68 static char *strip_spaces(char *p) in strip_spaces() function
114 if (!TEST_ptr(key = strip_spaces(s->buff))) { in test_readstanza()
118 if ((value = strip_spaces(equals)) == NULL) in test_readstanza()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c24 static char *strip_spaces(char *name);
337 ntmp = strip_spaces(q); in STACK_OF()
346 ntmp = strip_spaces(q); in STACK_OF()
361 vtmp = strip_spaces(q); in STACK_OF()
376 vtmp = strip_spaces(q); in STACK_OF()
384 ntmp = strip_spaces(q); in STACK_OF()
402 static char *strip_spaces(char *name) in strip_spaces() function