Home
last modified time | relevance | path

Searched refs:squirrel (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/supertux/
H A D0001-CMakeLists.txt-compile-squirrel-with-fPIC.patch4 Subject: [PATCH] CMakeLists.txt: compile squirrel with -fPIC
6 Ensure that squirrel is compiled with -fPIC to allow linking the static
23 @@ -412,7 +412,8 @@ ExternalProject_Add(squirrel
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c444 static int setup_redirects(struct child_prog *prog, int squirrel[]);
1207 static int setup_redirects(struct child_prog *prog, int squirrel[]) argument
1231 if (squirrel && redir->fd < 3) {
1232 squirrel[redir->fd] = dup(redir->fd);
1246 static void restore_redirects(int squirrel[]) argument
1250 fd = squirrel[i];
1576 int squirrel[] = {-1, -1, -1}; local
1579 setup_redirects(child, squirrel);
1583 restore_redirects(squirrel);
1646 int squirrel[] = {-1, -1, -1}; local
[all …]