|
gwenhywfar
5.10.1
|
#include <gwenhywfar/types.h>#include <string.h>#include <gwenhywfar/system.h>
Go to the source code of this file.
Macros | |
| #define | __GNUC_PREREQ(maj, min) 0 |
| #define | __STRING(x) #x |
| #define | GWEN_DEPRECATED |
| #define | GWEN_DIR_SEPARATOR '/' |
| #define | GWEN_DIR_SEPARATOR_S "/" |
| #define | GWEN_FORMAT(fmt, pos, argstart) |
| #define | GWEN_LIKELY(cond) (!!(cond)) |
| #define | GWEN_SEARCHPATH_SEPARATOR ':' |
| #define | GWEN_SEARCHPATH_SEPARATOR_S ":" |
| #define | GWEN_TIMEOUT_FOREVER (-1) |
| #define | GWEN_TIMEOUT_NONE (0) |
| #define | GWEN_UNLIKELY(cond) (!!(cond)) |
| #define | GWEN_UNUSED |
| #define | GWEN_UNUSED |
| #define | GWENHYWFAR_API |
| #define | GWENHYWFAR_CB |
| #define | GWENHYWFAR_EXPORT |
| #define | GWENHYWFAR_NOEXPORT |
| #define __GNUC_PREREQ | ( | maj, | |
| min | |||
| ) | 0 |
Definition at line 125 of file gwenhywfarapi.h.
| #define __STRING | ( | x | ) | #x |
Definition at line 133 of file gwenhywfarapi.h.
| #define GWEN_DEPRECATED |
Definition at line 149 of file gwenhywfarapi.h.
| #define GWEN_DIR_SEPARATOR '/' |
The directory separator character. This is '/' on UNIX machines and '\' under Windows. Since gwenhywfar-2.5.4.
Definition at line 105 of file gwenhywfarapi.h.
Referenced by COCOA_Gui_GetFileName(), GTK2_Gui_GetFileName(), GTK3_Gui_GetFileName(), GWB_File_List2_GetOrCreateFile(), GWEN_LoadPluginDescrsByType(), GWEN_PathManager_AddRelPath(), GWEN_PathManager_InsertRelPath(), and Typemaker2_Builder_WriteFile().
| #define GWEN_DIR_SEPARATOR_S "/" |
The directory separator as a string. This is "/" on UNIX machines and "\" under Windows. Since gwenhywfar-2.5.4.
Definition at line 108 of file gwenhywfarapi.h.
Referenced by _addBuildFileNameToGwBuild(), _addFilePathsToDb(), _addTargetForLanguage(), _generateInstallList(), _getSourcePathForFileName(), _makeAbsolutePaths(), _readBuilderDescrList(), _readMainFilename(), _writeDistFiles(), addToList(), Dlg_Test1_new(), Dlg_Test2_new(), GWB_Builder_AddAbsFileNameToBuffer(), GWB_Builder_AddFileNameToBuffer(), GWB_Builder_AddRelativeFolderToBuffer(), GWB_Clean(), GWB_File_List2_GetOrCreateFile(), GWB_File_WriteFileNameToTopBuildDirString(), GWB_GenericBuilder_Factory(), GWB_InstallFiles(), GWEN_ConfigMgr_ModuleInit(), GWEN_ConfigMgrDir__GetUniqueId(), GWEN_ConfigMgrDir__UpdateLastUniqueId(), GWEN_ConfigMgrDir_AddGroupDirName(), GWEN_ConfigMgrDir_AddGroupFileName(), GWEN_ConfigMgrDir_new(), GWEN_Dialog_AddMediaPathsFromPathManager(), GWEN_Directory_GetDirEntries(), GWEN_Directory_GetFileEntries(), GWEN_Directory_GetFileEntriesWithType(), GWEN_Directory_GetMatchingFilesRecursively(), GWEN_MDigest__HashFileTree(), GWEN_MDigest_CheckFileTree(), GWEN_PathManager_AddRelPath(), GWEN_PathManager_FindFile(), GWEN_PathManager_GetMatchingFilesRecursively(), GWEN_PathManager_InsertRelPath(), hashTree(), Typemaker2_Builder_DetermineOutFileNames(), and Typemaker2_Builder_WriteFiles().
| #define GWEN_FORMAT | ( | fmt, | |
| pos, | |||
| argstart | |||
| ) |
Definition at line 160 of file gwenhywfarapi.h.
| #define GWEN_LIKELY | ( | cond | ) | (!!(cond)) |
Definition at line 151 of file gwenhywfarapi.h.
| #define GWEN_SEARCHPATH_SEPARATOR ':' |
The search path separator character. This is ':' on UNIX machines and ';' under Windows. Since gwenhywfar-2.5.4.
Definition at line 111 of file gwenhywfarapi.h.
| #define GWEN_SEARCHPATH_SEPARATOR_S ":" |
The search path separator as a string. This is ":" on UNIX machines and ";" under Windows. Since gwenhywfar-2.5.4.
Definition at line 114 of file gwenhywfarapi.h.
| #define GWEN_TIMEOUT_FOREVER (-1) |
Definition at line 165 of file gwenhywfarapi.h.
Referenced by GWEN_Gui_WaitForSockets().
| #define GWEN_TIMEOUT_NONE (0) |
Definition at line 164 of file gwenhywfarapi.h.
Referenced by GWEN_Gui_WaitForSockets().
| #define GWEN_UNLIKELY | ( | cond | ) | (!!(cond)) |
Definition at line 152 of file gwenhywfarapi.h.
Referenced by GWEN_Memory_malloc().
| #define GWEN_UNUSED |
Definition at line 150 of file gwenhywfarapi.h.
Referenced by _buildEndHeaders(), and _buildPostHeaders().
| #define GWEN_UNUSED |
Definition at line 150 of file gwenhywfarapi.h.
| #define GWENHYWFAR_API |
Definition at line 67 of file gwenhywfarapi.h.
| #define GWENHYWFAR_CB |
Definition at line 89 of file gwenhywfarapi.h.
| #define GWENHYWFAR_EXPORT |
Definition at line 75 of file gwenhywfarapi.h.
| #define GWENHYWFAR_NOEXPORT |
Definition at line 76 of file gwenhywfarapi.h.
1.8.14