| /src/contrib/file/magic/Magdir/ |
| H A D | os400 | 16 >&212 byte 0x01 \b, created with SAVOBJ 17 >&212 byte 0x02 \b, created with SAVLIB 18 >&212 byte 0x07 \b, created with SAVCFG 19 >&212 byte 0x08 \b, created with SAVSECDTA 20 >&212 byte 0x0A \b, created with SAVSECDTA 21 >&212 byte 0x0B \b, created with SAVDLO 22 >&212 byte 0x0D \b, created with SAVLICPGM 23 >&212 byte 0x11 \b, created with SAVCHGOBJ
|
| H A D | yara | 13 >>>8 byte 6 created with version 3.3.0 14 >>>8 byte 8 created with version 3.4.0 15 >>>8 byte 11 created with version 3.5.0
|
| H A D | vax | 24 >>4 ledate x \b, created %s 30 >>4 ledate x \b, created %s
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/ |
| H A D | user_namespace_002.ksh | 96 log_must $NSENTER zfs create $TESTPOOL/userns/created 97 log_mustnot $NSENTER zfs create $TESTPOOL/user/created 101 log_must $NSENTER df -h /$TESTPOOL/userns/created 102 log_must $NSENTER mkfile 8192 /$TESTPOOL/userns/created/testfile 103 uidgid=$($NSENTER stat -c '%u %g' /$TESTPOOL/userns/created/testfile) 107 log_must $NSENTER zfs destroy $TESTPOOL/userns/created
|
| /src/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_dcd_tree_elem.h | 56 bool created; /**< decode tree created this element (destroy it on tree destruction) */ member 89 created = false; in DecodeTreeElement() 100 created = bCreated; in SetDecoderElement() 105 if(created && (dcd_mngr != 0) && (dcd_handle != 0)) in DestroyElem()
|
| /src/usr.sbin/fifolog/lib/ |
| H A D | fifolog_create.c | 52 int created; in fifolog_create() local 56 created = 0; in fifolog_create() 61 created = 1; in fifolog_create() 77 if(!created && S_ISREG(st.st_mode)) { in fifolog_create()
|
| /src/contrib/bmake/unit-tests/ |
| H A D | cond-func-exists.mk | 49 _!= > cond-func-exists.just-created 50 .if exists(cond-func-exists.just-created) 53 _!= rm cond-func-exists.just-created
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_new_stream.pod | 21 the newly created QUIC stream SSL object. 24 created; else a bidirectional stream is created. 26 To retrieve the stream ID of the newly created stream, use 34 Once a stream has been created using SSL_new_stream(), it may be used in the 47 is configured in blocking mode) until a new stream can be created, or otherwise 61 will be eventually created; for example, the connection could fail, or a peer 81 from the server allowing additional streams to be created.
|
| H A D | SSL_set_default_stream_mode.pod | 28 When not disabled, a default stream is automatically created on an outgoing 41 By default, the default stream created is bidirectional. If a unidirectional 57 default stream being created. If used, it is recommended to call it immediately 66 L<SSL_read(3)>, a bidirectional client-initiated stream is created and bound as 79 a unidirectional client-initiated stream is created and bound as the default 93 A default stream will not be automatically created on a QUIC connection SSL
|
| H A D | SSL_get_SSL_CTX.pod | 5 SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created 16 B<ssl> was created with L<SSL_new(3)>.
|
| /src/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | README.txt | 13 As a rule, only those directories actually needing to be created should be 14 created. Also, further subdirectories could be created to reflect versions of
|
| /src/tools/tools/nvmf/nvmfd/ |
| H A D | nvmfd.c | 74 bool created; in create_passive_sockets() local 84 created = false; in create_passive_sockets() 102 created = true; in create_passive_sockets() 106 if (!created) in create_passive_sockets()
|
| /src/crypto/heimdal/admin/ |
| H A D | get.c | 130 int created = 0; in kt_get() local 163 created = 1; in kt_get() 188 if(!created && (princ.attributes & KRB5_KDB_DISALLOW_ALL_TIX)) in kt_get() 192 if(created) { in kt_get()
|
| /src/bin/sh/tests/parser/ |
| H A D | heredoc7.0 | 2 # Some of these created malformed parse trees with null pointers for here 11 # Some of these created malformed parse trees with null pointers for here
|
| /src/contrib/llvm-project/lld/ |
| H A D | .gitignore | 9 # Temp files created by most text editors. 11 # Merge files created by git.
|
| /src/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | facebook-bmc-flash-layout.dtsi | 34 * Although the master partition can be created by enabling 36 * explicitly created to avoid breaking legacy applications.
|
| H A D | facebook-bmc-flash-layout-128.dtsi | 52 * Although the master partition can be created by enabling 54 * explicitly created to avoid breaking legacy applications.
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-spkac.pod.in | 56 Use the specified I<digest> to sign a created SPKAC file. 77 Specifies the challenge string if an SPKAC is being created. 93 SPKAC is being created). 98 being created). 135 A created SPKAC with suitable DN components appended can be fed to
|
| /src/sys/dev/smartpqi/ |
| H A D | smartpqi_queue.c | 516 if (softs->event_q.created == true) { in pqisrc_destroy_event_queue() 518 softs->event_q.created = false; in pqisrc_destroy_event_queue() 546 if (op_ib_q->created == true) { in pqisrc_destroy_op_ib_queues() 548 op_ib_q->created = false; in pqisrc_destroy_op_ib_queues() 584 if (op_ob_q->created == true) { in pqisrc_destroy_op_ob_queues() 586 op_ob_q->created = false; in pqisrc_destroy_op_ob_queues() 821 event_q->created = true; in pqisrc_alloc_and_create_event_queue() 895 op_ib_q->created = true; in pqisrc_alloc_and_create_ib_queues() 956 op_ob_q->created = true; in pqisrc_alloc_and_create_ob_queues()
|
| /src/contrib/libcbor/doc/source/api/ |
| H A D | type_0_1.rst | 17 **Note:** once a positive integer has been created, its width *cannot* be changed. 27 **Note:** once a positive integer has been created, its width *cannot* be changed. 37 An integer item is created with one of the four widths. Because integers' `storage is bundled toget…
|
| /src/tools/test/stress2/misc/ |
| H A D | syzkaller68.sh | 165 int created, call; 193 if (!th->created) { 194 th->created = 1;
|
| H A D | syzkaller39.sh | 153 int created, call; 183 if (!th->created) { 184 th->created = 1;
|
| /src/contrib/pam-krb5/pam-util/ |
| H A D | vector.c | 218 bool created = false; in vector_split_multi() local 221 created = true; in vector_split_multi() 251 if (created) in vector_split_multi()
|
| /src/tests/sys/netinet6/frag6/ |
| H A D | frag6_05.sh | 113 <fragments-created>0</fragments-created> 175 <fragments-created>0</fragments-created> 306 <fragments-created>0</fragments-created> 368 <fragments-created>0</fragments-created>
|
| /src/contrib/byacc/ |
| H A D | NEW_FEATURES | 16 temporary files will be created. If TMPDIR is defined, temporary files 17 will be created in the directory whose pathname is the value of TMPDIR. 18 By default, temporary files are created in /tmp.
|