Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 2221) sorted by relevance

12345678910>>...89

/l4re-core-master/l4util/lib/src/
A Dbase64.c264 unsigned char in[3], out[4]; in base64_encode() local
286 in[i] = 0; in base64_encode()
304 unsigned char in[4], out[3], v; in base64_decode() local
338 in[i] = 0; in base64_decode()
343 base64_decodeblock( in, out ); in base64_decode()
359 out[0] = cb64[ in[0] >> 2 ]; in base64_encodeblock()
360 out[1] = cb64[ ((in[0] & 0x03) << 4) | ((in[1] & 0xf0) >> 4) ]; in base64_encodeblock()
361 out[2] = (unsigned char) (len > 1 ? cb64[ ((in[1] & 0x0f) << 2) | ((in[2] & 0xc0) >> 6) ] : '='); in base64_encodeblock()
367 out[ 0 ] = (unsigned char ) (in[0] << 2 | in[1] >> 4); in base64_decodeblock()
368 out[ 1 ] = (unsigned char ) (in[1] << 4 | in[2] >> 2); in base64_decodeblock()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Daddr.c117 in_addr_t addr = ntohl(in.s_addr); in libc_hidden_def()
136 char *inet_ntoa(struct in_addr in) in strong_alias()
139 return __inet_ntoa_r(in, buf); in strong_alias()
154 struct in_addr in; in libc_hidden_def() local
163 in.s_addr = net | host; in libc_hidden_def()
164 in.s_addr = htonl(in.s_addr); in libc_hidden_def()
165 return in; in libc_hidden_def()
176 in_addr_t inet_lnaof(struct in_addr in) in libc_hidden_def()
178 in_addr_t i = ntohl(in.s_addr); in libc_hidden_def()
196 inet_netof(struct in_addr in) in inet_netof() argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dgetpass.c38 FILE *in, *out; in getpass() local
47 out = in = fopen ("/dev/tty", "r+"); in getpass()
48 if (in == NULL) in getpass()
50 in = stdin; in getpass()
57 setvbuf(in, NULL, _IONBF, 0); in getpass()
63 if (tcgetattr (fileno (in), &t) == 0) in getpass()
69 tty_changed = (tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &t) == 0); in getpass()
77 if (!fgets (buf, sizeof(buf), in)) in getpass()
89 (void) tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &s); in getpass()
92 if (in != stdin) in getpass()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/
A DREADME139 Changes in version 1.9.9:
148 Changes in version 1.9.8:
157 Changes in version 1.9.7:
200 Fixed a bug in ld.so introduced in the previous version
338 Fixed a bug in ld.so introduced in the previous changes.
494 Fixed a problem in ld-linux.so in detecting when the
616 in directories specified in ld.so.conf. /usr/lib and /lib
679 Fixed a bug in ld-linux.so where the trailing nul in a
764 in all source files.
806 Changes in version 1.4:
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A Dconfig.h.in779 /* Define if C99 functions or macros in <stdio.h> should be imported in
783 /* Define if C99 functions or macros in <stdlib.h> should be imported in
787 /* Define if C99 functions or macros in <wchar.h> should be imported in
800 /* Define if C99 functions or macros in <stdio.h> should be imported in
808 /* Define if C99 functions or macros in <wchar.h> should be imported in
875 in <cuchar>. */
887 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
891 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
895 /* Define if C99 functions in <inttypes.h> should be imported in
903 /* Define if C99 functions or macros in <math.h> should be imported in
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/
A Dconfig.h.in766 /* Define if C99 functions or macros in <stdio.h> should be imported in
770 /* Define if C99 functions or macros in <stdlib.h> should be imported in
774 /* Define if C99 functions or macros in <wchar.h> should be imported in
787 /* Define if C99 functions or macros in <stdio.h> should be imported in
795 /* Define if C99 functions or macros in <wchar.h> should be imported in
858 in <cuchar>. */
870 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
874 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
878 /* Define if C99 functions in <inttypes.h> should be imported in
886 /* Define if C99 functions or macros in <math.h> should be imported in
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A Dconfig.h.in823 /* Define if C99 functions or macros in <stdio.h> should be imported in
827 /* Define if C99 functions or macros in <stdlib.h> should be imported in
831 /* Define if C99 functions or macros in <wchar.h> should be imported in
844 /* Define if C99 functions or macros in <stdio.h> should be imported in
852 /* Define if C99 functions or macros in <wchar.h> should be imported in
915 in <cuchar>. */
927 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
931 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
935 /* Define if C99 functions in <inttypes.h> should be imported in
943 /* Define if C99 functions or macros in <math.h> should be imported in
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A Dconfig.h.in776 /* Define if C99 functions or macros in <stdio.h> should be imported in
780 /* Define if C99 functions or macros in <stdlib.h> should be imported in
784 /* Define if C99 functions or macros in <wchar.h> should be imported in
797 /* Define if C99 functions or macros in <stdio.h> should be imported in
805 /* Define if C99 functions or macros in <wchar.h> should be imported in
868 in <cuchar>. */
880 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
884 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
888 /* Define if C99 functions in <inttypes.h> should be imported in
896 /* Define if C99 functions or macros in <math.h> should be imported in
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/
A Dconfig.h.in749 /* Define if C99 functions or macros in <stdio.h> should be imported in
753 /* Define if C99 functions or macros in <stdlib.h> should be imported in
757 /* Define if C99 functions or macros in <wchar.h> should be imported in
770 /* Define if C99 functions or macros in <stdio.h> should be imported in
778 /* Define if C99 functions or macros in <wchar.h> should be imported in
838 in <cuchar>. */
850 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
854 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
858 /* Define if C99 functions in <inttypes.h> should be imported in
866 /* Define if C99 functions or macros in <math.h> should be imported in
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/
A Dconfig.h.in767 /* Define if C99 functions or macros in <stdio.h> should be imported in
771 /* Define if C99 functions or macros in <stdlib.h> should be imported in
775 /* Define if C99 functions or macros in <wchar.h> should be imported in
788 /* Define if C99 functions or macros in <stdio.h> should be imported in
796 /* Define if C99 functions or macros in <wchar.h> should be imported in
859 in <cuchar>. */
871 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
875 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
879 /* Define if C99 functions in <inttypes.h> should be imported in
887 /* Define if C99 functions or macros in <math.h> should be imported in
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/io/
A Dbasic_file_stdio.cc77 in = std::ios_base::in, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
92 case (in ): return "r"; in fopen_mode()
93 case (in|out ): return "r+"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
95 case (in|out |app ): return "a+"; in fopen_mode()
96 case (in |app ): return "a+"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/io/
A Dbasic_file_stdio.cc77 in = std::ios_base::in, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
92 case (in ): return "r"; in fopen_mode()
93 case (in|out ): return "r+"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
95 case (in|out |app ): return "a+"; in fopen_mode()
96 case (in |app ): return "a+"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/io/
A Dbasic_file_stdio.cc77 in = std::ios_base::in, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
92 case (in ): return "r"; in fopen_mode()
93 case (in|out ): return "r+"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
95 case (in|out |app ): return "a+"; in fopen_mode()
96 case (in |app ): return "a+"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/io/
A Dbasic_file_stdio.cc77 in = std::ios_base::in, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
92 case (in ): return "r"; in fopen_mode()
93 case (in|out ): return "r+"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
95 case (in|out |app ): return "a+"; in fopen_mode()
96 case (in |app ): return "a+"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/io/
A Dbasic_file_stdio.cc77 in = std::ios_base::in, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
92 case (in ): return "r"; in fopen_mode()
93 case (in|out ): return "r+"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
95 case (in|out |app ): return "a+"; in fopen_mode()
96 case (in |app ): return "a+"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dfstream120 /// Place to stash in || out || in | out settings for current filebuf.
276 * given in @a __mode.
280 * (NB: lines app, in|out|app, in|app, binary|app, binary|in|out|app,
281 * and binary|in|app per DR 596)
461 const bool __testin = _M_mode & ios_base::in;
526 * @c ios_base::in is automatically included in @a __mode.
542 * @c ios_base::in is automatically included in @a __mode.
545 ios_base::openmode __mode = ios_base::in)
559 * @c ios_base::in is automatically included in @a __mode.
563 ios_base::openmode __mode = ios_base::in)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dfstream120 /// Place to stash in || out || in | out settings for current filebuf.
276 * given in @a __mode.
280 * (NB: lines app, in|out|app, in|app, binary|app, binary|in|out|app,
281 * and binary|in|app per DR 596)
461 const bool __testin = _M_mode & ios_base::in;
526 * @c ios_base::in is automatically included in @a __mode.
542 * @c ios_base::in is automatically included in @a __mode.
545 ios_base::openmode __mode = ios_base::in)
559 * @c ios_base::in is automatically included in @a __mode.
563 ios_base::openmode __mode = ios_base::in)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dfstream125 /// Place to stash in || out || in | out settings for current filebuf.
281 * given in @a __mode.
285 * (NB: lines app, in|out|app, in|app, binary|app, binary|in|out|app,
286 * and binary|in|app per DR 596)
466 const bool __testin = _M_mode & ios_base::in;
531 * @c ios_base::in is automatically included in @a __mode.
547 * @c ios_base::in is automatically included in @a __mode.
550 ios_base::openmode __mode = ios_base::in)
564 * @c ios_base::in is automatically included in @a __mode.
568 ios_base::openmode __mode = ios_base::in)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/io/
A Dbasic_file_stdio.cc77 in = std::ios_base::in, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
92 case (in ): return "r"; in fopen_mode()
93 case (in|out ): return "r+"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
95 case (in|out |app ): return "a+"; in fopen_mode()
96 case (in |app ): return "a+"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/io/
A Dbasic_file_stdio.cc77 in = std::ios_base::in, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
92 case (in ): return "r"; in fopen_mode()
93 case (in|out ): return "r+"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
95 case (in|out |app ): return "a+"; in fopen_mode()
96 case (in |app ): return "a+"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A DREADME20 The following make variables may help you in testing:
51 test/subdir/ code specific to a subsystem is stored in a subdir
52 test/subdir/Makefile.in describe the tests to run
54 makefiles plus Makefile.in
57 Each subdir has a Makefile (same for any subdir) that must include in strict order:
59 - the Makefile.in
61 Makefile.in may be used to define the TESTS and TESTS_DISABLED variables.
75 Or to control all tests in a subdir:
76 EXTRA_CLEAN := extra files to remove in the clean target
77 EXTRA_DIRS := extra directories to remove in the clean target
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dfstream120 /// Place to stash in || out || in | out settings for current filebuf.
220 // Length _M_in_cur moved in the pback buffer.
271 * given in @a __mode.
275 * (NB: lines app, in|out|app, in|app, binary|app, binary|in|out|app,
276 * and binary|in|app per DR 596)
445 const bool __testin = _M_mode & ios_base::in;
510 * @c ios_base::in is automatically included in @a __mode.
526 * @c ios_base::in is automatically included in @a __mode.
530 ios_base::openmode __mode = ios_base::in)
543 * @c ios_base::in is automatically included in @a __mode.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/io/
A Dbasic_file_stdio.cc77 in = std::ios_base::in, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
92 case (in ): return "r"; in fopen_mode()
93 case (in|out ): return "r+"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
95 case (in|out |app ): return "a+"; in fopen_mode()
96 case (in |app ): return "a+"; in fopen_mode()
102 case (in |binary): return "rb"; in fopen_mode()
103 case (in|out |binary): return "r+b"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dfstream98 /// Place to stash in || out || in | out settings for current filebuf.
198 // Length _M_in_cur moved in the pback buffer.
238 * given in @a __mode.
242 * (NB: lines app, in|out|app, in|app, binary|app, binary|in|out|app,
243 * and binary|in|app per DR 596)
399 const bool __testin = _M_mode & ios_base::in;
464 * @c ios_base::in is automatically included in @a __mode.
483 * @c ios_base::in is automatically included in @a __mode.
487 ios_base::openmode __mode = ios_base::in)
543 if (!_M_filebuf.open(__s, __mode | ios_base::in))
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/
A DREADME1 Almost all of the code present in these source files was taken
10 The code is taken from the function 'RTLD_START' in the file
16 '__dl_runtime_resolve' in 'sysdeps/mips/dl-trampoline.h'. Also
19 function 'elf_machine_rel' in 'sysdeps/mips/dl-machine.h'.
28 can be found in the file 'include/asm-mips/unistd.h'.
36 taken from the function 'ELF_MACHINE_BEFORE_RTLD_RELOC' in the
40 'elf_machine_rel' in the file 'sysdeps/mips/dl-machine.h'. The
44 and 'elf_machine_got_rel' in 'sysdeps/mips/dl-machine.h'.
50 '_dl_runtime_resolve' in the file 'sysdeps/mips/dl-trampoline.h'.

Completed in 97 milliseconds

12345678910>>...89