Searched refs:sstrsep (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | speed.c | 4898 static char *sstrsep(char **string, const char *delim) in sstrsep() function 5005 if (strtoint(sstrsep(&p, sep), 0, ALGOR_NUM, &alg)) { in do_multi() 5006 sstrsep(&p, sep); in do_multi() 5008 results[alg][j] += atof(sstrsep(&p, sep)); in do_multi() 5011 tk = sstrsep(&p, sep); in do_multi() 5013 sstrsep(&p, sep); in do_multi() 5015 d = atof(sstrsep(&p, sep)); in do_multi() 5018 d = atof(sstrsep(&p, sep)); in do_multi() 5021 d = atof(sstrsep(&p, sep)); in do_multi() 5024 d = atof(sstrsep(&p, sep)); in do_multi() [all …]
|