Searched refs:STRTOLL (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/usr.bin/ftp/ |
| H A D | ftp_var.h | 346 # 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 D | fetch.c | 1033 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 D | util.c | 673 size = STRTOLL(cp, &ep, 10); in remotesize()
|
| H A D | cmds.c | 2406 rp = STRTOLL(argv[1], &ep, 10); in restart()
|
| /netbsd-src/libexec/ftpd/ |
| H A D | extern.h | 99 # define STRTOLL(x,y,z) strtol(x,y,z) macro 109 # define STRTOLL(x,y,z) strtoll(x,y,z) macro
|
| H A D | ftpcmd.y | 1638 yylval.u.ll = STRTOLL(cp, NULL, 10);
|