Home
last modified time | relevance | path

Searched refs:CHMOD_MODE_BITS (Results 1 – 25 of 44) sorted by relevance

12

/dports/archivers/gtar/tar-1.34/gnu/
H A Dmodechange.c117 p->affected = CHMOD_MODE_BITS; in make_node_op_equals()
162 : CHMOD_MODE_BITS); in mode_compile()
197 affected |= CHMOD_MODE_BITS; in mode_compile()
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
322 return make_node_op_equals (ref_stats.st_mode, CHMOD_MODE_BITS); in mode_create_from_ref()
343 mode_t newmode = oldmode & CHMOD_MODE_BITS; in mode_adjust()
394 mode_bits |= CHMOD_MODE_BITS & ~preserved; in mode_adjust()
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dmodechange.c117 p->affected = CHMOD_MODE_BITS; in make_node_op_equals()
162 : CHMOD_MODE_BITS); in mode_compile()
197 affected |= CHMOD_MODE_BITS; in mode_compile()
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
322 return make_node_op_equals (ref_stats.st_mode, CHMOD_MODE_BITS); in mode_create_from_ref()
343 mode_t newmode = oldmode & CHMOD_MODE_BITS; in mode_adjust()
394 mode_bits |= CHMOD_MODE_BITS & ~preserved; in mode_adjust()
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
H A Ddirchownmod.c118 mode | (dir_mode & CHMOD_MODE_BITS & ~mode_bits); in dirchownmod()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dmodechange.c117 p->affected = CHMOD_MODE_BITS; in make_node_op_equals()
162 : CHMOD_MODE_BITS); in mode_compile()
197 affected |= CHMOD_MODE_BITS; in mode_compile()
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
322 return make_node_op_equals (ref_stats.st_mode, CHMOD_MODE_BITS); in mode_create_from_ref()
343 mode_t newmode = oldmode & CHMOD_MODE_BITS; in mode_adjust()
394 mode_bits |= CHMOD_MODE_BITS & ~preserved; in mode_adjust()
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
H A Ddirchownmod.c118 mode | (dir_mode & CHMOD_MODE_BITS & ~mode_bits); in dirchownmod()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dmodechange.c117 p->affected = CHMOD_MODE_BITS; in make_node_op_equals()
162 : CHMOD_MODE_BITS); in mode_compile()
197 affected |= CHMOD_MODE_BITS; in mode_compile()
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
322 return make_node_op_equals (ref_stats.st_mode, CHMOD_MODE_BITS); in mode_create_from_ref()
343 mode_t newmode = oldmode & CHMOD_MODE_BITS; in mode_adjust()
394 mode_bits |= CHMOD_MODE_BITS & ~preserved; in mode_adjust()
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dmodechange.c117 p->affected = CHMOD_MODE_BITS; in make_node_op_equals()
162 : CHMOD_MODE_BITS); in mode_compile()
197 affected |= CHMOD_MODE_BITS; in mode_compile()
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
322 return make_node_op_equals (ref_stats.st_mode, CHMOD_MODE_BITS); in mode_create_from_ref()
343 mode_t newmode = oldmode & CHMOD_MODE_BITS; in mode_adjust()
394 mode_bits |= CHMOD_MODE_BITS & ~preserved; in mode_adjust()
H A Dstat-macros.h19 #define CHMOD_MODE_BITS \ macro
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dmodechange.c117 p->affected = CHMOD_MODE_BITS; in make_node_op_equals()
162 : CHMOD_MODE_BITS); in mode_compile()
197 affected |= CHMOD_MODE_BITS; in mode_compile()
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
322 return make_node_op_equals (ref_stats.st_mode, CHMOD_MODE_BITS); in mode_create_from_ref()
343 mode_t newmode = oldmode & CHMOD_MODE_BITS; in mode_adjust()
394 mode_bits |= CHMOD_MODE_BITS & ~preserved; in mode_adjust()
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/ftp/lftp/lftp-4.9.2/lib/
H A Dmodechange.c117 p->affected = CHMOD_MODE_BITS; in make_node_op_equals()
162 : CHMOD_MODE_BITS); in mode_compile()
197 affected |= CHMOD_MODE_BITS; in mode_compile()
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
322 return make_node_op_equals (ref_stats.st_mode, CHMOD_MODE_BITS); in mode_create_from_ref()
343 mode_t newmode = oldmode & CHMOD_MODE_BITS; in mode_adjust()
394 mode_bits |= CHMOD_MODE_BITS & ~preserved; in mode_adjust()
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/irc/ezbounce/ezbounce-1.99.15/lib/gnu/
H A Dmodechange.c117 p->affected = CHMOD_MODE_BITS; in make_node_op_equals()
193 affected |= CHMOD_MODE_BITS; in mode_compile()
293 return make_node_op_equals (ref_stats.st_mode, CHMOD_MODE_BITS); in mode_create_from_ref()
314 mode_t newmode = oldmode & CHMOD_MODE_BITS; in mode_adjust()
365 mode_bits |= CHMOD_MODE_BITS & ~preserved; in mode_adjust()
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/misc/gnuls/coreutils-8.30/src/
H A Dchmod.c135 return ((old_mode ^ new_mode) & CHMOD_MODE_BITS) != 0; in mode_changed()
173 (unsigned long int) (mode & CHMOD_MODE_BITS), &perms[1]); in describe_change()
179 (unsigned long int) (old_mode & CHMOD_MODE_BITS), &old_perms[1], in describe_change()
180 (unsigned long int) (mode & CHMOD_MODE_BITS), &perms[1]); in describe_change()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dchmod.c135 return ((old_mode ^ new_mode) & CHMOD_MODE_BITS) != 0; in mode_changed()
173 (unsigned long int) (mode & CHMOD_MODE_BITS), &perms[1]); in describe_change()
179 (unsigned long int) (old_mode & CHMOD_MODE_BITS), &old_perms[1], in describe_change()
180 (unsigned long int) (mode & CHMOD_MODE_BITS), &perms[1]); in describe_change()
/dports/databases/recutils/recutils-1.8/lib/
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/devel/idutils/idutils-4.6/lib/
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/devel/cppi/cppi-1.18/lib/
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/textproc/gsed/sed-4.8/lib/
H A Dstat-macros.h2 #define CHMOD_MODE_BITS \ macro
/dports/textproc/diffutils/diffutils-3.8/lib/
H A Dstat-macros.h19 #define CHMOD_MODE_BITS \ macro

12