Home
last modified time | relevance | path

Searched refs:_cdecl (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/dports/emulators/aranym/aranym-1.1.0/atari/hostfs/metados/
H A Ddosdir.h22 long _cdecl sys_d_free (MetaDOSDir long *buf, int d);
23 long _cdecl sys_d_create (MetaDOSDir const char *path);
24 long _cdecl sys_d_delete (MetaDOSDir const char *path);
26 long _cdecl sys_f_snext (MetaDOSDTA0);
28 long _cdecl sys_f_delete (MetaDOSDir const char *name);
34 long _cdecl sys_d_rewind (MetaDOSDir long handle);
35 long _cdecl sys_d_closedir (MetaDOSDir long handle);
47 long _cdecl sys_d_chroot (MetaDOSDir const char *dir);
49 long _cdecl sys_f_chdir (MetaDOSFile short fd);
50 long _cdecl sys_f_opendir (MetaDOSFile short fd);
[all …]
H A Ddosfile.h16 long _cdecl sys_f_open (MetaDOSFile const char *name, short mode);
17 long _cdecl sys_f_create (MetaDOSFile const char *name, short attrib);
18 long _cdecl sys_f_close (MetaDOSFile short fd);
19 long _cdecl sys_f_read (MetaDOSFile short fd, long count, char *buf);
21 long _cdecl sys_f_seek (MetaDOSFile long place, short fd, short how);
22 long _cdecl sys_f_dup (MetaDOSFile short fd);
23 long _cdecl sys_f_force (MetaDOSFile short newh, short oldh);
26 long _cdecl sys_f_cntl (MetaDOSFile short fd, long arg, short cmd);
30 long _cdecl sys_f_fchmod (MetaDOSFile short fd, ushort mode);
33 long _cdecl sys_f_poll (POLLFD *fds, ulong nfds, ulong timeout);
[all …]
H A Ddebug.h61 void _cdecl Tracelow (const char *s, ...);
62 void _cdecl Trace (const char *s, ...);
63 void _cdecl Debug (const char *s, ...);
64 void _cdecl ALERT (const char *s, ...);
66 EXITING _cdecl FATAL (const char *s, ...) NORETURN;
H A Dmain.c28 long _cdecl (*nf_call)(long id, ...) = 0L;
30 void _cdecl ShowBanner( void );
31 void* _cdecl InitDevice( long bosDevID, long dosDevID );
35 void _cdecl ShowBanner( void ) in ShowBanner()
88 void* _cdecl InitDevice( long bosDevID, long dosDevID ) in InitDevice()
H A Ddebug.c62 void _cdecl
79 void _cdecl
96 void _cdecl
115 EXITING _cdecl
H A Ddosdir.c30 long _cdecl
55 long _cdecl
118 long _cdecl
209 long _cdecl
464 long _cdecl
629 long _cdecl
688 long _cdecl
785 long _cdecl
894 long _cdecl
927 long _cdecl
[all …]
/dports/emulators/aranym/aranym-1.1.0/atari/hostfs/metados/mint/
H A Dfsops.h48 long _cdecl (*open) (FILEPTR *f);
54 long _cdecl (*close) (FILEPTR *f, int pid);
91 long _cdecl (*root) (int drv, fcookie *fc);
96 long _cdecl (*chattr) (fcookie *file, int attr);
104 long _cdecl (*opendir) (DIR *dirh, int tosflag);
106 long _cdecl (*rewinddir) (DIR *dirh);
107 long _cdecl (*closedir) (DIR *dirh);
116 long _cdecl (*dskchng) (int drv, int mode);
117 long _cdecl (*release) (fcookie *);
119 long _cdecl (*sync) (void);
[all …]
H A Dstring.h40 void _cdecl bzero (void *dst, unsigned long size);
41 char * _cdecl strcpy (char *dst, const char *src);
42 char * _cdecl strncpy (char *dst, const char *src, long len);
43 long _cdecl strlen (const char *s);
44 char * _cdecl strupr (char *s);
46 long _cdecl kvsprintf (char *buf, long buflen, const char *fmt, va_list args) __attri…
47 long _cdecl ksprintf (char *buf, long buflen, const char *fmt, ...) __attribute__((f…
H A Dtime.h52 long _cdecl dostime (long tv_sec);
53 long _cdecl unixtime (unsigned short time, unsigned short date);
54 long _cdecl unix2xbios (long tv_sec);
55 void _cdecl unix2calendar (long tv_sec,
/dports/games/d2x/d2x-0.2.5/unused/win95/
H A Dtactile.h79 extern Bool _cdecl Echo(void);
80 extern Bool _cdecl IForceAuthenticate(void);
81 extern int _cdecl GetStickError(void);
82 extern Bool _cdecl EnableForces(void);
83 extern Bool _cdecl DisableForces(void);
84 extern Bool _cdecl ClearForces(void);
85 extern Bool _cdecl CloseStick(void);
96 extern Bool _cdecl XVibrationClear(void);
99 extern Bool _cdecl YVibrationClear(void);
101 extern Bool _cdecl BuffetingClear(void);
[all …]
/dports/emulators/aranym/aranym-1.1.0/atari/hostfs/metados/hostfs/
H A Dhostfs_xfs.c40 ulong _cdecl fs_drive_bits(void) in fs_drive_bits()
54 long _cdecl hostfs_fs_root (int drv, fcookie *fc) in hostfs_fs_root()
85 long _cdecl hostfs_fs_chattr (fcookie *file, int attr) in hostfs_fs_chattr()
135 long _cdecl hostfs_fs_opendir (DIR *dirh, int tosflag) in hostfs_fs_opendir()
148 long _cdecl hostfs_fs_rewinddir (DIR *dirh) in hostfs_fs_rewinddir()
154 long _cdecl hostfs_fs_closedir (DIR *dirh) in hostfs_fs_closedir()
198 long _cdecl hostfs_fs_hardlink (fcookie *fromdir, in hostfs_fs_hardlink()
213 long _cdecl hostfs_fs_dskchng (int drv, int mode) in hostfs_fs_dskchng()
219 long _cdecl hostfs_fs_release (fcookie *fc) in hostfs_fs_release()
231 long _cdecl hostfs_fs_sync (void) in hostfs_fs_sync()
[all …]
H A Dhostfs_dev.c37 static long _cdecl hostfs_fs_dev_open (FILEPTR *f) { in hostfs_fs_dev_open()
41 static long _cdecl hostfs_fs_dev_write (FILEPTR *f, const char *buf, long bytes) { in hostfs_fs_dev_write()
45 static long _cdecl hostfs_fs_dev_read (FILEPTR *f, char *buf, long bytes) { in hostfs_fs_dev_read()
49 static long _cdecl hostfs_fs_dev_lseek (FILEPTR *f, long where, int whence) { in hostfs_fs_dev_lseek()
53 static long _cdecl hostfs_fs_dev_ioctl (FILEPTR *f, int mode, void *buf) { in hostfs_fs_dev_ioctl()
57 static long _cdecl hostfs_fs_dev_datime (FILEPTR *f, ushort *timeptr, int rwflag) { in hostfs_fs_dev_datime()
61 static long _cdecl hostfs_fs_dev_close (FILEPTR *f, int pid) { in hostfs_fs_dev_close()
65 static long _cdecl hostfs_fs_dev_select (FILEPTR *f, long proc, int mode) { in hostfs_fs_dev_select()
69 static void _cdecl hostfs_fs_dev_unselect (FILEPTR *f, long proc, int mode) { in hostfs_fs_dev_unselect()
/dports/devel/jwasm/JWasm-f0a2fdd/Samples/
H A DCrtExe.asm9 _cdecl textequ <c> label
13 _cdecl textequ <> label
44 __getmainargs proto _cdecl :ptr, :ptr, :ptr, :dword, :ptr
45 exit proto _cdecl :dword
46 main proto _cdecl :dword, :ptr, :ptr
50 mainCRTStartup proc _cdecl pattr
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dgfxfilter.h41 extern void _cdecl hq2x_16 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
42 extern void _cdecl hq2x_32 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
43 extern void _cdecl hq3x_16 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
44 extern void _cdecl hq3x_32 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
45 extern void _cdecl hq4x_16 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
46 extern void _cdecl hq4x_32 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dgfxfilter.h47 extern void _cdecl hq2x_16 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
48 extern void _cdecl hq2x_32 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
49 extern void _cdecl hq3x_16 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
50 extern void _cdecl hq3x_32 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
51 extern void _cdecl hq4x_16 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
52 extern void _cdecl hq4x_32 (unsigned char*, unsigned char*, DWORD, DWORD, DWORD);
/dports/www/npapi-xine/xine-plugin-1.0.2/include/
H A Dprtypes.h120 #define PR_EXPORT(__type) extern __type _cdecl _export _loadds
121 #define PR_IMPORT(__type) extern __type _cdecl _export _loadds
125 #define PR_EXTERN(__type) extern __type _cdecl _export _loadds
126 #define PR_IMPLEMENT(__type) __type _cdecl _export _loadds
134 #define PR_EXPORT(__type) extern __type _cdecl _export
135 #define PR_IMPORT(__type) extern __type _cdecl _export
139 #define PR_EXTERN(__type) extern __type _cdecl _export
140 #define PR_IMPLEMENT(__type) __type _cdecl _export
/dports/graphics/djview4/djview4-4.12/nsdejavu/npsdk/
H A Dprtypes.h120 #define PR_EXPORT(__type) extern __type _cdecl _export _loadds
121 #define PR_IMPORT(__type) extern __type _cdecl _export _loadds
125 #define PR_EXTERN(__type) extern __type _cdecl _export _loadds
126 #define PR_IMPLEMENT(__type) __type _cdecl _export _loadds
134 #define PR_EXPORT(__type) extern __type _cdecl _export
135 #define PR_IMPORT(__type) extern __type _cdecl _export
139 #define PR_EXTERN(__type) extern __type _cdecl _export
140 #define PR_IMPLEMENT(__type) __type _cdecl _export
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/universalchardet/
H A Dprtypes.h120 #define PR_EXPORT(__type) extern __type _cdecl _export _loadds
121 #define PR_IMPORT(__type) extern __type _cdecl _export _loadds
125 #define PR_EXTERN(__type) extern __type _cdecl _export _loadds
126 #define PR_IMPLEMENT(__type) __type _cdecl _export _loadds
134 #define PR_EXPORT(__type) extern __type _cdecl _export
135 #define PR_IMPORT(__type) extern __type _cdecl _export
139 #define PR_EXTERN(__type) extern __type _cdecl _export
140 #define PR_IMPLEMENT(__type) __type _cdecl _export
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/packages/boost/
H A Dmem_fn.hpp54 #define SC_BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
107 #define SC_BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
160 #define SC_BOOST_MEM_FN_NAME(X) X##_cdecl
161 #define SC_BOOST_MEM_FN_NAME2(X) inner_##X##_cdecl
222 #define SC_BOOST_MEM_FN_NAME(X) X##_cdecl
275 #define SC_BOOST_MEM_FN_NAME(X) X##_cdecl
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/bind/
H A Dmem_fn.hpp54 #define BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
107 #define BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
160 #define BOOST_MEM_FN_NAME(X) X##_cdecl
161 #define BOOST_MEM_FN_NAME2(X) inner_##X##_cdecl
222 #define BOOST_MEM_FN_NAME(X) X##_cdecl
275 #define BOOST_MEM_FN_NAME(X) X##_cdecl
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/bind/
H A Dmem_fn.hpp54 #define BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
107 #define BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
160 #define BOOST_MEM_FN_NAME(X) X##_cdecl
161 #define BOOST_MEM_FN_NAME2(X) inner_##X##_cdecl
222 #define BOOST_MEM_FN_NAME(X) X##_cdecl
275 #define BOOST_MEM_FN_NAME(X) X##_cdecl
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/bind/
H A Dmem_fn.hpp54 #define BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
107 #define BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
160 #define BOOST_MEM_FN_NAME(X) X##_cdecl
161 #define BOOST_MEM_FN_NAME2(X) inner_##X##_cdecl
222 #define BOOST_MEM_FN_NAME(X) X##_cdecl
275 #define BOOST_MEM_FN_NAME(X) X##_cdecl
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/bind/
H A Dmem_fn.hpp54 #define BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
107 #define BOOST_MEM_FN_NAME(X) inner_##X##_cdecl
160 #define BOOST_MEM_FN_NAME(X) X##_cdecl
161 #define BOOST_MEM_FN_NAME2(X) inner_##X##_cdecl
222 #define BOOST_MEM_FN_NAME(X) X##_cdecl
275 #define BOOST_MEM_FN_NAME(X) X##_cdecl
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/ctypes/tests/
H A Djsctypes-test.h32 EXPORT_CDECL(type) get_##name##_cdecl(); \
33 EXPORT_CDECL(type) set_##name##_cdecl(type); \
34 EXPORT_CDECL(type) sum_##name##_cdecl(type, type); \
35 EXPORT_CDECL(type) sum_alignb_##name##_cdecl(char, type, char, type, char); \
37 sum_alignf_##name##_cdecl(float, type, float, type, float); \
39 sum_many_##name##_cdecl(type, type, type, type, type, type, type, type, \
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/ctypes/tests/
H A Djsctypes-test.h32 EXPORT_CDECL(type) get_##name##_cdecl(); \
33 EXPORT_CDECL(type) set_##name##_cdecl(type); \
34 EXPORT_CDECL(type) sum_##name##_cdecl(type, type); \
35 EXPORT_CDECL(type) sum_alignb_##name##_cdecl(char, type, char, type, char); \
36 EXPORT_CDECL(type) sum_alignf_##name##_cdecl( \
38 EXPORT_CDECL(type) sum_many_##name##_cdecl( \

12345678910>>...34