Home
last modified time | relevance | path

Searched refs:esx_f_write (Results 1 – 21 of 21) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/
H A Desx_f_write.asm1 ; uint16_t esx_f_write(unsigned char handle, void *src, size_t nbytes)
5 PUBLIC esx_f_write
9 esx_f_write: label
27 defc _esx_f_write = esx_f_write
H A Desx_f_write_callee.asm1 ; uint16_t esx_f_write(unsigned char handle, void *src, size_t nbytes)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/strings/
H A Dstrings.c288 esx_f_write(fout, wbuffer + 7, strlen(wbuffer + 7)); in main()
304 esx_f_write(fout, wbuffer, wsize); in main()
323 esx_f_write(fout, wbuffer, strlen(wbuffer)); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/
H A Desx_f_write.asm1 ; uint16_t esx_f_write(unsigned char handle, void *src, size_t nbytes)
H A Desx_f_write_callee.asm1 ; uint16_t esx_f_write(unsigned char handle, void *src, size_t nbytes)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_ix/
H A Desx_f_write.asm1 ; uint16_t esx_f_write(unsigned char handle, void *src, size_t nbytes)
H A Desx_f_write_callee.asm1 ; uint16_t esx_f_write(unsigned char handle, void *src, size_t nbytes)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/
H A Dasm_esx_f_write.asm1 ; uint16_t esx_f_write(unsigned char handle, void *src, size_t nbytes)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/cp/48/
H A Dcp.c153 if (esx_f_write(fout, buffer, num) != num) in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/mv/128/
H A Dmove.c102 if (esx_f_write(fout, buffer, num) != num) in mv_rename_file()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/dzx7/48/
H A Ddzx7.c160 if (esx_f_write(ofp, output_data, output_index) != output_index) in save_output()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/dzx7/128/
H A Ddzx7.c161 if (esx_f_write(ofp, output_data, output_index) != output_index) in save_output()
/dports/devel/z88dk/z88dk/include/arch/zxn/
H A Desxdos.h433 extern uint16_t __LIB__ esx_f_write(unsigned char handle,void *src,size_t nbytes) __smallc;
435 #define esx_f_write(a,b,c) esx_f_write_callee(a,b,c) macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/arch/zxn/
H A Desxdos.h433 extern uint16_t __LIB__ esx_f_write(unsigned char handle,void *src,size_t nbytes) __smallc;
435 #define esx_f_write(a,b,c) esx_f_write_callee(a,b,c) macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/arch/zxn/
H A Desxdos.h471 extern uint16_t esx_f_write(unsigned char handle,void *src,size_t nbytes);
473 #define esx_f_write(a,b,c) esx_f_write_callee(a,b,c) macro
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/extract/
H A Dextract.c345 if (esx_f_write(fout, buffer, size) != size) in main()
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/arch/zxn/
H A Desxdos.h401 extern uint16_t esx_f_write(unsigned char handle,void *src,size_t nbytes);
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/
H A Desxdos_sccz80.lst58 arch/zxn/esxdos/c/sccz80/esx_f_write
H A Desxdos_sdcc_iy.lst74 arch/zxn/esxdos/c/sdcc_iy/esx_f_write
H A Desxdos_sdcc_ix.lst74 arch/zxn/esxdos/c/sdcc_ix/esx_f_write
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/arch/zxn/
H A Desxdos.h299 __DPROTO(,,uint16_t,,esx_f_write,unsigned char handle,void *src,size_t nbytes)