/picolibc-latest/newlib/libc/machine/visium/ |
D | setjmp.S | 36 write.l 0(r1),r11 37 write.l 1(r1),r12 38 write.l 2(r1),r13 39 write.l 3(r1),r14 40 write.l 4(r1),r15 41 write.l 5(r1),r16 42 write.l 6(r1),r17 43 write.l 7(r1),r18 44 write.l 8(r1),r19 45 write.l 9(r1),r21 [all …]
|
/picolibc-latest/newlib/libc/sys/amdgcn/ |
D | lock.c | 38 extern void write(int, char *, int); 59 write (1, buf, __builtin_strlen(buf)); in __gcn_lock_acquire_int() 79 write (1, buf, __builtin_strlen(buf)); in __gcn_lock_acquire_int() 106 write (1, buf, __builtin_strlen(buf)); in __gcn_lock_acquire_recursive_int() 122 write (1, buf, __builtin_strlen(buf)); in __gcn_lock_acquire_recursive_int() 150 write (1, buf, __builtin_strlen(buf)); in __gcn_lock_release() 166 write (1, buf, __builtin_strlen(buf)); in __gcn_lock_release_recursive() 182 write (1, buf, __builtin_strlen(buf)); in __gcn_lock_release_recursive()
|
/picolibc-latest/newlib/libc/machine/microblaze/ |
D | abort.c | 85 write (2, "Abort called\n", sizeof ("Abort called\n")-1); in abort()
|
/picolibc-latest/newlib/libc/machine/amdgcn/ |
D | abort.c | 25 write (2, "GCN Kernel Aborted\n", 19); in abort()
|
/picolibc-latest/newlib/libc/stdlib/ |
D | abort.c | 57 write (2, "Abort called\n", sizeof ("Abort called\n")-1); in abort()
|
/picolibc-latest/semihost/machine/m68k/ |
D | m68k_write.c | 45 write(int fd, const void *buf, size_t count) in write() function
|
/picolibc-latest/semihost/machine/nios2/ |
D | nios2_write.c | 45 write(int fd, const void *buf, size_t count) in write() function
|
/picolibc-latest/semihost/machine/mips/ |
D | mips_exit.c | 45 write(1, buf, n); in _exit()
|
/picolibc-latest/semihost/machine/sparc/ |
D | sparc_exit.c | 48 write(1, buf, n); in _exit()
|
/picolibc-latest/semihost/machine/x86/ |
D | e9_exit.c | 47 write(1, buf, n); in _exit()
|
/picolibc-latest/semihost/machine/sh/ |
D | sh_exit.c | 49 write(1, buf, n); in _exit()
|
/picolibc-latest/semihost/machine/arc/ |
D | arc_write.c | 45 write(int fd, const void *buf, size_t count) in write() function
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | strncpy.S | 25 4: mov.b r5, [r4+] ; Continue to write further NUL bytes 37 add r4, r5, r1 ; Point to the last byte that we are supposed to write.
|
/picolibc-latest/newlib/libc/machine/nvptx/ |
D | write.c | 23 ssize_t write (int fd, const void *buf, size_t count) in write() function
|
/picolibc-latest/newlib/libc/ssp/ |
D | chk_fail.c | 21 write (2, msg, sizeof(msg)-1); in __chk_fail()
|
D | stack_protector.c | 56 write (2, msg, sizeof(msg)-1); in __stack_chk_fail_weak()
|
/picolibc-latest/newlib/libc/stdio/ |
D | vdiprintf.c | 28 n = write (fd, p, n); in vdiprintf()
|
D | vdprintf.c | 28 n = write (fd, p, n); in vdprintf()
|
/picolibc-latest/semihost/ |
D | write.c | 48 write(int fd, const void *buf, size_t count) in write() function
|
/picolibc-latest/newlib/libc/misc/ |
D | __dprintf.c | 276 write (CONSOLE_FD, &c, 1); in write_char() 286 write (CONSOLE_FD, s, strlen (s)); in write_string()
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | memset-archs.S | 52 prefetchw [r0] ; Prefetch the write location
|
/picolibc-latest/newlib/testsuite/newlib.elix/ |
D | tmmap.c | 26 CHECK (write (fd, "abcdefgh", 8) == 8); in main()
|
/picolibc-latest/scripts/ |
D | monitor-e9 | 25 sys.stdout.write(c.decode('utf-8'))
|
/picolibc-latest/newlib/libc/include/ |
D | _syslist.h | 59 #define _write write
|
/picolibc-latest/semihost/fake/ |
D | fake_stub.c | 54 write(int fd, const void *buf, size_t count) in write() function
|