Searched refs:cds (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/usr.sbin/tokeninit/ |
| D | tokeninit.c | 70 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/ |
| D | login_token.c | 66 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/ |
| D | tokenadm.c | 74 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/ |
| D | 449.crt | 15 cds+kbIGPO0tVbboISohXzKCIwIDAQABozIwMDAMBgNVHRMBAf8EAjAAMCAGA1Ud
|
| /openbsd/src/usr.bin/login/ |
| D | login.c | 149 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/ |
| D | Deparse.t | 1478 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/ |
| D | s390.md | 313 ;; 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/ |
| D | s390-opc.txt | 36 bb cds RS_RRRD "compare double and swap" g5 esa,zarch
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | s390-opc.txt | 36 bb cds RS_RRRD "compare double and swap" g5 esa,zarch
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrInfo.td | 1867 defm CDS : CmpSwapRSPair<"cds", 0xBB, 0xEB31, null_frag, GR128>;
|