Home
last modified time | relevance | path

Searched refs:TYPE_DIGITS (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dtaint.c141 char name[10 + TYPE_DIGITS(int)] = "DCL$PATH"; in Perl_taint_env()
H A Dintrpvar.h1092 #define PERL_MEM_LOG_ARYLEN (1 + 1 + TYPE_DIGITS(UV) + 1 + 3 + 1)
H A Dhandy.h324 #define TYPE_DIGITS(T) BIT_DIGITS(sizeof(T) * 8) macro
325 #define TYPE_CHARS(T) (TYPE_DIGITS(T) + 2) /* sign, NUL */
H A Dinline.h3428 while (isDIGIT(*s) && s < ret + TYPE_DIGITS(UV) + 1) { in Perl_mortal_getenv()
H A Dpp_pack.c1612 (int)TYPE_DIGITS(UV), auv); in S_unpack_rec()
H A Dpp_ctl.c5022 char tbuf[TYPE_DIGITS(long) + 12]; in PP()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5004000168 TYPE_DIGITS # Z added by devel/scanprov