Home
last modified time | relevance | path

Searched refs:oldflags (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/maildir/
H A Dmaildir-filename-flags.c98 const char *info, *oldflags; in maildir_filename_flags_full_set() local
106 oldflags = ""; in maildir_filename_flags_full_set()
110 oldflags = info+3; in maildir_filename_flags_full_set()
121 while (*oldflags == 'D' || *oldflags == 'F' || in maildir_filename_flags_full_set()
122 *oldflags == 'R' || *oldflags == 'S' || in maildir_filename_flags_full_set()
123 *oldflags == 'T' || in maildir_filename_flags_full_set()
126 oldflags++; in maildir_filename_flags_full_set()
128 nextflag = *oldflags == '\0' || *oldflags == MAILDIR_FLAGS_SEP ? in maildir_filename_flags_full_set()
159 if (*oldflags == '\0' || *oldflags == MAILDIR_FLAGS_SEP) in maildir_filename_flags_full_set()
163 oldflags++; in maildir_filename_flags_full_set()
[all …]
/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dtemplate.c218 oldflags = 0; in cs_cmd_template()
243 oldflags = flags_to_bitmask(ss, 0); in cs_cmd_template()
244 oldflags &= ca_all; in cs_cmd_template()
245 addflags &= ~oldflags; in cs_cmd_template()
255 ~restrictflags & oldflags) in cs_cmd_template()
289 addflags &= ~oldflags; in cs_cmd_template()
290 removeflags &= oldflags & ~addflags; in cs_cmd_template()
306 ~restrictflags & oldflags) in cs_cmd_template()
320 if (oldflags != 0) in cs_cmd_template()
359 if (oldflags == 0) in cs_cmd_template()
[all …]
H A Daccess.c431 unsigned int oldflags; in update_role_entry() local
515 if (ca->level != oldflags) in update_role_entry()
954 oldflags = ca->level; in cs_cmd_access_add()
956 addflags = newflags & ~oldflags; in cs_cmd_access_add()
1095 oldflags = ca->level; in cs_cmd_access_set()
1204 if (oldflags != 0) in cs_cmd_role_add()
1224 if (oldflags == 0) in cs_cmd_role_add()
1295 if (oldflags == 0) in cs_cmd_role_set()
1321 if (oldflags == 0) in cs_cmd_role_set()
1390 if (oldflags == 0) in cs_cmd_role_del()
[all …]
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dezmlm-make.c110 static stralloc oldflags = {0}; variable
245 oldflags.s[1] = "Aa"[exists("/archived")]; in read_file_config()
248 oldflags.s[4] = "Dd"[exists("/digested")]; in read_file_config()
250 oldflags.s[6] = "Ff"[exists("/prefix")]; in read_file_config()
253 oldflags.s[9] = "Ii"[exists("/threaded")]; in read_file_config()
260 oldflags.s[16] = "Pp"[exists("/public")]; in read_file_config()
262 oldflags.s[18] = "Rr"[exists("/remote")]; in read_file_config()
263 oldflags.s[19] = "Ss"[exists("/modsub")]; in read_file_config()
267 oldflags.s[23] = "Ww"[exists("/nowarn")]; in read_file_config()
277 if (read_line("/flags",&oldflags) != 0) in read_flags_config()
[all …]
/dports/science/yoda/YODA-1.9.1/src/
H A DWriterYODA.cc56 ios_base::fmtflags oldflags = os.flags(); in writeCounter() local
65 os.flags(oldflags); in writeCounter()
70 ios_base::fmtflags oldflags = os.flags(); in writeHisto1D() local
104 os.flags(oldflags); in writeHisto1D()
109 ios_base::fmtflags oldflags = os.flags(); in writeHisto2D() local
157 os.flags(oldflags); in writeHisto2D()
193 os.flags(oldflags); in writeProfile1D()
243 os.flags(oldflags); in writeProfile2D()
272 os.flags(oldflags); in writeScatter1D()
305 os.flags(oldflags); in writeScatter2D()
[all …]
H A DWriterFLAT.cc43 ios_base::fmtflags oldflags = os.flags(); in writeCounter() local
53 os.flags(oldflags); in writeCounter()
88 ios_base::fmtflags oldflags = os.flags(); in writeScatter1D() local
100 os.flags(oldflags); in writeScatter1D()
105 ios_base::fmtflags oldflags = os.flags(); in writeScatter2D() local
118 os.flags(oldflags); in writeScatter2D()
123 ios_base::fmtflags oldflags = os.flags(); in writeScatter3D() local
149 os.flags(oldflags); in writeScatter3D()
/dports/devel/p5-Perl-Unsafe-Signals/Perl-Unsafe-Signals-0.03/
H A DSignals.pm26 my $oldflags = Perl::Unsafe::Signals::push_unsafe_flag();
27 bless \$oldflags, $class;
31 my $oldflags = $$self;
32 Perl::Unsafe::Signals::pop_unsafe_flag($oldflags);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/machine/i386/
H A Dpt-machine.h87 int oldflags = get_eflags (); in compare_and_swap_is_available() local
90 set_eflags (oldflags ^ 0x40000); in compare_and_swap_is_available()
92 changed = (get_eflags () ^ oldflags) & 0x40000; in compare_and_swap_is_available()
94 set_eflags (oldflags); in compare_and_swap_is_available()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/machine/i386/
H A Dpt-machine.h87 int oldflags = get_eflags (); in compare_and_swap_is_available() local
90 set_eflags (oldflags ^ 0x40000); in compare_and_swap_is_available()
92 changed = (get_eflags () ^ oldflags) & 0x40000; in compare_and_swap_is_available()
94 set_eflags (oldflags); in compare_and_swap_is_available()
/dports/sysutils/solaar/Solaar-1.0.1/tools/
H A Dscan-registers.sh22 oldflags=$(grep -Po "^>> \([0-9. ]*\) \[10 ${DEVNUMBER} 8100 \K[0-9a-f]{6}(?=\])" "$req00")
23 if [ -n "$oldflags" ]; then
24 echo "# Old notification flags: $oldflags"
28 10 ${DEVNUMBER} 8000 ${oldflags}
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/machine/i386/
H A Dpt-machine.h87 int oldflags = get_eflags (); in compare_and_swap_is_available() local
90 set_eflags (oldflags ^ 0x40000); in compare_and_swap_is_available()
92 changed = (get_eflags () ^ oldflags) & 0x40000; in compare_and_swap_is_available()
94 set_eflags (oldflags); in compare_and_swap_is_available()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/instationary/
H A Dexplicitonestep.hh230 std::ios_base::fmtflags oldflags = std::cout.flags(); in apply() local
243 std::cout.flags(oldflags); in apply()
262 std::ios_base::fmtflags oldflags = std::cout.flags(); in apply() local
269 std::cout.flags(oldflags); in apply()
321 std::cout.flags(oldflags); in apply()
331 std::cout.flags(oldflags); in apply()
442 std::ios_base::fmtflags oldflags = std::cout.flags(); in apply() local
455 std::cout.flags(oldflags); in apply()
481 std::cout.flags(oldflags); in apply()
536 std::cout.flags(oldflags); in apply()
[all …]
H A Dimplicitonestep.hh156 std::ios_base::fmtflags oldflags = std::cout.flags(); in apply() local
169 std::cout.flags(oldflags); in apply()
179 std::ios_base::fmtflags oldflags = std::cout.flags(); in apply() local
186 std::cout.flags(oldflags); in apply()
262 std::ios_base::fmtflags oldflags = std::cout.flags(); in apply() local
273 std::cout.flags(oldflags); in apply()
303 std::ios_base::fmtflags oldflags = std::cout.flags(); in apply() local
316 std::cout.flags(oldflags); in apply()
333 std::cout.flags(oldflags); in apply()
407 std::ios_base::fmtflags oldflags = std::cout.flags(); in apply() local
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/sysdep/posix/
H A Devents.c101 int oldflags; in set_file_interrupt() local
103 oldflags = fcntl (fd, F_GETFL, 0); in set_file_interrupt()
104 if (((oldflags & O_ASYNC) in set_file_interrupt()
105 || (fcntl (fd, F_SETFL, oldflags | O_ASYNC) != -1)) in set_file_interrupt()
140 int oldflags; in set_file_interrupt() local
142 oldflags = fcntl (fd, F_GETFL, 0); in set_file_interrupt()
143 if (((oldflags & O_ASYNC) in set_file_interrupt()
144 || (fcntl (fd, F_SETFL, oldflags | O_ASYNC) != -1)) in set_file_interrupt()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc71 int oldflags = fcntl(fd, F_GETFL, 0); in grpc_set_socket_nonblocking() local
72 if (oldflags < 0) { in grpc_set_socket_nonblocking()
77 oldflags |= O_NONBLOCK; in grpc_set_socket_nonblocking()
79 oldflags &= ~O_NONBLOCK; in grpc_set_socket_nonblocking()
82 if (fcntl(fd, F_SETFL, oldflags) != 0) { in grpc_set_socket_nonblocking()
152 int oldflags = fcntl(fd, F_GETFD, 0); in grpc_set_socket_cloexec() local
153 if (oldflags < 0) { in grpc_set_socket_cloexec()
158 oldflags |= FD_CLOEXEC; in grpc_set_socket_cloexec()
160 oldflags &= ~FD_CLOEXEC; in grpc_set_socket_cloexec()
163 if (fcntl(fd, F_SETFD, oldflags) != 0) { in grpc_set_socket_cloexec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc55 int oldflags = fcntl(fd, F_GETFL, 0); in grpc_set_socket_nonblocking() local
56 if (oldflags < 0) { in grpc_set_socket_nonblocking()
61 oldflags |= O_NONBLOCK; in grpc_set_socket_nonblocking()
63 oldflags &= ~O_NONBLOCK; in grpc_set_socket_nonblocking()
66 if (fcntl(fd, F_SETFL, oldflags) != 0) { in grpc_set_socket_nonblocking()
129 int oldflags = fcntl(fd, F_GETFD, 0); in grpc_set_socket_cloexec() local
130 if (oldflags < 0) { in grpc_set_socket_cloexec()
135 oldflags |= FD_CLOEXEC; in grpc_set_socket_cloexec()
137 oldflags &= ~FD_CLOEXEC; in grpc_set_socket_cloexec()
140 if (fcntl(fd, F_SETFD, oldflags) != 0) { in grpc_set_socket_cloexec()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/auxdisplay/
H A Dcharlcd.c204 int oldflags = priv->flags; in handle_lcd_special_code() local
210 if (priv->flags != oldflags) in handle_lcd_special_code()
217 if (priv->flags != oldflags) in handle_lcd_special_code()
224 if (priv->flags != oldflags) in handle_lcd_special_code()
231 if (priv->flags != oldflags) in handle_lcd_special_code()
238 if (priv->flags != oldflags) in handle_lcd_special_code()
245 if (priv->flags != oldflags) in handle_lcd_special_code()
252 if (priv->flags != oldflags) in handle_lcd_special_code()
259 if (priv->flags != oldflags) in handle_lcd_special_code()
270 if (priv->flags != oldflags) in handle_lcd_special_code()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/auxdisplay/
H A Dcharlcd.c204 int oldflags = priv->flags; in handle_lcd_special_code() local
210 if (priv->flags != oldflags) in handle_lcd_special_code()
217 if (priv->flags != oldflags) in handle_lcd_special_code()
224 if (priv->flags != oldflags) in handle_lcd_special_code()
231 if (priv->flags != oldflags) in handle_lcd_special_code()
238 if (priv->flags != oldflags) in handle_lcd_special_code()
245 if (priv->flags != oldflags) in handle_lcd_special_code()
252 if (priv->flags != oldflags) in handle_lcd_special_code()
259 if (priv->flags != oldflags) in handle_lcd_special_code()
270 if (priv->flags != oldflags) in handle_lcd_special_code()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/auxdisplay/
H A Dcharlcd.c204 int oldflags = priv->flags; in handle_lcd_special_code() local
210 if (priv->flags != oldflags) in handle_lcd_special_code()
217 if (priv->flags != oldflags) in handle_lcd_special_code()
224 if (priv->flags != oldflags) in handle_lcd_special_code()
231 if (priv->flags != oldflags) in handle_lcd_special_code()
238 if (priv->flags != oldflags) in handle_lcd_special_code()
245 if (priv->flags != oldflags) in handle_lcd_special_code()
252 if (priv->flags != oldflags) in handle_lcd_special_code()
259 if (priv->flags != oldflags) in handle_lcd_special_code()
270 if (priv->flags != oldflags) in handle_lcd_special_code()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc72 int oldflags = fcntl(fd, F_GETFL, 0); in grpc_set_socket_nonblocking() local
73 if (oldflags < 0) { in grpc_set_socket_nonblocking()
78 oldflags |= O_NONBLOCK; in grpc_set_socket_nonblocking()
80 oldflags &= ~O_NONBLOCK; in grpc_set_socket_nonblocking()
83 if (fcntl(fd, F_SETFL, oldflags) != 0) { in grpc_set_socket_nonblocking()
153 int oldflags = fcntl(fd, F_GETFD, 0); in grpc_set_socket_cloexec() local
154 if (oldflags < 0) { in grpc_set_socket_cloexec()
159 oldflags |= FD_CLOEXEC; in grpc_set_socket_cloexec()
161 oldflags &= ~FD_CLOEXEC; in grpc_set_socket_cloexec()
164 if (fcntl(fd, F_SETFD, oldflags) != 0) { in grpc_set_socket_cloexec()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc71 int oldflags = fcntl(fd, F_GETFL, 0); in grpc_set_socket_nonblocking() local
72 if (oldflags < 0) { in grpc_set_socket_nonblocking()
77 oldflags |= O_NONBLOCK; in grpc_set_socket_nonblocking()
79 oldflags &= ~O_NONBLOCK; in grpc_set_socket_nonblocking()
82 if (fcntl(fd, F_SETFL, oldflags) != 0) { in grpc_set_socket_nonblocking()
152 int oldflags = fcntl(fd, F_GETFD, 0); in grpc_set_socket_cloexec() local
153 if (oldflags < 0) { in grpc_set_socket_cloexec()
158 oldflags |= FD_CLOEXEC; in grpc_set_socket_cloexec()
160 oldflags &= ~FD_CLOEXEC; in grpc_set_socket_cloexec()
163 if (fcntl(fd, F_SETFD, oldflags) != 0) { in grpc_set_socket_cloexec()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc72 int oldflags = fcntl(fd, F_GETFL, 0); in grpc_set_socket_nonblocking() local
73 if (oldflags < 0) { in grpc_set_socket_nonblocking()
78 oldflags |= O_NONBLOCK; in grpc_set_socket_nonblocking()
80 oldflags &= ~O_NONBLOCK; in grpc_set_socket_nonblocking()
83 if (fcntl(fd, F_SETFL, oldflags) != 0) { in grpc_set_socket_nonblocking()
153 int oldflags = fcntl(fd, F_GETFD, 0); in grpc_set_socket_cloexec() local
154 if (oldflags < 0) { in grpc_set_socket_cloexec()
159 oldflags |= FD_CLOEXEC; in grpc_set_socket_cloexec()
161 oldflags &= ~FD_CLOEXEC; in grpc_set_socket_cloexec()
164 if (fcntl(fd, F_SETFD, oldflags) != 0) { in grpc_set_socket_cloexec()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc72 int oldflags = fcntl(fd, F_GETFL, 0); in grpc_set_socket_nonblocking() local
73 if (oldflags < 0) { in grpc_set_socket_nonblocking()
78 oldflags |= O_NONBLOCK; in grpc_set_socket_nonblocking()
80 oldflags &= ~O_NONBLOCK; in grpc_set_socket_nonblocking()
83 if (fcntl(fd, F_SETFL, oldflags) != 0) { in grpc_set_socket_nonblocking()
153 int oldflags = fcntl(fd, F_GETFD, 0); in grpc_set_socket_cloexec() local
154 if (oldflags < 0) { in grpc_set_socket_cloexec()
159 oldflags |= FD_CLOEXEC; in grpc_set_socket_cloexec()
161 oldflags &= ~FD_CLOEXEC; in grpc_set_socket_cloexec()
164 if (fcntl(fd, F_SETFD, oldflags) != 0) { in grpc_set_socket_cloexec()
/dports/security/libgcrypt/libgcrypt-1.9.4/random/
H A Drndlinux.c64 int oldflags; in set_cloexec_flag() local
66 oldflags= fcntl (fd, F_GETFD, 0); in set_cloexec_flag()
67 if (oldflags < 0) in set_cloexec_flag()
68 return oldflags; in set_cloexec_flag()
69 oldflags |= FD_CLOEXEC; in set_cloexec_flag()
70 return fcntl (fd, F_SETFD, oldflags); in set_cloexec_flag()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/random/
H A Drndlinux.c61 int oldflags; in set_cloexec_flag() local
63 oldflags= fcntl (fd, F_GETFD, 0); in set_cloexec_flag()
64 if (oldflags < 0) in set_cloexec_flag()
65 return oldflags; in set_cloexec_flag()
66 oldflags |= FD_CLOEXEC; in set_cloexec_flag()
67 return fcntl (fd, F_SETFD, oldflags); in set_cloexec_flag()

12345678910>>...28