Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_utl.c78 static char *strip_spaces(char *name);
350 ntmp = strip_spaces(q); in STACK_OF()
358 ntmp = strip_spaces(q); in STACK_OF()
375 vtmp = strip_spaces(q); in STACK_OF()
392 vtmp = strip_spaces(q); in STACK_OF()
402 ntmp = strip_spaces(q); in STACK_OF()
423 static char *strip_spaces(char *name) in strip_spaces() function
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Drules.c257 strip_spaces(struct sval v) in strip_spaces() function
283 val.sval = strip_spaces(val.sval); in split_comma_separated_mlvo()