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

/haiku-fatelf/src/bin/network/ftp/
H A Dftp_var.h339 # define STRTOLL(x,y,z) strtol(x,y,z) macro
341 # define STRTOLL(x,y,z) strtoll(x,y,z) macro
H A Dfetch.c868 filesize = STRTOLL(cp, &ep, 10);
883 rangestart = STRTOLL(cp, &ep, 10);
887 rangeend = STRTOLL(cp, &ep, 10);
898 entitylen = STRTOLL(cp, &ep, 10);
H A Dutil.c663 size = STRTOLL(cp, &ep, 10);
H A Dcmds.c2350 rp = STRTOLL(argv[1], &ep, 10);

Completed in 95 milliseconds