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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dextern.h106 # define STRTOLL(x,y,z) strtol(x,y,z) macro
116 # define STRTOLL(x,y,z) strtoll(x,y,z) macro
H A Dftpcmd.y1636 yylval.u.ll = STRTOLL(cp, (char **)NULL, 10);
/freebsd-9.3-release/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 104 milliseconds