Searched defs:STRTOLL (Results 1 – 2 of 2) sorted by relevance
/minix3/usr.bin/ftp/ |
H A D | ftp_var.h | 334 # 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 D | extern.h | 99 # define STRTOLL(x,y,z) strtol(x,y,z) macro 109 # define STRTOLL(x,y,z) strtoll(x,y,z) macro
|