Searched refs:sys (Results 126 - 150 of 644) sorted by relevance

1234567891011>>

/bionic/libc/private/
H A Dbionic_tls.h32 #include <sys/cdefs.h>
33 #include <sys/limits.h>
/bionic/libc/kernel/tools/
H A Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess namespace
19 """ % { "progname" : os.path.basename(sys.argv[0]) }
20 sys.exit(0)
23 optlist, args = getopt.getopt( sys.argv[1:], '' )
26 sys.stderr.write( "error: unrecognized option\n" )
88 if sys.stdout.isatty():
107 sys.exit(0)
H A Dclean_header.py77 import sys, cpp, kernel, glob, os, re, getopt namespace
93 sys.stderr.write( "warning: file does not exit: %s\n" % path )
99 sys.stderr.write( "warning: not a file: %s\n" % path )
105 sys.stderr.write( "warning: file not in 'original' ignored: %s\n" % path )
146 sys.stderr.write( "error: can't parse '%s'" % path )
147 sys.exit(1)
188 """ % os.path.basename(sys.argv[0])
189 sys.exit(1)
192 optlist, args = getopt.getopt( sys.argv[1:], 'uvk:d:' )
195 sys
[all...]
/bionic/libc/tools/
H A Dcheck-symbols.py8 import sys namespace
13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch)
23 #sys.stdout.write('%d %s in %s for %s\n' % (len(symbols), functions_or_variables, library, arch))
53 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch))
55 sys.stderr.write(' %s\n' % miss)
64 sys.exit(0)
/bionic/libc/bionic/
H A Dpthread_setname_np.cpp33 #include <sys/prctl.h>
34 #include <sys/stat.h>
35 #include <sys/types.h>
H A Dif_indextoname.c33 #include <sys/socket.h>
34 #include <sys/ioctl.h>
H A Dif_nametoindex.c33 #include <sys/socket.h>
34 #include <sys/ioctl.h>
H A D__cmsg_nxthdr.cpp29 #include <sys/socket.h>
H A D__recvfrom_chk.cpp32 #include <sys/socket.h>
/bionic/libc/include/
H A Dlimits.h38 #include <sys/cdefs.h>
86 #include <sys/limits.h>
89 #include <sys/syslimits.h>
H A Derr.h38 #include <sys/cdefs.h>
39 #include <sys/types.h>
H A Dgrp.h43 #include <sys/cdefs.h>
44 #include <sys/types.h>
H A Dstrings.h42 #include <sys/types.h>
43 #include <sys/cdefs.h>
/bionic/libc/include/sys/
H A Dwait.h31 #include <sys/cdefs.h>
32 #include <sys/types.h>
33 #include <sys/resource.h>
H A Dmman.h31 #include <sys/cdefs.h>
32 #include <sys/types.h>
/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dflags.c36 #include <sys/cdefs.h>
39 #include <sys/types.h>
40 #include <sys/file.h>
/bionic/libc/arch-arm/include/machine/
H A Dendian.h65 /* Tell sys/endian.h we have MD variants of the swap macros. */
76 #include <sys/types.h>
77 #include <sys/endian.h>
/bionic/libc/arch-mips/include/machine/
H A Dendian.h55 /* Tell sys/endian.h we have MD variants of the swap macros. */
67 #include <sys/types.h>
68 #include <sys/endian.h>
/bionic/libc/arch-mips64/include/machine/
H A Dendian.h55 /* Tell sys/endian.h we have MD variants of the swap macros. */
67 #include <sys/types.h>
68 #include <sys/endian.h>
/bionic/libc/arch-x86/include/machine/
H A Dendian.h52 /* Tell sys/endian.h we have MD variants of the swap macros. */
58 #include <sys/types.h>
59 #include <sys/endian.h>
/bionic/libc/dns/net/
H A Dgetservbyname.c28 #include <sys/cdefs.h>
29 #include <sys/types.h>
/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcslcat.c30 #include <sys/cdefs.h>
38 #include <sys/types.h>
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dutime.c32 #include <sys/cdefs.h>
42 #include <sys/time.h>
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_lround.c27 #include <sys/cdefs.h>
28 #include <sys/limits.h>
/bionic/libc/arch-arm/bionic/
H A Datexit_legacy.c29 #include <sys/types.h>

Completed in 364 milliseconds

1234567891011>>