Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dv3_utl.c68 static char *strip_spaces(char *name);
269 ntmp = strip_spaces(q); in STACK_OF()
277 ntmp = strip_spaces(q); in STACK_OF()
294 vtmp = strip_spaces(q); in STACK_OF()
311 vtmp = strip_spaces(q); in STACK_OF()
321 ntmp = strip_spaces(q); in STACK_OF()
342 static char *strip_spaces(char *name) in strip_spaces() function