HomeSort by relevance Sort by last modified time
    Searched refs:toclose (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
pex-unix.c 496 int in, int out, int errdes, int toclose,
519 if (toclose >= 0
520 && save_and_install_fd (NULL, &fl_tc, toclose, -1) < 0)
567 if (toclose >= 0
568 && restore_fd (toclose, toclose, fl_tc) < 0)
595 int toclose, const char **errmsg, int *err)
651 if (toclose >= 0)
653 if (close (toclose) < 0)
pex-common.c 162 int toclose; local
338 toclose = -1;
340 toclose = obj->next_input;
345 in, out, errdes, toclose, &errmsg, err);
pex-djgpp.c 119 int toclose ATTRIBUTE_UNUSED, const char **errmsg,
pex-msdos.c 158 int toclose ATTRIBUTE_UNUSED,
pex-win32.c 759 int toclose ATTRIBUTE_UNUSED,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 303 static void aux_lines (lua_State *L, int toclose) {
310 lua_pushboolean(L, toclose); /* close/not close file when finished */
324 int toclose; local
330 toclose = 0; /* do not close it after iteration */
336 toclose = 1; /* close it after iteration */
338 aux_lines(L, toclose);
  /external/skia/third_party/lua/src/
liolib.c 302 static void aux_lines (lua_State *L, int toclose) {
309 lua_pushboolean(L, toclose); /* close/not close file when finished */
323 int toclose; local
329 toclose = 0; /* do not close it after iteration */
335 toclose = 1; /* close it after iteration */
337 aux_lines(L, toclose);
  /external/syslinux/com32/lua/src/
liolib.c 305 static void aux_lines (lua_State *L, int toclose) {
312 lua_pushboolean(L, toclose); /* close/not close file when finished */
326 int toclose; local
332 toclose = 0; /* do not close it after iteration */
338 toclose = 1; /* close it after iteration */
340 aux_lines(L, toclose);

Completed in 479 milliseconds