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

/freebsd-10-stable/contrib/tnftp/src/
H A Dftp_var.h335 # define STRTOLL(x,y,z) strtol(x,y,z) macro
337 # define STRTOLL(x,y,z) strtoll(x,y,z) macro
H A Dfetch.c887 filesize = STRTOLL(cp, &ep, 10);
900 rangestart = STRTOLL(cp, &ep, 10);
904 rangeend = STRTOLL(cp, &ep, 10);
915 entitylen = STRTOLL(cp, &ep, 10);
H A Dutil.c679 size = STRTOLL(cp, &ep, 10);
H A Dcmds.c2389 rp = STRTOLL(argv[1], &ep, 10);

Completed in 184 milliseconds