/freebsd/tests/sys/cddl/zfs/tests/reservation/ |
H A D | reservation_017_pos.ksh | 70 typeset -i iterate=10 82 while (( iterate > 1 )); do 97 (( iterate = iterate - 1 ))
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
H A D | reservation_017_pos.ksh | 74 typeset iterate=10 82 while ((iterate > 1)); do 97 ((iterate = iterate - 1))
|
/freebsd/bin/uuidgen/ |
H A D | uuidgen.c | 109 int ch, count, i, iterate, status, version; in main() local 114 iterate = 0; /* not one at a time */ in main() 119 iterate = 1; in main() 163 if (!iterate) { in main()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 42 # can iterate over both sets in an array 67 # can iterate over both sets in an array 94 # can iterate over both sets in an array
|
/freebsd/crypto/heimdal/kdc/ |
H A D | hprop.c | 225 iterate (krb5_context context, in iterate() function 262 ret = iterate (context, database_name, db, type, &pd); in dump_database() 352 ret = iterate (context, database_name, db, type, &pd); in propagate_database()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SpillPlacement.h | 57 // iterate. 67 /// List of nodes that need to be updated in ::iterate. 130 /// Prepare internal data structures for iterate. 134 /// iterate - Update the network iteratively until convergence, or new bundles 136 void iterate(); 139 /// the previous call to scanActiveBundles or iterate.
|
H A D | SpillPlacement.cpp | 334 void SpillPlacement::iterate() { in iterate() function in SpillPlacement
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.h | 77 void iterate(void *Base, size_t Size, iterate_callback Cb, void *Arg); in shouldSample()
|
H A D | guarded_pool_allocator.cpp | 133 void GuardedPoolAllocator::iterate(void *Base, size_t Size, iterate_callback Cb, in iterate() function in gwp_asan::GuardedPoolAllocator
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | misc.cfg | 40 # can iterate over both sets in an array
|
/freebsd/stand/forth/ |
H A D | brand.4th | 76 ['] draw-brand console-iterate
|
H A D | beastie.4th | 85 ['] draw-beastie console-iterate
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 380 Iteration are used to iterate over UCL compound types: arrays and objects. Moreover, iterations cou… 390 …xpand keys with multiple values. The general rule is that if you need to iterate through the *obje… 410 …t array that contains another array and a boolean value it is extremely unclear how to iterate over 435 - `ucl_object_iterate_safe` - safely iterate the object inside iterator. Note: function may allocat…
|
/freebsd/usr.bin/sed/tests/ |
H A D | hanoi.sed | 89 # iterate back to find smallest out-of-place ring
|
/freebsd/lib/libc/amd64/string/ |
H A D | strspn.S | 82 1: mov %rdi, %rax # a copy of the source to iterate over
|
H A D | strcspn.S | 71 mov %rdi, %rax # a copy of the source to iterate over
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_get_attr.pod | 41 EVP_PKEY_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
|
H A D | X509_REQ_get_attr.pod | 38 X509_REQ_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
|
H A D | SSL_CTX_add1_chain_cert.pod | 87 used to iterate over all certificates in an B<SSL_CTX> structure.
|
H A D | CMS_signed_get_attr.pod | 77 order to iterate through the remaining attributes. I<lastpos> can be set to any
|
H A D | X509_ATTRIBUTE.pod | 104 X509at_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
|
H A D | ENGINE_add.pod | 300 this question it must iterate across all the registered ENGINEs in the 304 needing to iterate across the table). Likewise, it will cache a NULL
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | really-big.conf | 150 …nu/usr.bin/gcc2/cc1/obj/c-aux-info.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-iterate.o /usr/src/gnu/us…
|
/freebsd/contrib/ncurses/misc/ |
H A D | makedef.cmd | 113 iterate
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | README.md | 188 place. ENGINE_cleanup() will simply iterate across a list of registered cleanup
|