/netbsd-src/tests/kernel/ |
H A D | t_simplehook.sh | 92 atf_sysctl_rd ${key_hklist}.created '0' 93 atf_sysctl_wr ${key_hklist}.created '1' 94 atf_sysctl_wr ${key_hklist}.created '0' 98 atf_sysctl_wr ${key_hklist}.created '1' 105 atf_sysctl_wr ${key_hklist}.created '0' 108 atf_sysctl_wr ${key_hklist}.created '1' 121 atf_sysctl_wr ${key_hklist}.created '0' 157 atf_sysctl_wr ${key_hklist}.created '1' 167 atf_sysctl_wr ${key_hklist}.created '0' 172 atf_sysctl_wr ${key_hklist}.created '1' [all …]
|
/netbsd-src/external/bsd/file/dist/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
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | sw_tree1.c | 30 static void realloc_fdt(void **fdt, size_t *size, bool created) in realloc_fdt() argument 59 if (created) { in realloc_fdt() 72 if (created) { in realloc_fdt() 92 realloc_fdt(&fdt, &size, created); \ 102 bool created = false; in main() local 168 created = true; in main()
|
/netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
H A D | ChangeLog | 11 * 2.40 branch created. 15 * 2.39 branch created. 19 * 2.38 release branch created. 23 * 2.37 release branch created.
|
/netbsd-src/usr.bin/make/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
|
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/ |
H A D | rpathcfg.sh | 104 echo "ok, running created a.out." 1>&2 130 echo "ok, running created a.out." 1>&2 148 echo "ok, running created a.out." 1>&2 173 echo "ok, running created a.out." 1>&2 187 echo "ok, running created a.out." 1>&2
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | ssl.pod | 19 An B<SSL_CTX> object is created as a framework to establish 24 When a network connection has been created, it can be assigned to an 25 B<SSL> object. After the B<SSL> object has been created using 59 This is the global context structure which is created by a server or client 61 B<SSL> structures which are later created for the connections. 70 This is the main SSL/TLS structure which is created by a server or client per
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
H A D | ChangeLog | 3 * 2.39 branch created. 7 * 2.38 release branch created. 11 * 2.37 release branch created.
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | schedule.c | 187 struct timeval now, created; local 211 timersub(&p->xtime, &p->tick, &created); 214 dst->created = sched_monotonic_to_time_t(&created, &now);
|
H A D | pfkey.c | 2293 u_int64_t created; local 2310 created = lt->sadb_lifetime_addtime; 2312 created = 0; 2322 created, 2331 created, 2431 u_int64_t created; local 2448 created = lt->sadb_lifetime_addtime; 2450 created = 0; 2460 created, 2469 created, [all …]
|
H A D | policy.h | 68 u_int64_t created; /* Used for generated SPD entries deletion */ member 126 (idx)->created = (_created); \ 138 (idx)->created = (_created); \
|
/netbsd-src/crypto/external/bsd/heimdal/dist/admin/ |
H A D | get.c | 132 int created = 0; in kt_get() local 165 created = 1; in kt_get() 190 if(!created && (princ.attributes & KRB5_KDB_DISALLOW_ALL_TIX)) in kt_get() 194 if(created) { in kt_get()
|
/netbsd-src/external/apache2/llvm/dist/llvm/ |
H A D | .gitignore | 54 # Files created in tree by the Go bindings. 63 # Temp files created by most text editors. 65 # Merge files created by git.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | opncls.texi | 29 Return a pointer to the created BFD. If @var{fd} is not -1, 45 A copy of the @var{filename} argument is stored in the newly created 53 @var{target}. Return a pointer to the created BFD. 62 A copy of the @var{filename} argument is stored in the newly created 88 A copy of the @var{filename} argument is stored in the newly created 105 A copy of the @var{filename} argument is stored in the newly created 113 The @var{stream} is created using @var{open_func}, accessed using 143 A copy of the @var{filename} argument is stored in the newly created 156 A copy of the @var{filename} argument is stored in the newly created 185 If the created file is executable, then @code{chmod} is called [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/alpha/ |
H A D | t-alpha | 4 # When GAS-generated unwind tables are created, they get created
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/alpha/ |
H A D | t-alpha | 4 # When GAS-generated unwind tables are created, they get created
|
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/external/gpl2/lvm2/dist/udev/ |
H A D | 12-dm-permissions.rules | 55 # Set permissions for all encrypted devices created by cryptsetup (plain devices) 58 # Set permissions for all encrypted devices created by cryptsetup (LUKS extension) 61 # Set permissions for an encrypted device created by cryptsetup and having an exact luks UUID 70 # Set permissions for first two partitions created on a multipath device (and detected by kpartx)
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | paste.c | 37 time_t created; member 93 return (pb->created); in paste_buffer_created() 206 pb->created = time(NULL); in paste_add() 300 pb->created = time(NULL); in paste_set()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | X509_check_purpose.pod | 15 This function checks if certificate I<x> was created with the purpose 40 =item E<32>1 if the certificate was created to perform the purpose represented by I<id> 42 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id>
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
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.
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | pidpersec_example.txt | 15 This shows that there are now new processes being created. 31 Now we can see that there are over 10 new processes created each second.
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | pidpersec_example.txt | 15 This shows that there are now new processes being created. 31 Now we can see that there are over 10 new processes created each second.
|