Home
last modified time | relevance | path

Searched refs:cds (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/usr.sbin/tokeninit/
Dtokeninit.c70 struct rlimit cds; in main() local
83 cds.rlim_cur = 0; in main()
84 cds.rlim_max = 0; in main()
85 if (setrlimit(RLIMIT_CORE, &cds) < 0) in main()
/openbsd/src/libexec/login_token/
Dlogin_token.c66 struct rlimit cds; in main() local
79 cds.rlim_cur = 0; in main()
80 cds.rlim_max = 0; in main()
81 if (setrlimit(RLIMIT_CORE, &cds) == -1) in main()
/openbsd/src/usr.sbin/tokenadm/
Dtokenadm.c74 struct rlimit cds; in main() local
96 cds.rlim_cur = 0; in main()
97 cds.rlim_max = 0; in main()
98 if (setrlimit(RLIMIT_CORE, &cds) < 0) in main()
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D449.crt15 cds+kbIGPO0tVbboISohXzKCIwIDAQABozIwMDAMBgNVHRMBAf8EAjAAMCAGA1Ud
/openbsd/src/usr.bin/login/
Dlogin.c149 struct rlimit cds, scds; in main() local
310 cds.rlim_cur = cds.rlim_max = 0; in main()
311 if (setrlimit(RLIMIT_CORE, &cds) == -1) { in main()
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.t1478 tr/B-G//cds;
1489 tr/B-G/b/cds;
1508 tr/\000-\375/AB/cds;
1509 tr/\000-\375/A-C/cds;
1510 tr/\000-\375/A-D/cds;
1511 tr/\000-\375/A-I/cds;
1521 tr/\x{101}-\x{106}//cds;
1532 tr/\x{101}-\x{106}/\x{111}/cds;
1551 tr/\cA-\x{100}/AB/cds;
1552 tr/\cA-\x{100}/A-C/cds;
[all …]
/openbsd/src/gnu/gcc/gcc/config/s390/
Ds390.md313 ;; In DP templates, a string like "cds<g>" will expand to "cdsg" in TImode
314 ;; and "cds" in DImode.
7433 ; cds, cdsg
7446 "cds<tg>\t%0,%3,%S1"
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Ds390-opc.txt36 bb cds RS_RRRD "compare double and swap" g5 esa,zarch
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Ds390-opc.txt36 bb cds RS_RRRD "compare double and swap" g5 esa,zarch
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1867 defm CDS : CmpSwapRSPair<"cds", 0xBB, 0xEB31, null_frag, GR128>;