Searched refs:written (Results 1 – 9 of 9) sorted by relevance
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | test-strfmon-ldbl-compat.c | 27 size_t written; in do_test() local 39 written = strfmon (bufptr, 32, "%.10i, %.10Li\n", in do_test() 41 if (written < 0) in do_test() 44 bufptr += written; in do_test() 45 written = strfmon_l (bufptr, 32, loc, "%.10i, %.10Li\n", in do_test() 47 if (written < 0) in do_test()
|
A D | test-strfrom-ldbl-compat.c | 26 int written; in do_test() local 33 written = strfroml (bufptr, 64, "%.10f", (long double) -1); in do_test() 34 if (written < 0) in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | gethostid.c | 33 ssize_t written; in sethostid() local 55 written = __write_nocancel (fd, &id32, sizeof (id32)); in sethostid() 59 return written != sizeof (id32) ? -1 : 0; in sethostid()
|
/sysdeps/alpha/alphaev67/ |
A D | stpcpy.S | 40 # t8 = bitmask (with one bit set) indicating the last byte written 41 # a0 = unaligned address of the last *word* written
|
/sysdeps/alpha/ |
A D | stpncpy.S | 42 and t8, 0xcc, t2 # last byte written. 60 or t3, t10, t3 # .. e1 : written byte and the last byte in 62 cmovne t4, t5, v0 # .. e1 : if last written wasnt null, inc v0
|
A D | stpcpy.S | 38 and t8, 0xcc, t1 # last byte written.
|
A D | strncpy.S | 47 or t3, t10, t3 # .. e1 : written byte and the last byte in
|
/sysdeps/alpha/alphaev6/ |
A D | memcpy.S | 95 # ($7) are about to be over-written
|
A D | addmul_1.S | 30 # This code was written in close cooperation with ev6 pipeline expert
|
Completed in 9 milliseconds