Searched refs:sstrsep (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Devp_test.c95 static char *sstrsep(char **string, const char *delim) function
127 { return (unsigned char *)sstrsep(p,sep); }
378 cipher=sstrsep(&p,":");
387 encdec = atoi(sstrsep(&p,"\n"));
399 sstrsep(&p,"*");
400 multiplier=atoi(sstrsep(&p,"*"));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Devp_test.c95 static char *sstrsep(char **string, const char *delim) function
127 { return (unsigned char *)sstrsep(p,sep); }
378 cipher=sstrsep(&p,":");
387 encdec = atoi(sstrsep(&p,"\n"));
399 sstrsep(&p,"*");
400 multiplier=atoi(sstrsep(&p,"*"));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Devp_test.c96 static char *sstrsep(char **string, const char *delim) function
128 { return (unsigned char *)sstrsep(p,sep); }
378 cipher=sstrsep(&p,":");
387 encdec = atoi(sstrsep(&p,"\n"));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_test.c96 static char *sstrsep(char **string, const char *delim) function
128 { return (unsigned char *)sstrsep(p,sep); }
378 cipher=sstrsep(&p,":");
387 encdec = atoi(sstrsep(&p,"\n"));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dspeed.c1794 static char *sstrsep(char **string, const char *delim) function
1881 alg=atoi(sstrsep(&p,sep));
1882 sstrsep(&p,sep);
1884 results[alg][j]+=atof(sstrsep(&p,sep));
1892 k=atoi(sstrsep(&p,sep));
1893 sstrsep(&p,sep);
1895 d=atof(sstrsep(&p,sep));
1901 d=atof(sstrsep(&p,sep));
1913 k=atoi(sstrsep(&p,sep));
1914 sstrsep(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c2627 static char *sstrsep(char **string, const char *delim) function
2713 alg=atoi(sstrsep(&p,sep));
2714 sstrsep(&p,sep);
2716 results[alg][j]+=atof(sstrsep(&p,sep));
2724 k=atoi(sstrsep(&p,sep));
2725 sstrsep(&p,sep);
2727 d=atof(sstrsep(&p,sep));
2733 d=atof(sstrsep(&p,sep));
2745 k=atoi(sstrsep(&p,sep));
2746 sstrsep(
[all...]

Completed in 181 milliseconds