Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tnftp/src/
H A Dftp_var.h340 # define STRTOLL(x,y,z) strtol(x,y,z) macro
342 # define STRTOLL(x,y,z) strtoll(x,y,z) macro