Home
last modified time | relevance | path

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

/openssl/crypto/property/
H 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/crypto/x509/
H A Dv3_addr.c935 int prefixlen, i1, i2, delim, length; in v2i_IPAddrBlocks() local
1003 delim = s[i2++]; in v2i_IPAddrBlocks()
1012 switch (delim) { in v2i_IPAddrBlocks()
/openssl/apps/
H A Dspeed.c3404 static char *sstrsep(char **string, const char *delim) in sstrsep() argument
3415 while (*delim) { in sstrsep()
3416 isdelim[(unsigned char)(*delim)] = 1; in sstrsep()
3417 delim++; in sstrsep()

Completed in 70 milliseconds