/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 97 #define PADDING(x) fmt_padding[x][PadIndex] in _fmt() macro 153 PADDING(PAD_FMT_DAYOFMONTH), pt, ptlim); in _fmt() 176 PADDING(PAD_FMT_SDAYOFMONTH), pt, ptlim); in _fmt() 182 pt = _conv(t->tm_hour, PADDING(PAD_FMT_HMS), in _fmt() 188 PADDING(PAD_FMT_HMS), pt, ptlim); in _fmt() 192 PADDING(PAD_FMT_DAYOFYEAR), pt, ptlim); in _fmt() 206 PADDING(PAD_FMT_SHMS), pt, ptlim); in _fmt() 220 PADDING(PAD_FMT_SHMS), pt, ptlim); in _fmt() 223 pt = _conv(t->tm_min, PADDING(PAD_FMT_HMS), in _fmt() 228 PADDING(PAD_FMT_MONTH), in _fmt() [all …]
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_util.h | 53 #define PADDING(n, k) ( (k)-1 - ((n)-1)%(k) ) macro
|
H A D | pro_section.c | 1007 pad = (int) PADDING(cie_length, upointer_size); in _dwarf_pro_generate_debugframe() 1170 pad = (int) PADDING(fde_length, upointer_size); in _dwarf_pro_generate_debugframe()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/ |
H A D | md4.c | 50 static const unsigned char PADDING[64] = { variable 147 krb5_MD4Update (mdContext, PADDING, padLen); in krb5_MD4Final()
|
/titanic_44/usr/src/common/crypto/md4/ |
H A D | md4.c | 65 static unsigned char PADDING[64] = { variable 176 MD4Update(context, PADDING, padLen); in MD4Final()
|
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 58 static unsigned char PADDING[64] = { variable 175 MD5Update (mdContext, PADDING, padLen); in MD5Final()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | progressmeter.c | 48 #define PADDING 1 /* padding between the progress indicators */ macro
|
/titanic_44/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 83 static unsigned char PADDING[64] = { variable 195 _sasl_MD5Update (context, PADDING, padLen);
|
/titanic_44/usr/src/common/crypto/md5/ |
H A D | md5.c | 65 static uint8_t PADDING[64] = { 0x80, /* all zeros */ }; variable 368 MD5Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index); in MD5Final()
|
/titanic_44/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 88 static uint8_t PADDING[64] = { 0x80, /* all zeros */ }; variable 429 SHA1Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index); in SHA1Final()
|
/titanic_44/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 85 static uint8_t PADDING[128] = { 0x80, /* all zeros */ }; variable 901 SHA2Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index); in SHA2Final() 909 SHA2Update(ctx, PADDING, ((index < 112) ? 112 : 240) - index); in SHA2Final()
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 1763 @ MSG_MR_PADDING "[ PADDING ]"
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 6740 # PADDING
|
H A D | terminfo.src | 7567 # PADDING
|