Home
last modified time | relevance | path

Searched refs:LL_FORMAT (Results 1 – 8 of 8) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DDuration.c21 spprintf(&string, 0, LL_FORMAT, value); in to_string()
37 "%s must be between " LL_FORMAT " and " LL_FORMAT ", " LL_FORMAT " given", in get_param()
48 "%s must be between " LL_FORMAT " and " LL_FORMAT ", %g given", in get_param()
61 "%s must be between " LL_FORMAT " and " LL_FORMAT ", " LL_FORMAT " given", in get_param()
73 "%s must be between " LL_FORMAT " and " LL_FORMAT ", " LL_FORMAT " given", in get_param()
107 …spprintf(&rep, 0, "%s%dmo%dd" LL_FORMAT "ns", is_negative ? "-" : "", final_months, final_days, fi… in php_driver_duration_to_string()
H A DBigint.c58 spprintf(&string, 0, LL_FORMAT, (long long int) bigint->data.bigint.value); in to_string()
88 "value must be between " LL_FORMAT " and " LL_FORMAT ", %g given", in php_driver_bigint_init()
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dvrfytool.c105 g_print("Verifying %s (%"LL_FORMAT" bytes)\n",file1,(gint64) size); in main()
138 g_print("Warning: Short read on position %"LL_FORMAT"\n", (gint64) bytesread); in main()
143 g_print("Warning: Files differ on position %"LL_FORMAT"\n", (gint64) bytesread); in main()
178 g_print("Warning: Short read on position %"LL_FORMAT"\n", (gint64) bytesread); in main()
185 g_print("Warning: Files differ on position %"LL_FORMAT"\n", (gint64) bytesread); in main()
H A Dxcdroast.h242 # define LL_FORMAT "ld" macro
244 # define LL_FORMAT "lld" macro
H A Dxtools.c1077 dodebug(2,"path: %s, %"LL_FORMAT", %d, %d, %d (%d,%d)\n",entry->path, in print_imagelist()
H A Dio.c4859 g_snprintf(tmp,MAXLINE,"# data: %s [%"LL_FORMAT" bytes / %s]\n", in write_copy_cd_toc_file()
4866 g_snprintf(tmp,MAXLINE,"# audio: %s / %s [%"LL_FORMAT" bytes / %s]\n", in write_copy_cd_toc_file()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/util/
H A Dmath.c201 "value must be between " LL_FORMAT " and " LL_FORMAT ", %s given", INT64_MIN, INT64_MAX, in); in php_driver_parse_bigint()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h40 # define LL_FORMAT "%I64d" macro
42 # define LL_FORMAT "%lld" macro