Home
last modified time | relevance | path

Searched refs:org (Results 1 – 25 of 1589) sorted by relevance

12345678910>>...64

/l4re-core-master/uclibc/lib/contrib/uclibc/
A DMAINTAINERS30 E: andersen@codepoet.org
31 W: http://www.arm.linux.org.uk/
40 W: http://avr32linux.org/
47 W: http://blackfin.uclinux.org/
80 E: andersen@codepoet.org
98 E: andersen@codepoet.org
99 W: http://www.linux-mips.org
110 W: http://penguinppc.org/
116 E: lethal@linux-sh.org
117 W: http://www.linux-sh.org
[all …]
A DTODO5 testsuite results for each architecture on uclibc.org.
43 TOC: http://www.opengroup.org/onlinepubs/9699919799/xrat/contents.html
44 …shell (busybox): http://www.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap01.html#tag_22_01_…
46 http://www.opengroup.org/onlinepubs/9699919799/xrat/V4_xbd_chap13.html#tag_21_13_02
47 http://www.opengroup.org/onlinepubs/9699919799/xrat/V4_xsh_chap01.html#tag_23_01_01
118 update crt1 code again for nommu (http://bugs.uclibc.org/view.php?id=538)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dnew24 // <http://www.gnu.org/licenses/>.
31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.
60 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
74 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
91 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dnew24 // <http://www.gnu.org/licenses/>.
31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.
60 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
74 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dnew24 // <http://www.gnu.org/licenses/>.
31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.
60 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
74 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dexpr.c62 struct expr *expr_copy(const struct expr *org) in expr_copy() argument
66 if (!org) in expr_copy()
69 e = xmalloc(sizeof(*org)); in expr_copy()
70 memcpy(e, org, sizeof(*org)); in expr_copy()
71 switch (org->type) { in expr_copy()
73 e->left = org->left; in expr_copy()
76 e->left.expr = expr_copy(org->left.expr); in expr_copy()
80 e->left.sym = org->left.sym; in expr_copy()
81 e->right.sym = org->right.sym; in expr_copy()
86 e->left.expr = expr_copy(org->left.expr); in expr_copy()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A DMakefile.arch.lvl33 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
A DMakefile.arch.lvl43 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
A DMakefile.libs.lvl03 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
A DMakefile.libs.lvl13 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
A DMakefile.libs.lvl23 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
A DMakefile.objs.lvl23 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
A DMakefile.objs.lvl33 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
A DMakefile.objs.lvl43 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
A DMakefile.utils.lvl13 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dexception24 // <http://www.gnu.org/licenses/>.
52 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
129 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
A Dnew24 // <http://www.gnu.org/licenses/>.
31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.
60 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
74 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dexception24 // <http://www.gnu.org/licenses/>.
52 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
129 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
A Dnew24 // <http://www.gnu.org/licenses/>.
31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.
65 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
79 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dexception24 // <http://www.gnu.org/licenses/>.
52 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
128 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
A Dnew24 // <http://www.gnu.org/licenses/>.
31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.
60 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
74 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dexception24 // <http://www.gnu.org/licenses/>.
59 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
139 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
A Dnew24 // <http://www.gnu.org/licenses/>.
31 * https://gcc.gnu.org/onlinedocs/libstdc++/manual/dynamic_memory.html
66 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
80 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dexception24 // <http://www.gnu.org/licenses/>.
56 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
133 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
A Dnew24 // <http://www.gnu.org/licenses/>.
31 * https://gcc.gnu.org/onlinedocs/libstdc++/manual/dynamic_memory.html
66 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
80 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118

Completed in 16 milliseconds

12345678910>>...64