Home
last modified time | relevance | path

Searched refs:efwrite (Results 1 – 14 of 14) sorted by relevance

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dconfig.c988 efwrite(&background2, 1, 1, f); in JE_saveConfiguration()
989 efwrite(&gameSpeed, 1, 1, f); in JE_saveConfiguration()
991 efwrite(&inputDevice_, 1, 1, f); in JE_saveConfiguration()
992 efwrite(&jConfigure, 1, 1, f); in JE_saveConfiguration()
994 efwrite(&versionNum, 1, 1, f); in JE_saveConfiguration()
995 efwrite(&processorType, 1, 1, f); in JE_saveConfiguration()
996 efwrite(&midiPort, 1, 1, f); in JE_saveConfiguration()
997 efwrite(&soundEffects, 1, 1, f); in JE_saveConfiguration()
1000 efwrite(joyButtonAssign, 1, 4, f); in JE_saveConfiguration()
1003 efwrite(&fxVolume, 2, 1, f); in JE_saveConfiguration()
[all …]
H A Dfile.h45 size_t efwrite( void *buffer, size_t size, size_t num, FILE *stream );
48 #define efwrite fwrite macro
H A Dfile.c153 size_t efwrite( void *buffer, size_t size, size_t num, FILE *stream ) in efwrite() function
H A Dtyrian2.c944 efwrite(&episodeNum, 1, 1, demo_file); in JE_main()
945 efwrite(levelName, 1, 10, demo_file); in JE_main()
946 efwrite(&lvlFileNum, 1, 1, demo_file); in JE_main()
970 efwrite(&levelSong, 1, 1, demo_file); in JE_main()
H A Dmainint.c3195 efwrite(&demo_keys_wait, sizeof(Uint16), 1, demo_file); in JE_playerMovement()
/dports/graphics/farbfeld/farbfeld-4/
H A Dutil.c79 efwrite(&tmp, sizeof(tmp), 1, stdout); in ff_write_header()
82 efwrite(&tmp, sizeof(tmp), 1, stdout); in ff_write_header()
151 efwrite(const void *p, size_t s, size_t n, FILE *f) in efwrite() function
H A Dpng2ff.c81 efwrite(row, sizeof(uint16_t), rowlen, stdout); in main()
86 efwrite(pngrows[r], sizeof(uint16_t), rowlen, stdout); in main()
H A Dutil.h20 void efwrite(const void *, size_t, size_t, FILE *);
H A Dff2pam.c51 efwrite(row, sizeof(uint16_t), rowlen, stdout); in main()
H A Dff2ppm.c68 efwrite(rowout, sizeof(uint8_t), rowoutlen, stdout); in main()
H A Djpg2ff.c82 efwrite(row, sizeof(uint16_t), rowlen, stdout); in main()
/dports/japanese/gawk/gawk-3.0.6/
H A Dbuiltin.c91 static void efwrite P((const void *ptr, size_t size, size_t count, FILE *fp,
97 efwrite(ptr, size, count, fp, from, rp, flush) in efwrite() function
1053 efwrite(tree->stptr, sizeof(char), tree->stlen, fp, "printf", rp, TRUE);
1428 efwrite(t[i]->stptr, sizeof(char), t[i]->stlen, fp, "print", rp, FALSE);
1432 efwrite(OFS, sizeof(char), (size_t) OFSlen,
1437 efwrite(ORS, sizeof(char), (size_t) ORSlen, fp, "print", rp, TRUE);
/dports/lang/gawk/gawk-5.1.1/
H A Dbuiltin.c102 efwrite(const void *ptr, in efwrite() function
1768 efwrite(tmp->stptr, sizeof(char), tmp->stlen, fp, "printf", rp, true); in do_printf()
2281 efwrite(args_array[i]->stptr, sizeof(char), args_array[i]->stlen, fp, "print", rp, false); in do_print()
2284 efwrite(OFS, sizeof(char), (size_t) OFSlen, in do_print()
2289 efwrite(ORS, sizeof(char), (size_t) ORSlen, fp, "print", rp, true); in do_print()
2342 efwrite(f0->stptr, sizeof(char), f0->stlen, fp, "print", rp, false); in do_print_rec()
2345 efwrite(ORS, sizeof(char), (size_t) ORSlen, fp, "print", rp, true); in do_print_rec()
H A DChangeLog.11974 * builtin.c (efwrite): Use it.
1985 * builtin.c (efwrite): Exit successfully upon EPIPE, as SIGPIPE
2721 * builtin.c (efwrite) [__MINGW32__]: Call w32_maybe_set_errno if
4681 * builtin.c (efwrite): Rework check for non-fatal.
4693 * builtin.c (efwrite): Call it.
4904 * builtin.c (efwrite): If RED_NON_FATAL set, just set ERRNO and return.
6014 * builtin.c (efwrite): If write error to stdout is EPIPE,
7350 * builtin.c (efwrite): Adjust logic to use rp->output data and
8903 * builtin.c (efwrite): Fix flushing test back to what it was