Searched defs:STRTOLL (Results 1 - 2 of 2) sorted by relevance

/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
/src/usr.bin/ftp/
H A Dftp_var.h346 # define STRTOLL(x,y,z) strtol(x,y,z) macro
348 # define STRTOLL(x,y,z) strtoll(x,y,z) macro

Completed in 3 milliseconds