MySQL 8.4.2
Source Code Documentation
|
#include <stddef.h>
#include "my_dbug.h"
#include "my_io.h"
#include "my_sys.h"
#include "strmake.h"
Macros | |
#define | FN_DEVCHAR '\0' /* For easier code */ |
Functions | |
size_t | dirname_length (const char *name) |
Get the string length of the directory part of name, including the last FN_LIBCHAR. More... | |
size_t | dirname_part (char *to, const char *name, size_t *to_res_length) |
Gives directory part of filename. More... | |
char * | convert_dirname (char *to, const char *from, const char *from_end) |
Convert directory name to use under this system. More... | |
#define FN_DEVCHAR '\0' /* For easier code */ |