/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/ |
H A D | esx_f_opendir_ex.asm | 1 ; 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 D | esx_f_opendir_ex_callee.asm | 1 ; 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 D | esx_f_opendir_ex.asm | 1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
|
H A D | esx_f_opendir_ex_callee.asm | 1 ; 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 D | esx_f_opendir_ex.asm | 1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
|
H A D | esx_f_opendir_ex_callee.asm | 1 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
|
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/esxdos/dir/ |
H A D | dir.c | 23 dirh = esx_f_opendir_ex(cwd, ESX_DIR_USE_LFN); in main()
|
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/ |
H A D | asm_esx_f_opendir.asm | 2 ; unsigned char esx_f_opendir_ex(unsigned char *dirname,uint8_t mode)
|
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/esxdos/ |
H A D | readme.md | 19 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 D | run.c | 225 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 D | find.c | 264 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 D | catalog.c | 310 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 D | esxdos.h | 295 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 D | esxdos.h | 295 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 D | esxdos.h | 314 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 D | esxdos.h | 283 extern unsigned char esx_f_opendir_ex(const char *dirname,uint8_t diruse);
|
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/ |
H A D | esxdos_sccz80.lst | 34 arch/zxn/esxdos/c/sccz80/esx_f_opendir_ex
|
H A D | esxdos_sdcc_iy.lst | 44 arch/zxn/esxdos/c/sdcc_iy/esx_f_opendir_ex
|
H A D | esxdos_sdcc_ix.lst | 44 arch/zxn/esxdos/c/sdcc_ix/esx_f_opendir_ex
|
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/arch/zxn/ |
H A D | esxdos.h | 223 __DPROTO(,,unsigned char,,esx_f_opendir_ex,const char *dirname,uint8_t diruse)
|