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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dmswindows.h91 /* str_to_wgint is a function with the semantics of strtol[l], but
94 # define str_to_wgint strtoll macro
96 # define str_to_wgint _strtoi64 macro
98 # define str_to_wgint strtoll macro
H A Dwget.h169 # define str_to_wgint strtol macro
171 # define str_to_wgint strtoll macro
178 # define str_to_wgint strtoll macro
H A Dftp-ls.c214 /* Parse the previous token with str_to_wgint. */
222 size = str_to_wgint (ptok, NULL, 10);
527 size = str_to_wgint (tok, NULL, 10);
H A Dftp-basic.c1160 *size = str_to_wgint (respline + 4, NULL, 10);
H A Dftp.c95 res = str_to_wgint (s, (char **) &s, 10);
H A Dhttp.c1859 parsed = str_to_wgint (hdrval, NULL, 10);

Completed in 123 milliseconds