HomeSort by relevance Sort by last modified time
    Searched refs:str2num (Results 1 - 6 of 6) sorted by null

  /external/curl/docs/libcurl/
symbols.pl 47 sub str2num { subroutine
85 my $inum = str2num($intr);
91 my $irm = str2num($rm);
  /external/curl/src/
tool_paramhlp.h 34 ParameterError str2num(long *val, const char *str);
tool_paramhlp.c 158 ParameterError str2num(long *val, const char *str) function
182 ParameterError result = str2num(val, str);
tool_getparam.c 662 err = str2num(&config->maxredirs, nextarg);
    [all...]
  /external/ipsec-tools/src/racoon/
backupsa.c 87 static int str2num __P((char *, int));
383 tm->tm_mday = str2num(p, len);
392 tm->tm_hour = str2num(p, len);
401 tm->tm_min = str2num(p, len);
410 tm->tm_sec = str2num(p, len);
419 tm->tm_year = str2num(p, len);
429 str2num(p, len) function
  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 286 fs = str2num(result(str_idx(end) + 13:str_idx(end) + 17));

Completed in 227 milliseconds