| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-chu-ldap-xordered-xx.txt | 63 one often encounters a need to preserve both the ordering and the 66 describes a scheme to attach ordering information to attributes in a 67 directory so that the ordering may be preserved and propagated to 129 attribute definitions to store ordering information along with the 130 attribute values, so that the ordering can be recovered when 132 management of this ordering information to ease manipulation of the 233 AttributeTypeDescription to signify the use of this ordering 250 parent entry. That is, ordering will be maintained for all the child 253 Sometimes the information with the ordering dependency is too complex 272 ordering-prefix = "{" numericstring "}" [all …]
|
| /netbsd-src/tests/lib/libc/string/ |
| H A D | t_strcoll.c | 82 ATF_TC(ordering); 84 ATF_TC_HEAD(ordering, tc) in ATF_TC_HEAD() argument 90 ATF_TC_BODY(ordering, tc) in ATF_TC_BODY() argument 103 ATF_TP_ADD_TC(tp, ordering); in ATF_TP_ADD_TCS()
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | getopt.c | 170 } ordering; variable 304 ordering = RETURN_IN_ORDER; in _getopt_initialize() 309 ordering = REQUIRE_ORDER; in _getopt_initialize() 313 ordering = REQUIRE_ORDER; in _getopt_initialize() 315 ordering = PERMUTE; in _getopt_initialize() 397 if (ordering == PERMUTE) 451 if (ordering == REQUIRE_ORDER)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoA.td | 184 (ins GPR:$addr, GPR:$incr, ixlenimm:$ordering), []> { 207 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> { 217 ixlenimm:$ordering), []> { 227 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> { 236 : Pat<(intrin GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering), 237 (AMOInst GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering)>; 241 timm:$ordering), 243 timm:$ordering)>; 274 (ins GPR:$addr, GPR:$cmpval, GPR:$newval, ixlenimm:$ordering), []> { 302 ixlenimm:$ordering), []> { [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | getopt.c | 190 } ordering; variable 418 ordering = RETURN_IN_ORDER; in _getopt_initialize() 423 ordering = REQUIRE_ORDER; in _getopt_initialize() 427 ordering = REQUIRE_ORDER; in _getopt_initialize() 429 ordering = PERMUTE; in _getopt_initialize() 558 if (ordering == PERMUTE) in _getopt_internal() 611 if (ordering == REQUIRE_ORDER) in _getopt_internal()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | getopt.c | 190 } ordering; variable 418 ordering = RETURN_IN_ORDER; in _getopt_initialize() 423 ordering = REQUIRE_ORDER; in _getopt_initialize() 427 ordering = REQUIRE_ORDER; in _getopt_initialize() 429 ordering = PERMUTE; in _getopt_initialize() 558 if (ordering == PERMUTE) in _getopt_internal() 611 if (ordering == REQUIRE_ORDER) in _getopt_internal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | getopt.c | 190 } ordering; variable 418 ordering = RETURN_IN_ORDER; in _getopt_initialize() 423 ordering = REQUIRE_ORDER; in _getopt_initialize() 427 ordering = REQUIRE_ORDER; in _getopt_initialize() 429 ordering = PERMUTE; in _getopt_initialize() 558 if (ordering == PERMUTE) in _getopt_internal() 611 if (ordering == REQUIRE_ORDER) in _getopt_internal()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | getopt.c | 185 } ordering; variable 400 ordering = RETURN_IN_ORDER; in _getopt_initialize() 405 ordering = REQUIRE_ORDER; in _getopt_initialize() 409 ordering = REQUIRE_ORDER; in _getopt_initialize() 411 ordering = PERMUTE; in _getopt_initialize() 539 if (ordering == PERMUTE) in _getopt_internal() 592 if (ordering == REQUIRE_ORDER) in _getopt_internal()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | getopt.c | 190 } ordering; variable 418 ordering = RETURN_IN_ORDER; in _getopt_initialize() 423 ordering = REQUIRE_ORDER; in _getopt_initialize() 427 ordering = REQUIRE_ORDER; in _getopt_initialize() 429 ordering = PERMUTE; in _getopt_initialize() 558 if (ordering == PERMUTE) in _getopt_internal() 611 if (ordering == REQUIRE_ORDER) in _getopt_internal()
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | getopt.c | 189 } ordering; variable 417 ordering = RETURN_IN_ORDER; 422 ordering = REQUIRE_ORDER; 426 ordering = REQUIRE_ORDER; 428 ordering = PERMUTE; 568 if (ordering == PERMUTE) 621 if (ordering == REQUIRE_ORDER)
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | getopt.c | 187 } ordering; variable 409 ordering = RETURN_IN_ORDER; 414 ordering = REQUIRE_ORDER; 418 ordering = REQUIRE_ORDER; 420 ordering = PERMUTE; 553 if (ordering == PERMUTE) 606 if (ordering == REQUIRE_ORDER)
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | test_packets.7 | 1 ; switch.ch ANY with strange RRSIG ordering. 20 ;-- es.net IN ANY about RRSIG ordering.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/ |
| H A D | ts_rsp_utils.c | 240 int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering) in TS_TST_INFO_set_ordering() argument 242 a->ordering = ordering ? 0xFF : 0x00; in TS_TST_INFO_set_ordering() 248 return a->ordering ? 1 : 0; in TS_TST_INFO_get_ordering()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/ |
| H A D | ts_rsp_utils.c | 240 int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering) in TS_TST_INFO_set_ordering() argument 242 a->ordering = ordering ? 0xFF : 0x00; in TS_TST_INFO_set_ordering() 248 return a->ordering ? 1 : 0; in TS_TST_INFO_get_ordering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Atomics.rst | 57 instructions with atomic ordering involved, concurrency does not matter, with 103 ordering; see `Atomic orderings`_. 113 A ``fence`` provides Acquire and/or Release ordering which is not part of 134 Acquire/Release. (See also `LangRef Ordering <LangRef.html#ordering>`_.) 222 address, a consistent ordering exists. 270 Architectures with weak memory ordering (essentially everything relevant today 331 ordering exists between all SequentiallyConsistent operations. 351 barriers. Additionally, the code generator must enforce ordering between 410 On architectures which use barrier instructions for all atomic ordering (like 505 void __atomic_load(size_t size, void *ptr, void *ret, int ordering) [all …]
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | shape.h | 126 uint8_t ordering; member 302 uint8_t ordering; member 418 uint8_t ordering, 437 uint8_t ordering,
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | test.schema | 42 ordering generalizedTimeOrderingMatch 50 ordering UUIDOrderingMatch
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/tls/conf/ |
| H A D | openssl.cnf | 33 preserve = no # keep passed DN ordering 124 ordering = yes # Is ordering defined for timestamps?
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | depsrc-usebefore.mk | 22 @${MAKE} -r -f ${MAKEFILE} ordering 25 ordering: before-1 before-2 after-1 after-2
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/po/ |
| H A D | sr.po | 386 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 400 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 447 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" 448 msgstr "%s: Може бити наведено или само „--function-ordering“ или „--file-ordering“.\n"
|
| H A D | uk.po | 387 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 401 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 448 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" 449 msgstr "%s: можна вказувати лише один з параметрів: --function-ordering або --file-ordering.\n"
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/po/ |
| H A D | sr.po | 387 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 401 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 448 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" 449 msgstr "%s: Може бити наведено или само „--function-ordering“ или „--file-ordering“.\n"
|
| H A D | bg.po | 387 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 401 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 448 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" 449 msgstr "%s: Само една между --function-ordering и --file-ordering може да се зададе.\n"
|
| H A D | uk.po | 387 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 401 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 448 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" 449 msgstr "%s: можна вказувати лише один з параметрів: --function-ordering або --file-ordering.\n"
|
| H A D | ru.po | 386 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 400 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n" 447 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" 448 msgstr "%s: можно указать что-то одно: --function-ordering или --file-ordering.\n"
|