Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 71) sorted by relevance

123

/picolibc-latest/newlib/libc/machine/visium/
Dsetjmp.S36 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/
Dlock.c38 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/
Dabort.c85 write (2, "Abort called\n", sizeof ("Abort called\n")-1); in abort()
/picolibc-latest/newlib/libc/machine/amdgcn/
Dabort.c25 write (2, "GCN Kernel Aborted\n", 19); in abort()
/picolibc-latest/newlib/libc/stdlib/
Dabort.c57 write (2, "Abort called\n", sizeof ("Abort called\n")-1); in abort()
/picolibc-latest/semihost/machine/m68k/
Dm68k_write.c45 write(int fd, const void *buf, size_t count) in write() function
/picolibc-latest/semihost/machine/nios2/
Dnios2_write.c45 write(int fd, const void *buf, size_t count) in write() function
/picolibc-latest/semihost/machine/mips/
Dmips_exit.c45 write(1, buf, n); in _exit()
/picolibc-latest/semihost/machine/sparc/
Dsparc_exit.c48 write(1, buf, n); in _exit()
/picolibc-latest/semihost/machine/x86/
De9_exit.c47 write(1, buf, n); in _exit()
/picolibc-latest/semihost/machine/sh/
Dsh_exit.c49 write(1, buf, n); in _exit()
/picolibc-latest/semihost/machine/arc/
Darc_write.c45 write(int fd, const void *buf, size_t count) in write() function
/picolibc-latest/newlib/libc/machine/rx/
Dstrncpy.S25 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/
Dwrite.c23 ssize_t write (int fd, const void *buf, size_t count) in write() function
/picolibc-latest/newlib/libc/ssp/
Dchk_fail.c21 write (2, msg, sizeof(msg)-1); in __chk_fail()
Dstack_protector.c56 write (2, msg, sizeof(msg)-1); in __stack_chk_fail_weak()
/picolibc-latest/newlib/libc/stdio/
Dvdiprintf.c28 n = write (fd, p, n); in vdiprintf()
Dvdprintf.c28 n = write (fd, p, n); in vdprintf()
/picolibc-latest/semihost/
Dwrite.c48 write(int fd, const void *buf, size_t count) in write() function
/picolibc-latest/newlib/libc/misc/
D__dprintf.c276 write (CONSOLE_FD, &c, 1); in write_char()
286 write (CONSOLE_FD, s, strlen (s)); in write_string()
/picolibc-latest/newlib/libc/machine/arc/
Dmemset-archs.S52 prefetchw [r0] ; Prefetch the write location
/picolibc-latest/newlib/testsuite/newlib.elix/
Dtmmap.c26 CHECK (write (fd, "abcdefgh", 8) == 8); in main()
/picolibc-latest/scripts/
Dmonitor-e925 sys.stdout.write(c.decode('utf-8'))
/picolibc-latest/newlib/libc/include/
D_syslist.h59 #define _write write
/picolibc-latest/semihost/fake/
Dfake_stub.c54 write(int fd, const void *buf, size_t count) in write() function

123