Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dftp_var.h337 # define STRTOLL(x,y,z) strtol(x,y,z) macro
339 # define STRTOLL(x,y,z) strtoll(x,y,z) macro