Home
last modified time | relevance | path

Searched refs:esx_f_opendir_ex (Results 1 – 20 of 20) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/
H A Desx_f_opendir_ex.asm1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
5 PUBLIC esx_f_opendir_ex
9 esx_f_opendir_ex: label
25 defc _esx_f_opendir_ex = esx_f_opendir_ex
H A Desx_f_opendir_ex_callee.asm1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/
H A Desx_f_opendir_ex.asm1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
H A Desx_f_opendir_ex_callee.asm1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_ix/
H A Desx_f_opendir_ex.asm1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
H A Desx_f_opendir_ex_callee.asm1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/esxdos/dir/
H A Ddir.c23 dirh = esx_f_opendir_ex(cwd, ESX_DIR_USE_LFN); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/
H A Dasm_esx_f_opendir.asm2 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/esxdos/
H A Dreadme.md19 files. The same code could be run on original ESXDOS if the call to `esx_f_opendir_ex()`
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/run/
H A Drun.c225 gin = esx_f_opendir_ex(p, ESX_DIR_USE_LFN); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/find/128/
H A Dfind.c264 gin = esx_f_opendir_ex(dirpath, ESX_DIR_USE_LFN); in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/ls/128/
H A Dcatalog.c310 fin = esx_f_opendir_ex(name, ESX_DIR_USE_LFN); in catalog_add_file_records_from_dir()
/dports/devel/z88dk/z88dk/include/arch/zxn/
H A Desxdos.h295 extern unsigned char __LIB__ esx_f_opendir_ex(const char *dirname,uint8_t diruse) __smallc;
297 #define esx_f_opendir_ex(a,b) esx_f_opendir_ex_callee(a,b) macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/arch/zxn/
H A Desxdos.h295 extern unsigned char __LIB__ esx_f_opendir_ex(const char *dirname,uint8_t diruse) __smallc;
297 #define esx_f_opendir_ex(a,b) esx_f_opendir_ex_callee(a,b) macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/arch/zxn/
H A Desxdos.h314 extern unsigned char esx_f_opendir_ex(const char *dirname,uint8_t diruse);
316 #define esx_f_opendir_ex(a,b) esx_f_opendir_ex_callee(a,b) macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/arch/zxn/
H A Desxdos.h283 extern unsigned char esx_f_opendir_ex(const char *dirname,uint8_t diruse);
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/
H A Desxdos_sccz80.lst34 arch/zxn/esxdos/c/sccz80/esx_f_opendir_ex
H A Desxdos_sdcc_iy.lst44 arch/zxn/esxdos/c/sdcc_iy/esx_f_opendir_ex
H A Desxdos_sdcc_ix.lst44 arch/zxn/esxdos/c/sdcc_ix/esx_f_opendir_ex
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/arch/zxn/
H A Desxdos.h223 __DPROTO(,,unsigned char,,esx_f_opendir_ex,const char *dirname,uint8_t diruse)