Home
last modified time | relevance | path

Searched refs:old_r (Results 1 – 4 of 4) sorted by relevance

/external/ltp/lib/
Dtst_coredump.c16 struct rlimit new_r, old_r; in tst_no_corefile() local
18 SAFE_GETRLIMIT(RLIMIT_CORE, &old_r); in tst_no_corefile()
19 if (old_r.rlim_max >= 1 || geteuid() == 0) { in tst_no_corefile()
/external/google-breakpad/src/common/linux/
Dlinux_libc_support.cc85 const int old_r = r; in my_strtoui() local
90 if (r < old_r) in my_strtoui()
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dscreen.py180 old_r = self.cur_r
182 if old_r == self.cur_r:
308 old_r = self.cur_r
310 if old_r == self.cur_r:
DANSI.py324 old_r = self.cur_r
329 if old_r != self.cur_r: