KDECore
|
int | access (const QString &path, int mode) |
|
int | chmod (const QString &path, mode_t mode) |
|
FILE * | fopen (const QString &pathname, const char *mode) |
|
void | freeaddrinfo (struct addrinfo *ai) |
|
int | getaddrinfo (const char *name, const char *service, const struct addrinfo *hint, struct addrinfo **result) |
|
int | getnameinfo (const struct sockaddr *sa, kde_socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) |
|
const char * | inet_ntop (int af, const void *cp, char *buf, size_t len) |
|
int | inet_pton (int af, const char *cp, void *buf) |
|
int | lstat (const QString &path, KDE_struct_stat *buf) |
|
int | mkdir (const QString &pathname, mode_t) |
|
int | open (const QString &pathname, int flags, mode_t mode) |
|
int | rename (const QString &in, const QString &out) |
|
int | stat (const QString &path, KDE_struct_stat *buf) |
|
int | utime (const QString &filename, struct utimbuf *buf) |
|
◆ access()
int KDE::access |
( |
const QString & |
path, |
|
|
int |
mode |
|
) |
| |
◆ chmod()
int KDE::chmod |
( |
const QString & |
path, |
|
|
mode_t |
mode |
|
) |
| |
◆ fopen()
FILE * KDE::fopen |
( |
const QString & |
pathname, |
|
|
const char * |
mode |
|
) |
| |
◆ freeaddrinfo()
void KDE::freeaddrinfo |
( |
struct addrinfo * |
ai | ) |
|
◆ getaddrinfo()
int KDE::getaddrinfo |
( |
const char * |
name, |
|
|
const char * |
service, |
|
|
const struct addrinfo * |
hint, |
|
|
struct addrinfo ** |
result |
|
) |
| |
◆ getnameinfo()
int KDE::getnameinfo |
( |
const struct sockaddr * |
sa, |
|
|
kde_socklen_t |
salen, |
|
|
char * |
host, |
|
|
size_t |
hostlen, |
|
|
char * |
serv, |
|
|
size_t |
servlen, |
|
|
int |
flags |
|
) |
| |
◆ inet_ntop()
const char * KDE::inet_ntop |
( |
int |
af, |
|
|
const void * |
cp, |
|
|
char * |
buf, |
|
|
size_t |
len |
|
) |
| |
◆ inet_pton()
int KDE::inet_pton |
( |
int |
af, |
|
|
const char * |
cp, |
|
|
void * |
buf |
|
) |
| |
◆ lstat()
int KDE::lstat |
( |
const QString & |
path, |
|
|
KDE_struct_stat * |
buf |
|
) |
| |
◆ mkdir()
int KDE::mkdir |
( |
const QString & |
pathname, |
|
|
mode_t |
|
|
) |
| |
◆ open()
int KDE::open |
( |
const QString & |
pathname, |
|
|
int |
flags, |
|
|
mode_t |
mode |
|
) |
| |
◆ rename()
◆ stat()
int KDE::stat |
( |
const QString & |
path, |
|
|
KDE_struct_stat * |
buf |
|
) |
| |
◆ utime()
int KDE::utime |
( |
const QString & |
filename, |
|
|
struct utimbuf * |
buf |
|
) |
| |
◆ resolverFlags
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.