Home
last modified time | relevance | path

Searched refs:STRTOLL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tnftp/src/
H A Dftp_var.h337 # define STRTOLL(x,y,z) strtol(x,y,z) macro
339 # define STRTOLL(x,y,z) strtoll(x,y,z) macro
H A Dfetch.c887 filesize = STRTOLL(cp, &ep, 10); in fetch_url()
900 rangestart = STRTOLL(cp, &ep, 10); in fetch_url()
904 rangeend = STRTOLL(cp, &ep, 10); in fetch_url()
915 entitylen = STRTOLL(cp, &ep, 10); in fetch_url()
H A Dutil.c679 size = STRTOLL(cp, &ep, 10); in remotesize()
H A Dcmds.c2388 rp = STRTOLL(argv[1], &ep, 10); in restart()