Lines Matching defs:sstrsep
3391 static char *sstrsep(char **string, const char *delim)
3481 alg = atoi(sstrsep(&p, sep));
3482 sstrsep(&p, sep);
3484 results[alg][j] += atof(sstrsep(&p, sep));
3490 k = atoi(sstrsep(&p, sep));
3491 sstrsep(&p, sep);
3493 d = atof(sstrsep(&p, sep));
3496 d = atof(sstrsep(&p, sep));
3503 k = atoi(sstrsep(&p, sep));
3504 sstrsep(&p, sep);
3506 d = atof(sstrsep(&p, sep));
3509 d = atof(sstrsep(&p, sep));
3516 k = atoi(sstrsep(&p, sep));
3517 sstrsep(&p, sep);
3519 d = atof(sstrsep(&p, sep));
3522 d = atof(sstrsep(&p, sep));
3529 k = atoi(sstrsep(&p, sep));
3530 sstrsep(&p, sep);
3532 d = atof(sstrsep(&p, sep));
3539 k = atoi(sstrsep(&p, sep));
3540 sstrsep(&p, sep);
3541 sstrsep(&p, sep);
3543 d = atof(sstrsep(&p, sep));
3546 d = atof(sstrsep(&p, sep));
3554 k = atoi(sstrsep(&p, sep));
3555 sstrsep(&p, sep);
3556 sstrsep(&p, sep);
3558 d = atof(sstrsep(&p, sep));
3561 d = atof(sstrsep(&p, sep));
3570 k = atoi(sstrsep(&p, sep));
3571 sstrsep(&p, sep);
3573 d = atof(sstrsep(&p, sep));