Home
last modified time | relevance | path

Searched refs:INT_BUFSIZE_BOUND (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/security/oath-toolkit/oath-toolkit-2.6.2/libpskc/
H A Dbuild.c153 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_algparm()
160 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_algparm()
181 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_algparm()
220 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_data()
229 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_data()
238 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_data()
247 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_data()
317 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_policy()
324 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_policy()
331 char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in build_policy()
[all …]
/dports/textproc/datamash/datamash-1.7/src/
H A Ddecorate-functions.c44 printf ("%0*"PRIuMAX, (int)INT_BUFSIZE_BOUND (u), u); in decorate_strlen()
106 printf ("%0*"PRIiMAX, (int)INT_BUFSIZE_BOUND (result), result); in decorate_roman_numerals()
H A Dcolumn-headers.c86 const size_t field_name_buf_size = 7+INT_BUFSIZE_BOUND (size_t)+1; in build_input_line_headers()
/dports/textproc/diffutils/diffutils-3.8/src/
H A Dcmp.c488 char byte_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp()
489 char line_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp()
539 char byte_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp()
584 char byte_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp()
589 char line_buf[INT_BUFSIZE_BOUND (off_t)]; in cmp()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dgetlimits.c117 char limit[1 + MAX (INT_BUFSIZE_BOUND (intmax_t), in PRINT_FLOATTYPE()
118 INT_BUFSIZE_BOUND (uintmax_t))]; in PRINT_FLOATTYPE()
H A Dcomm.c395 char buf1[INT_BUFSIZE_BOUND (uintmax_t)]; in compare_files()
396 char buf2[INT_BUFSIZE_BOUND (uintmax_t)]; in compare_files()
397 char buf3[INT_BUFSIZE_BOUND (uintmax_t)]; in compare_files()
H A Dgroup-list.c96 static char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in gidtostr_ptr()
H A Did.c316 static char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in gidtostr_ptr()
327 static char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in uidtostr_ptr()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dgetlimits.c117 char limit[1 + MAX (INT_BUFSIZE_BOUND (intmax_t), in PRINT_FLOATTYPE()
118 INT_BUFSIZE_BOUND (uintmax_t))]; in PRINT_FLOATTYPE()
H A Dcomm.c395 char buf1[INT_BUFSIZE_BOUND (uintmax_t)]; in compare_files()
396 char buf2[INT_BUFSIZE_BOUND (uintmax_t)]; in compare_files()
397 char buf3[INT_BUFSIZE_BOUND (uintmax_t)]; in compare_files()
H A Dgroup-list.c96 static char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in gidtostr_ptr()
H A Did.c329 static char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in gidtostr_ptr()
340 static char buf[INT_BUFSIZE_BOUND (uintmax_t)]; in uidtostr_ptr()
/dports/mail/mailutils/mailutils-3.13/lib/
H A Dmu_umaxtostr.h3 #define UINTMAX_STRSIZE_BOUND INT_BUFSIZE_BOUND (uintmax_t)
/dports/net/gnu-radius/radius-1.6.1/lib/
H A Dintprops.h79 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
/dports/net/gnu-radius/radius-1.6.1/gnu/
H A Dintprops.h79 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
/dports/net-p2p/microdc2/microdc2-0.15.6/lib/
H A Dintprops.h78 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libiconv/source/srclib/
H A Dintprops.h77 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
/dports/archivers/gtar/tar-1.34/gnu/
H A Dlchmod.c81 char buf[sizeof fmt - sizeof "%d" + INT_BUFSIZE_BOUND (int)]; in lchmod()
H A Dfchmodat.c103 char buf[sizeof fmt - sizeof "%d" + INT_BUFSIZE_BOUND (int)]; in fchmodat()
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dlchmod.c81 char buf[sizeof fmt - sizeof "%d" + INT_BUFSIZE_BOUND (int)]; in lchmod()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dlchmod.c81 char buf[sizeof fmt - sizeof "%d" + INT_BUFSIZE_BOUND (int)]; in lchmod()
H A Dfchmodat.c103 char buf[sizeof fmt - sizeof "%d" + INT_BUFSIZE_BOUND (int)]; in fchmodat()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dlchmod.c81 char buf[sizeof fmt - sizeof "%d" + INT_BUFSIZE_BOUND (int)]; in lchmod()
/dports/mail/mailfromd/mailfromd-8.10/lib/
H A Dlibmf.h71 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) macro
74 #define NUMERIC_BUFSIZE_BOUND INT_BUFSIZE_BOUND(long)
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-inttostr.c44 char *buf = malloc (INT_BUFSIZE_BOUND (T)); \

12345678910>>...14