Home
last modified time | relevance | path

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

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