Lines Matching +full:- +full:f
12 FILE *f = fopen(fname, "rb"); in readfile() local
13 if (!f) in readfile()
15 if (fstat(fileno(f), &st) == -1) in readfile()
18 *size = fread(buf, st.st_size, 1, f); in readfile()
19 fclose(f); in readfile()
25 while (nestingLevel--) in indent()
31 while (len--) in dumpbytes()
125 float f; in dumprecursive() local
127 cbor_value_get_float(it, &f); in dumprecursive()
128 val = f; in dumprecursive()
177 it.ptr - buf, cbor_error_string(err)); in main()