fltk
1.3.5-source
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Fossies Dox: fltk-1.3.5-source.tar.bz2 ("inofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file. 25 #ifdef fl_dirent_h_cyclic_include 26 # include "/usr/include/dirent.h" 30 # define FL_FILENAME_H 38 # define FL_PATH_MAX 2048 54 FL_EXPORT const char *fl_filename_name(const char * filename); 63 # if defined(__cplusplus) && !defined(FL_DOXYGEN) 76 # if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__WATCOMC__) 78 struct dirent {
char d_name[1];};
80 # elif defined(__WATCOMC__) 81 # include <sys/types.h> 99 # include <sys/types.h> 100 # define fl_dirent_h_cyclic_include 102 # undef fl_dirent_h_cyclic_include 105 # if defined (__cplusplus) 109 # if !defined(FL_DOXYGEN) 118 # if defined(__cplusplus) 156 # ifdef FLTK_1_0_COMPAT 157 # define filename_absolute fl_filename_absolute 158 # define filename_expand fl_filename_expand 159 # define filename_ext fl_filename_ext 160 # define filename_isdir fl_filename_isdir 161 # define filename_list fl_filename_list 162 # define filename_match fl_filename_match 163 # define filename_name fl_filename_name 164 # define filename_relative fl_filename_relative 165 # define filename_setext fl_filename_setext 166 # define numericsort fl_numericsort
int fl_filename_relative(char *to, int tolen, const char *from)
int fl_casealphasort(struct dirent **, struct dirent **)
int fl_casenumericsort(struct dirent **, struct dirent **)
int fl_filename_isdir(const char *name)
void fl_filename_free_list(struct dirent ***list, int n)
Free the list of filenames that is generated by fl_filename_list().
int fl_numericsort(struct dirent **, struct dirent **)
int fl_filename_match(const char *name, const char *pattern)
int fl_filename_list(const char *d, dirent ***list, Fl_File_Sort_F *sort)
int fl_filename_absolute(char *to, int tolen, const char *from)
int _fl_filename_isdir_quick(const char *n)
int fl_alphasort(struct dirent **, struct dirent **)
int() Fl_File_Sort_F(struct dirent **, struct dirent **)
char * fl_filename_setext(char *to, int tolen, const char *ext)
int fl_filename_expand(char *to, int tolen, const char *from)
void fl_decode_uri(char *uri)
const char * fl_filename_ext(const char *buf)
int fl_open_uri(const char *uri, char *msg, int msglen)