GDBserver
|
Go to the source code of this file.
Macros | |
#define | _GL_SYS_STAT_H |
#define | _GL_CXXDEFS_H |
#define | _GL_EXTERN_C extern |
#define | _GL_FUNCDECL_RPL(func, rettype, parameters_and_attributes) _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
#define | _GL_FUNCDECL_RPL_1(rpl_func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
#define | _GL_FUNCDECL_SYS(func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype func parameters_and_attributes |
#define | _GL_CXXALIAS_RPL(func, rettype, parameters) _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
#define | _GL_CXXALIAS_RPL_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIAS_RPL_CAST_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIAS_SYS(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIAS_SYS_CAST(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIAS_SYS_CAST2(func, rettype, parameters, rettype2, parameters2) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIASWARN(func) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIASWARN1(func, rettype, parameters_and_attributes) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_ARG_NONNULL(params) |
#define | _GL_WARN_ON_USE(function, message) _GL_WARN_EXTERN_C int _gl_warn_on_use |
#define | _GL_WARN_ON_USE_CXX(function, rettype, parameters_and_attributes, msg) _GL_WARN_EXTERN_C int _gl_warn_on_use |
#define | _GL_WARN_EXTERN_C extern |
#define | S_IFMT 0170000 |
#define | S_ISBLK(m) 0 |
#define | S_ISCHR(m) 0 |
#define | S_ISDIR(m) 0 |
#define | S_ISDOOR(m) 0 |
#define | S_ISFIFO(m) 0 |
#define | S_ISLNK(m) 0 |
#define | S_ISMPB(m) 0 |
#define | S_ISMPC(m) 0 |
#define | S_ISNAM(m) 0 |
#define | S_ISNWK(m) 0 |
#define | S_ISPORT(m) 0 |
#define | S_ISREG(m) 0 |
#define | S_ISSOCK(m) 0 |
#define | S_TYPEISMQ(p) 0 |
#define | S_TYPEISTMO(p) 0 |
#define | S_TYPEISSEM(p) 0 |
#define | S_TYPEISSHM(p) 0 |
#define | S_ISCTG(p) 0 |
#define | S_ISOFD(p) 0 |
#define | S_ISOFL(p) 0 |
#define | S_ISWHT(m) 0 |
#define | S_ISUID 04000 |
#define | S_ISGID 02000 |
#define | S_ISVTX 01000 |
#define | S_IRUSR 00400 |
#define | S_IRGRP (S_IRUSR >> 3) |
#define | S_IROTH (S_IRUSR >> 6) |
#define | S_IWUSR 00200 |
#define | S_IWGRP (S_IWUSR >> 3) |
#define | S_IWOTH (S_IWUSR >> 6) |
#define | S_IXUSR 00100 |
#define | S_IXGRP (S_IXUSR >> 3) |
#define | S_IXOTH (S_IXUSR >> 6) |
#define | S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) |
#define | S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) |
#define | S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) |
#define | S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH) |
#define | S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO) |
#define | UTIME_NOW (-1) |
#define | UTIME_OMIT (-2) |
Functions | |
_GL_CXXALIAS_SYS (lstat, int,(const char *name, struct stat *buf)) | |
_GL_CXXALIASWARN (lstat) | |
_GL_CXXALIAS_SYS (mkdir, int,(char const *name, mode_t mode)) | |
_GL_CXXALIASWARN (mkdir) | |
#define _GL_CXXALIAS_RPL | ( | func, | |
rettype, | |||
parameters | |||
) | _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
#define _GL_CXXALIAS_RPL_1 | ( | func, | |
rpl_func, | |||
rettype, | |||
parameters | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIAS_RPL_CAST_1 | ( | func, | |
rpl_func, | |||
rettype, | |||
parameters | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIAS_SYS | ( | func, | |
rettype, | |||
parameters | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIAS_SYS_CAST | ( | func, | |
rettype, | |||
parameters | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIAS_SYS_CAST2 | ( | func, | |
rettype, | |||
parameters, | |||
rettype2, | |||
parameters2 | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIASWARN | ( | func | ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIASWARN1 | ( | func, | |
rettype, | |||
parameters_and_attributes | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_FUNCDECL_RPL | ( | func, | |
rettype, | |||
parameters_and_attributes | |||
) | _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
#define _GL_FUNCDECL_RPL_1 | ( | rpl_func, | |
rettype, | |||
parameters_and_attributes | |||
) | _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
#define _GL_FUNCDECL_SYS | ( | func, | |
rettype, | |||
parameters_and_attributes | |||
) | _GL_EXTERN_C rettype func parameters_and_attributes |
#define _GL_WARN_ON_USE | ( | function, | |
message | |||
) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
#define _GL_WARN_ON_USE_CXX | ( | function, | |
rettype, | |||
parameters_and_attributes, | |||
msg | |||
) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
#define S_IRGRP (S_IRUSR >> 3) |
Definition at line 568 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
#define S_IROTH (S_IRUSR >> 6) |
Definition at line 571 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
#define S_IRUSR 00400 |
Definition at line 565 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
#define S_ISCHR | ( | m | ) | 0 |
Definition at line 423 of file stat.h.
Referenced by fileio_mode_pack(), and remote_open().
#define S_ISDIR | ( | m | ) | 0 |
Definition at line 431 of file stat.h.
Referenced by fileio_mode_pack(), get_process_owner(), linux_xfer_osdata_fds(), linux_xfer_osdata_threads(), and spu_enumerate_spu_ids().
#define S_ISFIFO | ( | m | ) | 0 |
Definition at line 443 of file stat.h.
Referenced by remote_open().
#define S_ISREG | ( | m | ) | 0 |
Definition at line 489 of file stat.h.
Referenced by fileio_mode_pack().
#define S_IWGRP (S_IWUSR >> 3) |
Definition at line 581 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
#define S_IWOTH (S_IWUSR >> 6) |
Definition at line 584 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
#define S_IWUSR 00200 |
Definition at line 578 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
#define S_IXGRP (S_IXUSR >> 3) |
Definition at line 594 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
#define S_IXOTH (S_IXUSR >> 6) |
Definition at line 597 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
#define S_IXUSR 00100 |
Definition at line 591 of file stat.h.
Referenced by fileio_mode_pack(), and fileio_to_host_mode().
_GL_CXXALIAS_SYS | ( | lstat | , |
int | , | ||
(const char *name, struct stat *buf) | |||
) |
_GL_CXXALIAS_SYS | ( | mkdir | , |
int | , | ||
(char const *name, mode_t mode) | |||
) |
_GL_CXXALIASWARN | ( | lstat | ) |
_GL_CXXALIASWARN | ( | mkdir | ) |