Searched refs:sstrsep (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | speed.c | 3633 static char *sstrsep(char **string, const char *delim) in sstrsep() function 3723 alg = atoi(sstrsep(&p, sep)); in do_multi() 3724 sstrsep(&p, sep); in do_multi() 3726 results[alg][j] += atof(sstrsep(&p, sep)); in do_multi() 3732 k = atoi(sstrsep(&p, sep)); in do_multi() 3733 sstrsep(&p, sep); in do_multi() 3735 d = atof(sstrsep(&p, sep)); in do_multi() 3738 d = atof(sstrsep(&p, sep)); in do_multi() 3745 k = atoi(sstrsep(&p, sep)); in do_multi() 3746 sstrsep(&p, sep); in do_multi() [all …]
|