Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/locale/
H A Dstrfmon.c89 *--bufend = *(avalue+avalue_size+padded); \
537 int padded; in format_grouped_double() local
601 padded = 0; in format_grouped_double()
602 while (avalue[padded] == ' ') { in format_grouped_double()
603 padded++; in format_grouped_double()
609 (void) memcpy(bufend, avalue + avalue_size+padded-right_prec, in format_grouped_double()
640 padded -= groups; in format_grouped_double()
644 (void) memcpy(bufend, avalue+padded, avalue_size); in format_grouped_double()
646 padded--; /* decrease assumed $decimal_point */ in format_grouped_double()
650 if (padded > 0) { in format_grouped_double()
[all …]
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c1049 char *padded; in ssh_put_password() local
1056 padded = xmalloc(size); in ssh_put_password()
1057 memset(padded, 0, size); in ssh_put_password()
1058 strlcpy(padded, password, size); in ssh_put_password()
1059 packet_put_string(padded, size); in ssh_put_password()
1060 memset(padded, 0, size); in ssh_put_password()
1061 xfree(padded); in ssh_put_password()
/titanic_50/usr/src/cmd/troff/troff.d/
H A DREADME170 ." .!'' etc are recognized and padded
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h1201 uint32_t padded; /* 1 = Image padded, 0 = Image not padded */ member
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m4736 * 32bit sparc binaries have a padded
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg48 # so tab characters are padded as needed after the closing bracket ].
/titanic_50/usr/src/uts/intel/io/acpica/
H A Dchanges.txt6617 with the actual namespace entry which is itself padded with underscores.
7488 will be padded out with NULL elements as per the ACPI spec.)