atol 94 Zend/zend_long.h # define ZEND_ATOL(i, s) i = atol((s)) atol 101 Zend/zend_long.h # define ZEND_ATOL(i, s) (i) = atol((s)) atol 1012 ext/ftp/ftp.c return atol(ftp->inbuf); atol 43 ext/mysqlnd/mysqlnd_portability.h #define atoll atol atol 1404 sapi/cgi/cgi_main.c SG(request_info).content_length = (content_length ? atol(content_length) : 0); atol 278 sapi/fpm/fpm/fpm_conf.c * (long int *) ((char *) *config + offset) = atol(val); atol 1389 sapi/fpm/fpm/fpm_main.c SG(request_info).content_length = (content_length ? atol(content_length) : 0); atol 90 sapi/fpm/fpm/fpm_systemd.c interval = (int)(atol(watchdog) / 2000L); atol 804 sapi/litespeed/lsapilib.c s_enable_lve = atol( pEnv ); atol 809 sapi/litespeed/lsapilib.c s_enable_lve = atol( pEnv );