Searched refs:stdio_fd (Results 1 – 1 of 1) sorted by relevance
630 int stdio_fd = -1; in __libc_extensions_init() local713 stdio_fd = arg_fd; in __libc_extensions_init()722 fdio_t* use_for_stdio = (stdio_fd >= 0) ? fdio_fdtab[stdio_fd] : NULL; in __libc_extensions_init()734 LOG(1, "fdio: inherit fd=%u (dup of fd=%d)\n", n, stdio_fd); in __libc_extensions_init()
Completed in 7 milliseconds