Home
last modified time | relevance | path

Searched refs:TCHAR (Results 1 – 25 of 3565) sorted by relevance

12345678910>>...143

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dcfgfile.h8 int cfgfile_yesno (const TCHAR *option, const TCHAR *value, const TCHAR *name, bool *location);
9 int cfgfile_intval (const TCHAR *option, const TCHAR *value, const TCHAR *name, int *location, int …
10 int cfgfile_strval (const TCHAR *option, const TCHAR *value, const TCHAR *name, int *location, cons…
11 int cfgfile_string (const TCHAR *option, const TCHAR *value, const TCHAR *name, TCHAR *location, in…
12 TCHAR *cfgfile_subst_path (const TCHAR *path, const TCHAR *subst, const TCHAR *file);
18 int cfgfile_get_description (const TCHAR *filename, TCHAR *description, TCHAR *hostlink, TCHAR *har…
41 int cfgfile_yesno2 (const TCHAR *option, const TCHAR *value, const TCHAR *name, int *location);
44 int cfgfile_strboolval (const TCHAR *option, const TCHAR *value, const TCHAR *name, bool *location,…
45 int cfgfile_path_mp (const TCHAR *option, const TCHAR *value, const TCHAR *name, TCHAR *location, i…
46 int cfgfile_path (const TCHAR *option, const TCHAR *value, const TCHAR *name, TCHAR *location, int …
[all …]
H A Dfsdb.h75 TCHAR *aname;
76 TCHAR *nname;
78 TCHAR *comment;
135 extern TCHAR *nname_begin (TCHAR *);
137 extern TCHAR *build_nname (const TCHAR *d, const TCHAR *n);
138 extern TCHAR *build_aname (const TCHAR *d, const TCHAR *n);
142 extern TCHAR *fsdb_search_dir (const TCHAR *dirname, TCHAR *rel);
149 STATIC_INLINE int same_aname (const TCHAR *an1, const TCHAR *an2) in same_aname()
173 extern int my_rename (const TCHAR*, const TCHAR*);
174 extern int my_setcurrentdir (const TCHAR *curdir, TCHAR *oldcur);
[all …]
H A Doptions.h37 TCHAR *option, *value;
66 TCHAR *name;
67 TCHAR *configname;
230 TCHAR label[16];
262 TCHAR info[256];
623 extern int cfgfile_yesno (const TCHAR *option, const TCHAR *value, const TCHAR *name, bool *locatio…
625 extern int cfgfile_strval (const TCHAR *option, const TCHAR *value, const TCHAR *name, int *locatio…
626 extern int cfgfile_string (const TCHAR *option, const TCHAR *value, const TCHAR *name, TCHAR *locat…
627 extern TCHAR *cfgfile_subst_path (const TCHAR *path, const TCHAR *subst, const TCHAR *file);
629 extern TCHAR *target_expand_environment (const TCHAR *path);
[all …]
H A Dzfile.h45 extern struct zfile *zfile_fopen (const TCHAR *, const TCHAR *, int mask);
46 extern struct zfile *zfile_fopen2 (const TCHAR *, const TCHAR *);
47 extern struct zfile *zfile_fopen4 (const TCHAR *, const TCHAR *, int mask, int index);
55 extern int zfile_exists (const TCHAR *name);
62 extern TCHAR *zfile_fgets (TCHAR *s, int size, struct zfile *z);
70 extern int execute_command (TCHAR *);
83 extern int zfile_convertimage (const TCHAR *src, const TCHAR *dst);
86 extern TCHAR *zfile_geterror (void);
125 extern int zfile_fs_usage_archive (const TCHAR *path, const TCHAR *disk, struct fs_usage *fsp);
133 extern int zfile_fill_file_attrs_archive (const TCHAR *path, int *isdir, int *flags, TCHAR **commen…
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dfsdb.h68 TCHAR *comment;
86 TCHAR *aname;
125 extern TCHAR *nname_begin (TCHAR *);
127 extern TCHAR *build_nname (const TCHAR *d, const TCHAR *n);
128 extern TCHAR *build_aname (const TCHAR *d, const TCHAR *n);
132 extern TCHAR *fsdb_search_dir (const TCHAR *dirname, TCHAR *rel);
138 extern int same_aname (const TCHAR *an1, const TCHAR *an2);
160 extern int my_rename (const TCHAR*, const TCHAR*);
183 extern const TCHAR *my_getfilepart(const TCHAR *filename);
185 extern int my_issamevolume(const TCHAR *path1, const TCHAR *path2, TCHAR *path);
[all …]
H A Doptions.h34 TCHAR *option, *value;
55 TCHAR *name;
56 TCHAR *configname;
259 TCHAR label[16];
343 TCHAR info[256];
760 extern int cfgfile_yesno (const TCHAR *option, const TCHAR *value, const TCHAR *name, bool *locatio…
762 extern int cfgfile_strval (const TCHAR *option, const TCHAR *value, const TCHAR *name, int *locatio…
763 extern int cfgfile_string (const TCHAR *option, const TCHAR *value, const TCHAR *name, TCHAR *locat…
764 extern TCHAR *cfgfile_subst_path (const TCHAR *path, const TCHAR *subst, const TCHAR *file);
766 extern TCHAR *target_expand_environment (const TCHAR *path);
[all …]
H A Duae.h17 extern void real_main (int, TCHAR **);
38 extern bool get_plugin_path (TCHAR *out, int size, const TCHAR *path);
40 extern void fixtrailing (TCHAR *p);
42 extern void getpathpart (TCHAR *outpath, int size, const TCHAR *inpath);
43 extern void getfilepart (TCHAR *out, int size, const TCHAR *path);
50 extern TCHAR warning_buffer[256];
51 extern TCHAR start_path_data[];
52 extern TCHAR start_path_data_exe[];
53 extern TCHAR start_path_plugins[];
65 const TCHAR *data;
[all …]
H A Dzfile.h46 extern struct zfile *zfile_fopen (const TCHAR *, const TCHAR *, int mask);
47 extern struct zfile *zfile_fopen (const TCHAR *, const TCHAR *);
48 extern struct zfile *zfile_fopen (const TCHAR *, const TCHAR *, int mask, int index);
57 extern int zfile_exists (const TCHAR *name);
64 extern TCHAR *zfile_fgets (TCHAR *s, int size, struct zfile *z);
72 extern int execute_command (TCHAR *);
86 extern int zfile_convertimage (const TCHAR *src, const TCHAR *dst);
89 extern TCHAR *zfile_geterror (void);
128 extern int zfile_fs_usage_archive (const TCHAR *path, const TCHAR *disk, struct fs_usage *fsp);
137 extern int zfile_fill_file_attrs_archive (const TCHAR *path, int *isdir, int *flags, TCHAR **commen…
[all …]
H A Dsysdeps.h231 extern TCHAR *my_strdup (const TCHAR*s);
234 extern void my_trim (TCHAR*);
235 extern TCHAR *my_strdup_trim (const TCHAR*);
243 extern TCHAR *au_copy (TCHAR *dst, int maxlen, const char *src);
245 extern TCHAR *au_fs_copy (TCHAR *dst, int maxlen, const char *src);
347 TCHAR d_name[1];
393 extern int posixemu_rename (const TCHAR *, const TCHAR *);
416 extern FILE *stdioemu_fopen (const TCHAR *, const TCHAR *);
472 extern TCHAR *setconsolemode (TCHAR *buffer, int maxlen);
483 extern TCHAR* buf_out (TCHAR *buffer, int *bufsize, const TCHAR *format, ...);
[all …]
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dproperty.h126 extern int setEnv(const TCHAR *name, const TCHAR *value, int source);
150 extern TCHAR* generateTimeValue(const TCHAR* format, struct tm *timeTM);
156 extern TCHAR* generateRandValue(const TCHAR* format);
188 const TCHAR* filename,
276 extern void setInternalVarProperty(Properties *properties, const TCHAR *varName, const TCHAR *varVa…
278 extern const TCHAR* getStringProperty(Properties *properties, const TCHAR *propertyName, const TCHA…
280 extern const TCHAR* getNotEmptyStringProperty(Properties *properties, const TCHAR *propertyName, co…
282 extern const TCHAR* getFileSafeStringProperty(Properties *properties, const TCHAR *propertyName, co…
309 …es *properties, const TCHAR *propertyNameHead, const TCHAR *propertyNameTail, int all, int matchAn…
314 extern void freeStringProperties(TCHAR **propertyNames, TCHAR **propertyValues, long unsigned int *…
[all …]
H A Dwrapper.h253 TCHAR *confDir;
285 TCHAR *portAddress;
670 extern TCHAR *wrapperPostProcessCommandElement(TCHAR *command);
693 extern int wrapperWildcardMatch(const TCHAR *text, const TCHAR *pattern, size_t minTextLen);
711 extern void trim(const TCHAR *in, TCHAR *out);
761 extern int *wrapperGetActionListForNames(const TCHAR *actionNameList, const TCHAR *propertyName);
784 extern void updateStringValue(TCHAR **ptr, const TCHAR *value);
930 extern TCHAR* findPathOf(const TCHAR *exe, const TCHAR* name, int compat);
1133 extern void wrapperStripQuotes(const TCHAR *prop, TCHAR *propStripped);
1140 extern size_t wrapperQuoteValue(const TCHAR* value, TCHAR *buffer, size_t bufferSize);
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h81 TCHAR *name;
82 TCHAR *configname;
102 TCHAR shortid[16];
319 TCHAR label[16];
927 extern int cfgfile_yesno (const TCHAR *option, const TCHAR *value, const TCHAR *name, bool *locatio…
929 extern int cfgfile_strval (const TCHAR *option, const TCHAR *value, const TCHAR *name, int *locatio…
930 extern int cfgfile_string (const TCHAR *option, const TCHAR *value, const TCHAR *name, TCHAR *locat…
932 extern TCHAR *cfgfile_option_get(const TCHAR *s, const TCHAR *option);
933 extern TCHAR *cfgfile_subst_path (const TCHAR *path, const TCHAR *subst, const TCHAR *file);
935 extern TCHAR *target_expand_environment (const TCHAR *path, TCHAR *out, int maxlen);
[all …]
/dports/security/ftimes/ftimes-3.11.0/tools/rtimes/
H A Drtimes.h40 #define MESSAGE_SIZE (1024 * sizeof(TCHAR))
55 #define RTIMES_TYPE_SIZE (32 * sizeof(TCHAR))
95 TCHAR atcHive[(256 * sizeof(TCHAR))];
96 TCHAR atcKey[(256 * sizeof(TCHAR))];
117 int RTimesEnumerateKeys(FILE *pFile, HKEY hKey, TCHAR *ptcPath, TCHAR *ptcError);
118 int RTimesEnumerateValues(FILE *pFile, HKEY hKey, TCHAR *ptcPath, TCHAR *ptcError);
120 int RTimesMapKey(FILE *pFile, HKEY hKey, TCHAR *ptcPath, TCHAR *ptcError);
122 TCHAR *RTimesNeuterEncodeData(unsigned char *pucData, int iLength, int iOptions, TCHAR
123 TCHAR *RTimesNewPath(TCHAR *ptcPath, TCHAR *ptcName, TCHAR *ptcDelimiter, TCHAR *ptcEr…
125 … RTimesOptionHandler(OPTIONS_TABLE *psOption, TCHAR *ptcValue, RTIMES_PROPERTIES *psProperties,…
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclWin/
H A DtclWinInt.h61 TCHAR *(WINAPI *charLowerProc)(TCHAR *);
62 BOOL (WINAPI *copyFileProc)(CONST TCHAR *, CONST TCHAR *, BOOL);
66 BOOL (WINAPI *createProcessProc)(CONST TCHAR *, TCHAR *,
76 WCHAR *, TCHAR **);
79 UINT (WINAPI *getTempFileNameProc)(CONST TCHAR *, CONST TCHAR *, UINT,
85 TCHAR (WINAPI *lstrcpyProc)(WCHAR *, CONST TCHAR *);
86 BOOL (WINAPI *moveFileProc)(CONST TCHAR *, CONST TCHAR *);
88 DWORD (WINAPI *searchPathProc)(CONST TCHAR *, CONST TCHAR *,
89 CONST TCHAR *, DWORD, WCHAR *, TCHAR **);
101 BOOL (WINAPI *createHardLinkProc)(CONST TCHAR*, CONST TCHAR*,
[all …]
H A DtclWin32Dll.c71 (TCHAR *(WINAPI *)(TCHAR *)) CharLowerA,
95 (TCHAR (WINAPI *)(WCHAR *, CONST TCHAR *)) lstrcpyA,
98 (DWORD (WINAPI *)(CONST TCHAR *, CONST TCHAR *, CONST TCHAR *, DWORD,
120 (TCHAR *(WINAPI *)(TCHAR *)) CharLowerW,
144 (TCHAR (WINAPI *)(WCHAR *, CONST TCHAR *)) lstrcpyW,
147 (DWORD (WINAPI *)(CONST TCHAR *, CONST TCHAR *, CONST TCHAR *, DWORD,
571 (BOOL (WINAPI *)(CONST TCHAR *, CONST TCHAR*, in TclWinSetInterfaces()
579 (BOOL (WINAPI *)(CONST TCHAR*, TCHAR*, in TclWinSetInterfaces()
595 (BOOL (WINAPI *)(CONST TCHAR *, CONST TCHAR*, in TclWinSetInterfaces()
603 (BOOL (WINAPI *)(CONST TCHAR*, TCHAR*, in TclWinSetInterfaces()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dsupport_paths.cpp3 TCHAR szAppPreviewsPath[MAX_PATH] = _T("support/previews/");
4 TCHAR szAppTitlesPath[MAX_PATH] = _T("support/titles/");
5 TCHAR szAppCheatsPath[MAX_PATH] = _T("support/cheats/");
6 TCHAR szAppHiscorePath[MAX_PATH] = _T("support/hiscores/");
7 TCHAR szAppSamplesPath[MAX_PATH] = _T("support/samples/");
8 TCHAR szAppHDDPath[MAX_PATH] = _T("support/hdd/");
9 TCHAR szAppIpsPath[MAX_PATH] = _T("support/ips/");
10 TCHAR szAppIconsPath[MAX_PATH] = _T("support/icons/");
11 TCHAR szAppBlendPath[MAX_PATH] = _T("support/blend/");
22 TCHAR szAppPCBsPath[MAX_PATH] = _T("support/pcbs/");
[all …]
H A Dburner_sdl.h43 extern TCHAR szAppBurnVer[16];
56 extern TCHAR* GetIsoPath();
58 TCHAR* ANSIToTCHAR(const char* pszInString, TCHAR* pszOutString, int nOutSize);
112 TCHAR* szText;
115 int __cdecl Add(TCHAR* szFormat, ...);
124 extern TCHAR szAppTitlesPath[MAX_PATH];
127 extern TCHAR szAppHowtoPath[MAX_PATH];
135 extern TCHAR szAppPCBsPath[MAX_PATH];
138 extern TCHAR szAppListsPath[MAX_PATH];
140 extern TCHAR szAppIpsPath[MAX_PATH];
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dburner.h104 TCHAR* InputCodeDesc(INT32 c);
125 TCHAR system[80];
126 TCHAR ini[MAX_PATH];
181 INT32 QuoteRead(TCHAR** ppszQuote, TCHAR** ppszEnd, TCHAR* pszSrc); // Read a quoted string fro…
182 TCHAR* LabelCheck(TCHAR* s, TCHAR* pszLabel);
184 TCHAR* ExtractFilename(TCHAR* fullname);
187 TCHAR *StrReplace(TCHAR *str, TCHAR find, TCHAR replace);
188 TCHAR *StrLower(TCHAR *str);
189 TCHAR *FileExt(TCHAR *str);
190 bool IsFileExt(TCHAR *str, TCHAR *ext);
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/
H A Dburner.h95 TCHAR* InputCodeDesc(INT32 c);
147 INT32 QuoteRead(TCHAR** ppszQuote, TCHAR** ppszEnd, TCHAR* pszSrc); // Read a quoted string fro…
148 TCHAR* LabelCheck(TCHAR* s, TCHAR* pszLabel);
150 TCHAR* ExtractFilename(TCHAR* fullname);
151 TCHAR* DriverToName(UINT32 nDrv);
152 UINT32 NameToDriver(TCHAR* szName);
153 TCHAR *StrReplace(TCHAR *str, TCHAR find, TCHAR replace);
154 TCHAR *StrLower(TCHAR *str);
155 TCHAR *FileExt(TCHAR *str);
156 bool IsFileExt(TCHAR *str, TCHAR *ext);
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/sdl/
H A Dsupport_paths.cpp3 TCHAR szAppPreviewsPath[MAX_PATH] = _T("support\\previews\\");
4 TCHAR szAppTitlesPath[MAX_PATH] = _T("support\\titles\\");
5 TCHAR szAppSelectPath[MAX_PATH] = _T("support\\select\\");
6 TCHAR szAppVersusPath[MAX_PATH] = _T("support\\versus\\");
7 TCHAR szAppHowtoPath[MAX_PATH] = _T("support\\howto\\");
8 TCHAR szAppScoresPath[MAX_PATH] = _T("support\\scores\\");
9 TCHAR szAppBossesPath[MAX_PATH] = _T("support\\bosses\\");
15 TCHAR szAppPCBsPath[MAX_PATH] = _T("support\\pcbs\\");
17 TCHAR szAppHistoryPath[MAX_PATH] = _T("support\\");
20 TCHAR szAppIpsPath[MAX_PATH] = _T("support\\ips\\");
[all …]
H A Dburner_sdl.h28 TCHAR* ANSIToTCHAR(const char* pszInString, TCHAR* pszOutString, int nOutSize);
67 TCHAR* szText;
70 int __cdecl Add(TCHAR* szFormat, ...);
78 extern TCHAR szAppTitlesPath[MAX_PATH];
79 extern TCHAR szAppSelectPath[MAX_PATH];
80 extern TCHAR szAppVersusPath[MAX_PATH];
81 extern TCHAR szAppHowtoPath[MAX_PATH];
89 extern TCHAR szAppPCBsPath[MAX_PATH];
92 extern TCHAR szAppListsPath[MAX_PATH];
94 extern TCHAR szAppIpsPath[MAX_PATH];
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/win/rfb_win32/
H A DRegistry.h64 void deleteKey(const TCHAR* name) const;
65 void deleteValue(const TCHAR* name) const;
72 void setExpandString(const TCHAR* valname, const TCHAR* s) const;
73 void setString(const TCHAR* valname, const TCHAR* s) const;
78 TCHAR* getString(const TCHAR* valname) const;
79 TCHAR* getString(const TCHAR* valname, const TCHAR* def) const;
84 int getInt(const TCHAR* valname) const;
87 bool getBool(const TCHAR* valname) const;
90 TCHAR* getRepresentation(const TCHAR* valname) const;
97 const TCHAR* getValueName(int i);
[all …]
/dports/net/tigervnc-viewer/tigervnc-1.12.0/win/rfb_win32/
H A DRegistry.h64 void deleteKey(const TCHAR* name) const;
65 void deleteValue(const TCHAR* name) const;
72 void setExpandString(const TCHAR* valname, const TCHAR* s) const;
73 void setString(const TCHAR* valname, const TCHAR* s) const;
78 TCHAR* getString(const TCHAR* valname) const;
79 TCHAR* getString(const TCHAR* valname, const TCHAR* def) const;
84 int getInt(const TCHAR* valname) const;
87 bool getBool(const TCHAR* valname) const;
90 TCHAR* getRepresentation(const TCHAR* valname) const;
97 const TCHAR* getValueName(int i);
[all …]
/dports/textproc/clucene/clucene-core-2.3.3.4/src/test/
H A DCuTest.h12 TCHAR* CuWstrAlloc(int size);
13 TCHAR* CuWstrCopy(const TCHAR* old);
16 #define CU_TDUP(dest,src) dest=((TCHAR*)malloc(sizeof(TCHAR)*_tcslen(src)+sizeof(TCHAR)));_tcscpy(d…
28 TCHAR* buffer;
48 TCHAR* name;
53 TCHAR* message;
71 void CuAssertStrEquals(CuTest* tc, const TCHAR* preMessage, const TCHAR* expected, const TCHAR* act…
72 void CuAssertStrEquals(CuTest* tc, const TCHAR* preMessage, const TCHAR* expected, TCHAR* actual, b…
98 TCHAR *name;
108 CuSuite* CuSuiteNew(const TCHAR* name);
[all …]
/dports/lang/tcl85/tcl8.5.19/win/
H A DtclWinInt.h76 TCHAR *(WINAPI *charLowerProc)(TCHAR *);
77 BOOL (WINAPI *copyFileProc)(CONST TCHAR *, CONST TCHAR *, BOOL);
81 BOOL (WINAPI *createProcessProc)(CONST TCHAR *, TCHAR *,
94 UINT (WINAPI *getTempFileNameProc)(CONST TCHAR *, CONST TCHAR *, UINT,
100 TCHAR (WINAPI *lstrcpyProc)(WCHAR *, CONST TCHAR *);
101 BOOL (WINAPI *moveFileProc)(CONST TCHAR *, CONST TCHAR *);
103 DWORD (WINAPI *searchPathProc)(CONST TCHAR *, CONST TCHAR *,
104 CONST TCHAR *, DWORD, WCHAR *, TCHAR **);
116 BOOL (WINAPI *createHardLinkProc)(CONST TCHAR*, CONST TCHAR*,
124 BOOL (WINAPI *getVolumeNameForVMPProc)(CONST TCHAR*, TCHAR*, DWORD);
[all …]

12345678910>>...143