|
libexplain
1.4.D001
|
#include <libexplain/ac/sys/stat.h>#include <libexplain/buffer/others_permission_ignored.h>#include <libexplain/buffer/rwx.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_others_permission_ignored (explain_string_buffer_t *sb, int mode) |
| void explain_buffer_others_permission_ignored | ( | explain_string_buffer_t * | sb, |
| int | mode | ||
| ) |
The explain_buffer_others_permission_ignored function may be used to print a message indicating the the "others" poertion of access permission modes have been ignored.
| sb | The string buffer to print into. |
| mode | The permission mode bits in question. |
Definition at line 26 of file others_permission_ignored.c.
1.7.6.1