Home
last modified time | relevance | path

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

/stdio-common/
A Dbug5.c15 FILE *in; in main() local
24 in = fopen (inname, "w+"); in main()
25 if (in == NULL) in main()
31 fprintf (in, "%Zu\n", i); in main()
39 if (fseek (in, 0L, SEEK_SET) != 0) in main()
41 putc (getc (in), out); in main()
42 i = fread (buf, 1, sizeof (buf), in); in main()
53 fclose (in); in main()
A Dbug20.c9 wchar_t in[] = L"123,abc,321"; in do_test() local
15 printf ("in='%ls' format='%ls'\n", in, format); in do_test()
16 if (swscanf (in, format, &out_d1, out_s, &out_d2) != 3) in do_test()
21 printf ("in='%ls' format='%ls'\n", in, format); in do_test()
A Dtstscanf.c33 FILE *in = stdin, *out = stdout; in main() local
75 in = popen (buf, "r"); in main()
76 if (in == NULL) in main()
103 n = fscanf (in, "%d%f%s", &i, &x, name); in main()
112 fprintf (out, "Residual: \"%s\"\n", fgets (buf, sizeof (buf), in)); in main()
123 (void) fscanf (in, "%2d%f%*d %[0123456789]", &i, &x, name); in main()
131 fprintf (out, "Residual: \"%s\"\n", fgets (buf, sizeof (buf), in)); in main()
154 while (!feof (in) && !ferror (in)) in main()
166 count = fscanf (in, "%f%20s of %20s", &quant, units, item); in main()
167 (void) fscanf (in, "%*[^\n]"); in main()
[all …]
A DVersions6 # functions used in other libraries
9 # variables in normal name space
64 # SHLIB_COMPAT(GLIBC_2_0, GLIBC_2_29) used in iovfscanf.c etc.
69 # Used in libcrypt.
A Dstdio_lim.h.in9 The GNU C Library is distributed in the hope that it will be useful,

Completed in 5 milliseconds