Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/ftp/
H A Dftp_var.h336 # define STRTOLL( global() macro
338 # define STRTOLL( global() macro
/netbsd-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