Searched refs:trailing (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgconvert.c38 _gcvt(ndigit, pd, trailing, buf)
60 if (trailing != 0) {
89 if (trailing == 0) { /* Remove trailing zeros and . */
127 if (trailing == 0) { /* Remove trailing zeros and point. */
140 gconvert(number, ndigit, trailing, buf)
142 int ndigit, trailing;
153 _gcvt(ndigit, &dr, trailing, buf);
H A Dqeconvert.c139 qgconvert(number, ndigit, trailing, buf)
141 int ndigit, trailing;
152 _gcvt(ndigit, &dr, trailing, buf);
H A Dseconvert.c139 sgconvert(number, ndigit, trailing, buf)
141 int ndigit, trailing;
152 _gcvt(ndigit, &dr, trailing, buf);
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dgconvert.c36 __k_gconvert(int ndigits, decimal_record *pd, int trailing, char *buf) argument
48 if (trailing != 0) {
66 if (trailing == 0) {
67 /* Remove trailing zeros and . */
110 if (trailing == 0) {
111 /* Remove trailing zeros and point. */
128 gconvert(double number, int ndigits, int trailing, char *buf) argument
150 __k_gconvert(ndigits, &dr, trailing, buf);
155 sgconvert(single *number, int ndigits, int trailing, char *buf) argument
177 __k_gconvert(ndigits, &dr, trailing, bu
182 qgconvert(quadruple *number, int ndigits, int trailing, char *buf) argument
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c274 char *trailing;
276 trailing = &acle_restrictions[strlen(acle_restrictions)-1];
277 while ( isspace((int) *trailing) )
278 trailing--;
279 trailing[1] = '\0';
272 char *trailing; local
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s696 * These trailing loads/stores have to do all their loads 1st,
804 * These trailing loads/stores have to do all their loads 1st,
861 * These trailing loads/stores have to do all their loads 1st,
918 * These trailing loads/stores have to do all their loads 1st,
2739 L(bkP3Q0): # trailing loads/stores do all their loads 1st, then do the stores
2861 L(bkP5Q0): # trailing loads/stores do all their loads 1st, then do the stores
2923 L(bkP6Q0): # trailing loads/stores do all their loads 1st, then do the stores
2985 L(bkP7Q0): # trailing loads/stores do all their loads 1st, then do the stores
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex389 % the input line (except we remove a trailing comment). #1 should be a
415 % \argremovec might leave us with trailing space, e.g.,
443 % But first, we have to remove the trailing space token.
2949 % Remove the trailing space \setxxx inserted.
5571 % Trim leading and trailing spaces off a string.
5581 % Trim a single trailing ^^M off a string.
5857 % We don't want such trailing spaces in the node name.
5861 % also remove a trailing comma, in case of something like this:
6227 % The trailing space in the following definition for supereject is
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s77 * Followed by trailing copy using byte copy.
266 ba 2f ! branch to the trailing byte copy
2074 ! Handle trailing bytes, 64 to 127
2488 ! Handle trailing bytes
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s1935 ! Handle trailing bytes, 64 to 127
2352 ! Handle trailing bytes
4304 ! Handle trailing bytes, 64 to 127
5009 ! Handle trailing bytes
6498 ! Handle trailing bytes, 64 to 127
7194 ! Handle trailing bytes
7600 * Then store as many 4-byte chunks, followed by trailing bytes.
7608 * Store as many 8-byte chunks, followed by trailing bytes.
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s1661 ! trailing block
H A Dopl_olympus_copy.s1597 ! trailing block

Completed in 5328 milliseconds