libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
const char * | explain_translate_real_uid (void) |
const char * | explain_translate_effective_uid (void) |
const char * | explain_translate_real_gid (void) |
const char * | explain_translate_effective_gid (void) |
const char * | explain_translate_shared_memory_segment (void) |
const char* explain_translate_effective_gid | ( | void | ) |
The explain_translate_effective_gid function may be used to translate the string "effective GID" and return the translated string. Putting it in one place makes for consistent translation.
Definition at line 25 of file effective_gid.c.
const char* explain_translate_effective_uid | ( | void | ) |
The explain_translate_effective_uid function may be used to translate the string "effective UID" and return the translated string. Putting it in one place makes for consistent translation.
Definition at line 25 of file effective_uid.c.
const char* explain_translate_real_gid | ( | void | ) |
The explain_translate_real_gid function may be used to translate the string "real GID" and return the translated string. Putting it in one place makes for consistent translation.
Definition at line 25 of file real_gid.c.
const char* explain_translate_real_uid | ( | void | ) |
The explain_translate_real_uid function may be used to translate the string "real UID" and return the translated string. Putting it in one place makes for consistent translation.
Definition at line 27 of file real_uid.c.
const char* explain_translate_shared_memory_segment | ( | void | ) |
The explain_translate_shared_mkemory_segment function may be used to translate the string "shared memory segment" and return the translated string. Putting it in one place makes for consistent translation.
Definition at line 25 of file shared_memory_segment.c.