Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/ftp/
H A Dftp_var.h346 # define STRTOLL(x,y,z) strtol(x,y,z)
348 # define STRTOLL(x,y,z) strtoll(x,y,z)
336 # define STRTOLL( global() macro
338 # define STRTOLL( global() macro
H A Dfetch.c1033 pi->rangestart = STRTOLL(*cp, &ep, 10); in parse_posinfo()
1037 pi->rangeend = STRTOLL(*cp, &ep, 10); in parse_posinfo()
1048 pi->entitylen = STRTOLL(*cp, &ep, 10); in parse_posinfo()
1159 filesize = STRTOLL(cp, &ep, 10); in negotiate_connection()
H A Dutil.c673 size = STRTOLL(cp, &ep, 10); in remotesize()
H A Dcmds.c2406 rp = STRTOLL(argv[1], &ep, 10); in restart()
/netbsd-src/libexec/ftpd/
H A Dextern.h99 # define STRTOLL(x,y,z) strtol(x,y,z) macro
109 # define STRTOLL(x,y,z) strtoll(x,y,z) macro
H A Dftpcmd.y1638 yylval.u.ll = STRTOLL(cp, NULL, 10);