Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty_parse.c193 static int parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, in parse_string() argument
201 while (*s != '\0' && *s != delim) { in parse_string()
210 "HERE-->%c%s", delim, *t); in parse_string()
/openssl/crypto/x509/
H A Dv3_addr.c957 int prefixlen, i1, i2, delim, length; in v2i_IPAddrBlocks() local
1027 delim = s[i2++]; in v2i_IPAddrBlocks()
1036 switch (delim) { in v2i_IPAddrBlocks()
/openssl/apps/
H A Dspeed.c4799 static char *sstrsep(char **string, const char *delim) in sstrsep() argument
4807 while (*delim) { in sstrsep()
4808 isdelim[(unsigned char)(*delim)] = 1; in sstrsep()
4809 delim++; in sstrsep()

Completed in 21 milliseconds