#include "libc.h"
Functions | |
int | fchmod (int d, mode_t mode) |
int | chmod (const char *path, mode_t mode) |
int | chown (const char *path, uid_t owner, gid_t group) |
int | lchown (const char *path, uid_t owner, gid_t group) |
int | fchown (int fd, uid_t owner, gid_t group) |
int | utimes (const char *path, const struct timeval *times) |
int | lutimes (const char *path, const struct timeval *times) |
int | futimes (int fd, const struct timeval *times) |
int | utime (const char *file, const struct utimbuf *timep) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|