Home
last modified time | relevance | path

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

12

/bionic/libc/tools/
Dgenlibgcc_compat.py121 fres.write(libgcc_compat_header)
124 fres.write("extern char "+sym_name+";\n")
125 fres.write("\n");
127 fres.write("void* __bionic_libgcc_compat_symbols[] = {\n");
129 fres.write(" &"+sym_name+",\n")
130 fres.write("};\n");
Dcheck-symbols.py13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch)
54 …sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library,…
56 sys.stderr.write(' %s\n' % miss)
Dgensyscalls.py552 fp.write("#define SYS_%s %s\n" % (syscall, make__NR_name(syscall)))
560 glibc_fp.write("/* %s */\n" % warning)
561 glibc_fp.write("#ifndef _BIONIC_GLIBC_SYSCALLS_H_\n")
562 glibc_fp.write("#define _BIONIC_GLIBC_SYSCALLS_H_\n")
564 glibc_fp.write("#if defined(__aarch64__)\n")
566 glibc_fp.write("#elif defined(__arm__)\n")
568 glibc_fp.write("#elif defined(__mips__)\n")
570 glibc_fp.write("#elif defined(__i386__)\n")
572 glibc_fp.write("#elif defined(__x86_64__)\n")
574 glibc_fp.write("#endif\n")
[all …]
Dgenerate-NOTICE.py108 sys.stderr.write('Searching for source files in "%s"...\n' % arg)
124 sys.stderr.write('warning: bad UTF-8 in %s\n' % path)
141 … sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
/bionic/libc/arch-arm64/syscalls/
Dwrite.S5 ENTRY(write)
14 END(write)
/bionic/libc/arch-x86_64/syscalls/
Dwrite.S5 ENTRY(write)
15 END(write)
/bionic/libc/arch-arm/syscalls/
Dwrite.S5 ENTRY(write)
14 END(write)
/bionic/libc/arch-mips/syscalls/
Dwrite.S5 ENTRY(write)
19 END(write)
/bionic/libc/arch-mips64/syscalls/
Dwrite.S5 ENTRY(write)
25 END(write)
/bionic/libc/kernel/tools/
Dclean_header.py88 sys.stderr.write( "warning: file does not exit: %s\n" % path )
94 sys.stderr.write( "warning: not a file: %s\n" % path )
100 sys.stderr.write( "warning: file not in 'original' ignored: %s\n" % path )
142 sys.stderr.write( "error: can't parse '%s'" % path )
159 out.write( kernel_disclaimer )
189 sys.stderr.write( "error: unrecognized option\n" )
Dutils.py11 sys.stderr.write(os.path.basename(sys.argv[0]) + ": error: ")
12 sys.stderr.write(msg)
24 def write(self,msg): member in StringOutput
111 f.write(self.new_data[dst])
/bionic/libc/arch-x86/syscalls/
Dwrite.S5 ENTRY(write)
31 END(write)
/bionic/tests/
Dsys_mman_test.cpp59 ASSERT_EQ(STR_SSIZE(STRING_MSG), write(tf.fd, STRING_MSG, sizeof(STRING_MSG))); in TEST()
73 ASSERT_EQ(STR_SSIZE(INITIAL_MSG), write(tf.fd, INITIAL_MSG, sizeof(INITIAL_MSG))); in TEST()
102 ASSERT_EQ(STR_SSIZE(PAGE0_MSG), write(tf.fd, PAGE0_MSG, sizeof(PAGE0_MSG))); in TEST()
104 ASSERT_EQ(STR_SSIZE(PAGE1_MSG), write(tf.fd, PAGE1_MSG, sizeof(PAGE1_MSG))); in TEST()
106 ASSERT_EQ(STR_SSIZE(PAGE2_MSG), write(tf.fd, PAGE2_MSG, sizeof(PAGE2_MSG))); in TEST()
108 ASSERT_EQ(STR_SSIZE(END_MSG), write(tf.fd, END_MSG, sizeof(END_MSG))); in TEST()
138 ASSERT_EQ(STR_SSIZE(PAGE0_MSG), write(tf.fd, PAGE0_MSG, sizeof(PAGE0_MSG))); in TEST()
140 ASSERT_EQ(STR_SSIZE(PAGE1_MSG), write(tf.fd, PAGE1_MSG, sizeof(PAGE1_MSG))); in TEST()
142 ASSERT_EQ(STR_SSIZE(PAGE2_MSG), write(tf.fd, PAGE2_MSG, sizeof(PAGE2_MSG))); in TEST()
144 ASSERT_EQ(STR_SSIZE(END_MSG), write(tf.fd, END_MSG, sizeof(END_MSG))); in TEST()
[all …]
Dsys_sendfile_test.cpp28 ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5))); in TEST()
47 ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5))); in TEST()
/bionic/libc/bionic/
Deventfd_write.cpp33 return (write(fd, &value, sizeof(value)) == sizeof(value)) ? 0 : -1; in eventfd_write()
Dbionic_systrace.cpp104 TEMP_FAILURE_RETRY(write(trace_marker_fd, buf, len)); in ScopedTrace()
117 TEMP_FAILURE_RETRY(write(trace_marker_fd, "E", 1)); in ~ScopedTrace()
Dpthread_setname_np.cpp72 ssize_t n = TEMP_FAILURE_RETRY(write(fd, thread_name, thread_name_len)); in pthread_setname_np()
/bionic/libc/kernel/uapi/linux/
Dion_test.h29 int write; member
/bionic/libc/tools/zoneinfo/
DZoneCompactor.java50 out.write(buf, 0, nbytes); in copyFile()
111 f.write(toAscii(new byte[12], version)); in ZoneCompactor()
141 f.write(toAscii(new byte[MAXNAME], zoneName)); in ZoneCompactor()
150 f.write(allData.toByteArray()); in ZoneCompactor()
159 f.write('\n'); in ZoneCompactor()
Dupdate-tzdata.py66 setup.write('%s\n' % link)
68 setup.write('%s\n' % zone)
79 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write)
95 f.write(http.getresponse().read())
/bionic/libc/upstream-openbsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/libc/upstream-netbsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/libc/upstream-freebsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvdprintf.c47 return (write(*fdp, buf, n)); in __dwrite()
/bionic/linker/
Dlinker_debug.h69 if (g_ld_debug_verbosity > (v)) { __libc_format_fd(1, x); write(1, "\n", 1); } \

12