|
Crossfire Server
1.75.0
|
#include <windows.h>#include <dirent.h>#include <time.h>#include <direct.h>#include <sys/stat.h>Go to the source code of this file.
Macros | |
| #define | NAMLEN(dirent) strlen((dirent)->d_name) |
| #define | S_IRGRP 0000040 |
| #define | S_IROTH 0000400 |
| #define | S_IRUSR 0000004 |
| #define | S_ISGID 0002000 |
| #define | S_IWGRP 0000020 |
| #define | S_IWOTH 0000200 |
| #define | S_IWUSR 0000002 |
| #define | socklen_t int /* Doesn't exist, just a plain int */ |
| #define | UNICODE |
| #define | WIN32 |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| int | closedir (DIR *) |
| DIR * | opendir (const char *) |
| struct dirent * | readdir (DIR *) |
| void | rewinddir (DIR *) |
| void | service_handle () |
| void | service_register () |
| void | service_unregister () |
| int | strcasecmp (const char *s1, const char *s2) |
| const char * | strcasestr (const char *s, const char *find) |
Variables | |
| int | bRunning |
| #define S_IRGRP 0000040 |
Definition at line 53 of file win32.h.
Referenced by check_path().
| #define S_IROTH 0000400 |
Definition at line 50 of file win32.h.
Referenced by check_path().
| #define S_IRUSR 0000004 |
Definition at line 56 of file win32.h.
Referenced by check_path(), and tempnam_secure().
| #define S_IWGRP 0000020 |
Definition at line 44 of file win32.h.
Referenced by check_path().
| #define S_IWOTH 0000200 |
Definition at line 41 of file win32.h.
Referenced by check_path().
| #define S_IWUSR 0000002 |
Definition at line 47 of file win32.h.
Referenced by check_path(), and tempnam_secure().
| #define socklen_t int /* Doesn't exist, just a plain int */ |
Definition at line 17 of file win32.h.
Referenced by new_connection(), and set_output_sock_buf().
| int closedir | ( | DIR * | ) |
Referenced by AssetCollector::collect(), command_players(), find_maps(), getEventFiles(), help_topics(), i18n_init(), initPlugins(), load_dir(), and remove_directory().
| DIR* opendir | ( | const char * | ) |
Referenced by AssetCollector::collect(), command_players(), find_maps(), getEventFiles(), help_topics(), i18n_init(), initPlugins(), load_dir(), and remove_directory().
| struct dirent* readdir | ( | DIR * | ) |
Referenced by AssetCollector::collect(), command_players(), find_maps(), getEventFiles(), help_topics(), i18n_init(), initPlugins(), load_dir(), and remove_directory().
| void rewinddir | ( | DIR * | ) |
| void service_handle | ( | ) |
| void service_register | ( | ) |
| void service_unregister | ( | ) |
| int strcasecmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Referenced by account_change_password(), account_exists(), account_get_additional_chars(), account_get_players_for_account(), account_link(), account_login(), account_remove_player(), cast_create_missile(), command_kill_pets(), compare_map_info(), create_player_cmd(), dump_monster_treasure(), find_treasure_by_name(), get_god_for_race(), get_region_from_string(), load_settings(), metaserver2_init(), name_cmp(), object_matches_string(), recipe_find_ingredient_cost(), shop_sort(), sort_equipment(), sort_race(), sort_slaying(), sort_struct_map_in_quest(), and sort_struct_quest().
| const char* strcasestr | ( | const char * | s, |
| const char * | find | ||
| ) |
Referenced by strlcpy().
| int bRunning |
Referenced by server_main().