Searched refs:fwrite_unlocked (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/libopagent/
H A Dopagent.c260 if (fwrite_unlocked(&rec, sizeof(rec), 1, dumpfile) &&
261 fwrite_unlocked(symbol_name, sz_symb_name, 1, dumpfile)) {
263 fwrite_unlocked(code, size, 1, dumpfile);
265 fwrite_unlocked(pad_bytes, padding_count, 1, dumpfile);
317 if (!fwrite_unlocked(&rec, sizeof(rec), 1, dumpfile))
320 if (!fwrite_unlocked(&compile_map[i].vma,
323 !fwrite_unlocked(&compile_map[i].lineno,
326 !fwrite_unlocked(compile_map[i].filename,
341 if (!fwrite_unlocked(&rec, sizeof(rec), 1, dumpfile))
/external/bison/lib/
H A Dunlocked-io.h95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z)
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro
/external/elfutils/src/
H A Dldlex.l54 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s)
57 the return value of fwrite_unlocked. */
H A Dstrings.c380 fwrite_unlocked (start, 1, buf - start, stdout);
440 fwrite_unlocked (start, 1, buf - start, stdout);
H A Dldlex.c1129 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s)
1132 the return value of fwrite_unlocked. */
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5484 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
/external/bison/
H A Dconfigure11558 echo "$as_me:$LINENO: checking whether fwrite_unlocked is declared" >&5
11559 echo $ECHO_N "checking whether fwrite_unlocked is declared... $ECHO_C" >&6
11573 #ifndef fwrite_unlocked
11574 char *p = (char *) fwrite_unlocked;

Completed in 2706 milliseconds