Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.c2780 int temp_fd; in construct_command_argv_internal() local
2787 *batch_filename_ptr = create_batch_file (fbuf, unixy_shell, &temp_fd); in construct_command_argv_internal()
2794 _setmode (temp_fd, _O_TEXT); in construct_command_argv_internal()
2795 batch = _fdopen (temp_fd, "wt"); in construct_command_argv_internal()