Searched refs:STRTOLL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tnftp/src/ |
H A D | ftp_var.h | 337 # define STRTOLL(x,y,z) strtol(x,y,z) macro 339 # define STRTOLL(x,y,z) strtoll(x,y,z) macro
|
H A D | fetch.c | 887 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 D | util.c | 679 size = STRTOLL(cp, &ep, 10); in remotesize()
|
H A D | cmds.c | 2388 rp = STRTOLL(argv[1], &ep, 10); in restart()
|