Home
last modified time | relevance | path

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

/openssl-master/crypto/property/
A Dproperty_parse.c162 static int parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, in parse_string() argument
170 while (*s != '\0' && *s != delim) { in parse_string()
179 "HERE-->%c%s", delim, *t); in parse_string()
/openssl-master/crypto/x509/
A Dv3_addr.c908 int prefixlen, i1, i2, delim, length; in v2i_IPAddrBlocks() local
976 delim = s[i2++]; in v2i_IPAddrBlocks()
985 switch (delim) { in v2i_IPAddrBlocks()
/openssl-master/apps/
A Dspeed.c3382 static char *sstrsep(char **string, const char *delim) in sstrsep() argument
3393 while (*delim) { in sstrsep()
3394 isdelim[(unsigned char)(*delim)] = 1; in sstrsep()
3395 delim++; in sstrsep()

Completed in 15 milliseconds