Searched refs:read_stdin (Results 1 – 5 of 5) sorted by relevance
55 int read_stdin = 1; in lang_specific_driver() local105 read_stdin = 0; in lang_specific_driver()120 read_stdin = 0; in lang_specific_driver()154 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()184 if (read_stdin) in lang_specific_driver()
55 int read_stdin = 1; in lang_specific_driver() local106 read_stdin = 0; in lang_specific_driver()121 read_stdin = 0; in lang_specific_driver()155 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()185 if (read_stdin) in lang_specific_driver()
409 int read_stdin; in get_key() local414 read_stdin = (!key_file || !strcmp(key_file, "-")) ? 1 : 0; in get_key()417 read_horizon = (key_file && !read_stdin) ? key_size : 0 /* until EOF */; in get_key()420 fd = read_stdin ? STDIN_FILENO : open(key_file, O_RDONLY); in get_key()464 if(!read_stdin && read_horizon == 0) { in get_key()
220 int read_stdin = (naddr == 0); in translate_addresses() local224 if (read_stdin) in translate_addresses()
229 int read_stdin = (naddr == 0); in translate_addresses() local233 if (read_stdin) in translate_addresses()