Lines Matching refs:stdin
111 int fd = fileno(stdin); in look_in_sections()
168 (void) fseek(stdin, (long)shdr.sh_offset, 0); in look_in_sections()
299 if (freopen(argv[optind], "r", stdin) == NULL) {
313 sizeof (ahdr), stdin);
314 htype = ismagic(hsize, &ahdr, stdin);
318 (void) fseek(stdin, (long)ADATAPOS(&ahdr), 0);
335 (void) fseek(stdin, (long)0, 0);
354 c = getc(stdin);
361 ftell(stdin) - cc - 1);
366 ftell(stdin) - cc - 1);
371 ftell(stdin) - cc - 1);
435 (mbuf[len] = getc(stdin)) == -1)
470 (void) ungetc(mbuf[len], stdin);