HomeSort by: relevance | last modified time | path
    Searched refs:strip_spaces (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/testutil/
stanza.c 67 static char *strip_spaces(char *p) function
114 if (!TEST_ptr(key = strip_spaces(buff))) {
118 if ((value = strip_spaces(equals)) == NULL)
  /src/crypto/external/bsd/openssl/dist/test/testutil/
stanza.c 68 static char *strip_spaces(char *p) function
114 if (!TEST_ptr(key = strip_spaces(s->buff))) {
118 if ((value = strip_spaces(equals)) == NULL)
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
stanza.c 68 static char *strip_spaces(char *p) function
114 if (!TEST_ptr(key = strip_spaces(s->buff))) {
118 if ((value = strip_spaces(equals)) == NULL)
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 25 static char *strip_spaces(char *name);
338 ntmp = strip_spaces(q);
346 ntmp = strip_spaces(q);
362 vtmp = strip_spaces(q);
377 vtmp = strip_spaces(q);
386 ntmp = strip_spaces(q);
405 static char *strip_spaces(char *name) function
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 25 static char *strip_spaces(char *name);
338 ntmp = strip_spaces(q);
346 ntmp = strip_spaces(q);
362 vtmp = strip_spaces(q);
378 vtmp = strip_spaces(q);
387 ntmp = strip_spaces(q);
407 static char *strip_spaces(char *name) function
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 24 static char *strip_spaces(char *name);
337 ntmp = strip_spaces(q);
346 ntmp = strip_spaces(q);
361 vtmp = strip_spaces(q);
376 vtmp = strip_spaces(q);
384 ntmp = strip_spaces(q);
402 static char *strip_spaces(char *name) function

Completed in 31 milliseconds