87 for (i =
path; *i; i++) {
109 for (i =
path; *i; i++) {
130 return stat(file_name, buf);
148 return stat(file_name, buf);
150 return lstat(file_name, buf);
172 return (
int)info.st_uid;
void void void void G_fatal_error(const char *,...) __attribute__((format(printf
int G_mkdir(const char *path)
Creates a new directory.
int G_is_absolute_path(const char *path)
Checks if a specified path looks like an absolute path on the host system.
char * G_convert_dirseps_to_host(char *path)
Converts directory separator characters in a string to the native host separator character (/ on Unix...
int G_is_dirsep(char c)
Checks if a specified character is a valid directory separator character on the host system.
char * G_convert_dirseps_from_host(char *path)
Converts directory separator characters in a string from the native host character to the GRASS separ...
int G_owner(const char *path)
Get owner id of path.
int G_stat(const char *file_name, struct stat *buf)
Get file status.
int G_lstat(const char *file_name, struct stat *buf)
Get file status.