Home
last modified time | relevance | path

Searched refs:provided (Results 1 – 25 of 2036) sorted by relevance

12345678910>>...82

/freebsd/contrib/ncurses/progs/
H A Dtput.c246 int provided; in tput_cmd() local
289 provided = 0; in tput_cmd()
295 provided = narg; in tput_cmd()
301 if (provided == 0 && argc >= 1) in tput_cmd()
302 provided++; in tput_cmd()
307 if (provided == 0 && argc >= 1) in tput_cmd()
308 provided++; in tput_cmd()
309 if (provided == 1 && argc >= 2) in tput_cmd()
310 provided++; in tput_cmd()
315 if (provided == 1 && argc >= 2) in tput_cmd()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticInstallAPIKinds.td58 def err_architecture_mismatch : Error<"architectures do not match: '%0' (provided) vs '%1' (found)"…
59 def warn_platform_mismatch : Warning<"platform does not match: '%0' (provided) vs '%1' (found)">, I…
60 def err_platform_mismatch : Error<"platform does not match: '%0' (provided) vs '%1' (found)">;
61 def err_install_name_mismatch : Error<"install_name does not match: '%0' (provided) vs '%1' (found)…
62 def err_current_version_mismatch : Error<"current_version does not match: '%0' (provided) vs '%1' (…
63 …y_version_mismatch : Error<"compatibility_version does not match: '%0' (provided) vs '%1' (found)"…
64 …smatch : Error<"the ApplicationExtensionSafe flag does not match: '%0' (provided) vs '%1' (found)"…
65 …_mismatch : Error<"the NotForDyldSharedCache flag does not match: '%0' (provided) vs '%1' (found)"…
68 def err_parent_umbrella_mismatch : Error<"parent umbrella does not match: '%0' (provided) vs '%1' (…
70 def err_reexported_libraries_mismatch : Error<"re-exported libraries do not match: '%0' (provided) …
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-core-clock.txt7 The following is a list of provided IDs and clock names on Armada 370/XP:
14 The following is a list of provided IDs and clock names on Armada 375:
20 The following is a list of provided IDs and clock names on Armada 380/385:
26 The following is a list of provided IDs and clock names on Armada 39x:
34 The following is a list of provided IDs and clock names on 98dx3236:
40 The following is a list of provided IDs and clock names on Kirkwood and Dove:
46 The following is a list of provided IDs and clock names on Orion5x:
H A Dmvebu-gated-clock.txt10 The following is a list of provided IDs for Armada 370:
27 The following is a list of provided IDs for Armada 375:
54 The following is a list of provided IDs for Armada 380/385:
81 The following is a list of provided IDs for Armada 39x:
95 The following is a list of provided IDs for Armada XP:
122 The following is a list of provided IDs for 98dx3236:
132 The following is a list of provided IDs for Dove:
155 The following is a list of provided IDs for Kirkwood:
H A Dat91-clock.txt21 provided on XIN.
42 second entry its index as provided by the datasheet
48 provided on XIN.
/freebsd/sys/fs/ext2fs/
H A Dext2_csum.c446 uint32_t provided, calculated; in ext2_extent_blk_csum_verify() local
457 provided = le32toh(etp->et_checksum); in ext2_extent_blk_csum_verify()
460 if (provided != calculated) { in ext2_extent_blk_csum_verify()
491 uint32_t hi, provided, calculated; in ext2_gd_i_bitmap_csum_verify() local
496 provided = le16toh(fs->e2fs_gd[cg].ext4bgd_i_bmap_csum); in ext2_gd_i_bitmap_csum_verify()
502 provided |= (hi << 16); in ext2_gd_i_bitmap_csum_verify()
506 if (provided != calculated) { in ext2_gd_i_bitmap_csum_verify()
532 uint32_t hi, provided, calculated, size; in ext2_gd_b_bitmap_csum_verify() local
538 provided = le16toh(fs->e2fs_gd[cg].ext4bgd_b_bmap_csum); in ext2_gd_b_bitmap_csum_verify()
543 provided |= (hi << 16); in ext2_gd_b_bitmap_csum_verify()
[all …]
/freebsd/contrib/kyua/utils/config/
H A Dtree.ipp5 // modification, are permitted provided that the following conditions are
12 // documentation and/or other materials provided with the distribution.
75 /// \throw invalid_key_error If the provided key has an invalid format.
76 /// \throw unknown_key_error If the provided key is unknown.
102 /// \throw invalid_key_error If the provided key has an invalid format.
103 /// \throw unknown_key_error If the provided key is unknown.
129 /// \throw invalid_key_error If the provided key has an invalid format.
131 /// \throw unknown_key_error If the provided key is unknown.
/freebsd/crypto/heimdal/doc/
H A Dcopyright.texi29 modification, are permitted provided that the following conditions
37 documentation and/or other materials provided with the distribution.
73 without fee is hereby granted, provided that the above copyright
79 this software for any purpose. It is provided "as is" without express
96 modification, are permitted provided that the following conditions
104 documentation and/or other materials provided with the distribution.
138 modification, are permitted provided that the following conditions
144 documentation and/or other materials provided with the distribution.
186 modification, are permitted provided that the following conditions
192 documentation and/or other materials provided with the distribution.
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md22 * Functions `LogToStderr()` and `FlushInfoLog()` have to be provided too.
26 * `GTEST_HAS_NOTIFICATION_` - Enabled if Notification is already provided.
28 are already provided. Must also provide `GTEST_DECLARE_STATIC_MUTEX_(mutex)`
/freebsd/lib/libmd/
H A Dmd4.copyright4 License to copy and use this software is granted provided that it
8 License is also granted to make and use derivative works provided
15 software for any particular purpose. It is provided "as is"
H A Dmd5.copyright4 License to copy and use this software is granted provided that it
9 License is also granted to make and use derivative works provided
16 software for any particular purpose. It is provided "as is"
/freebsd/contrib/unbound/
H A DSECURITY.md8 Support is provided in respect of the latest release, i.e. releases with the
11 3.2.18 to 4.0.0), support will also be provided on the latest minor version of
17 provided for the remainder of the one-year-period.
/freebsd/contrib/dma/
H A DLICENSE13 modification, are permitted provided that the following conditions
20 the documentation and/or other materials provided with the
45 modification, are permitted provided that the following conditions
53 documentation and/or other materials provided with the distribution.
75 purpose with or without fee is hereby granted, provided that the above
91 modification, are permitted provided that the following conditions
97 documentation and/or other materials provided with the distribution.
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci-msi.txt79 * The sideband data provided to the MSI controller is
107 * The sideband data provided to the MSI controller is
136 * The sideband data provided to the MSI controller is
166 * The sideband data provided to the MSI controller is
210 * The sideband data provided to MSI controller a is the
212 * The sideband data provided to MSI controller b is the
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_set_verify_cb_func.pod138 I<If no chain verification function is provided, the internal default
159 I<If no function to get the issuer is provided, the internal default
167 I<If no function to get the issuer is provided, the internal default
174 I<If no function to get the issuer is provided, the internal default
180 I<If no function to get the issuer is provided, the internal default
186 I<If no function to get the issuer is provided, the internal default
192 I<If no function to get the issuer is provided, the internal default
201 I<If no function to get the issuer is provided, the internal default
207 I<If no function to get the issuer is provided, the internal default
H A DSSL_CTX_set_default_passwd_cb.pod31 which will be provided to the password callback on invocation.
45 The password callback, which must be provided by the application, hands back the
48 is provided. The function must store the password into the provided buffer
81 The following example returns the password provided as userdata to the
H A DX509V3_set_ctx.pod21 Any of I<subject>, I<req>, or I<crl> may be provided, pointing to a certificate,
27 If I<subject> or I<crl> is provided, I<issuer> should point to its issuer,
29 Note that if I<subject> is provided, I<issuer> may be the same as I<subject>,
39 the certificate that has been provided in I<ctx>.
/freebsd/share/i18n/csmapper/MISC/
H A DNEXTSTEP%UCS.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
24 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
27 # agrees to determine applicability of information provided. If this
28 # file has been provided on optical media by Unicode, Inc., the sole
45 # This file is provided for historical reference only and pertains
/freebsd/share/i18n/csmapper/KOI/
H A DKOI8-R%UCS.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
24 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
27 # agrees to determine applicability of information provided. If this
28 # file has been provided on optical media by Unicode, Inc., the sole
H A DUCS%GOST19768-74.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
24 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
27 # agrees to determine applicability of information provided. If this
28 # file has been provided on optical media by Unicode, Inc., the sole
H A DGOST19768-74%UCS.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
24 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
27 # agrees to determine applicability of information provided. If this
28 # file has been provided on optical media by Unicode, Inc., the sole
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.cryptogams5 modification, are permitted provided that the following conditions
14 provided with the distribution.
21 ALTERNATIVELY, provided that this notice is retained in full, this
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-DPP184 dpp_connector=<Connector value provided by Configurator>
185 dpp_csign=<C-Sign-Key value provided by Configurator>
186 dpp_netaccesskey=<Net access key provided by Configurator>
201 dpp_connector="<Connector value provided by Configurator>"
202 dpp_netaccesskey=<Net access key provided by Configurator>
203 dpp_csign=<C-sign-key value provided by Configurator>
/freebsd/lib/libc/rpc/
H A DDISCLAIMER8 * modification, are permitted provided that the following conditions are met:
13 * and/or other materials provided with the distribution.
34 * modification, are permitted provided that the following conditions are
42 * provided with the distribution.
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Db4420qds.dts7 * modification, are permitted provided that the following conditions are met:
12 * documentation and/or other materials provided with the distribution.
23 * This software is provided by Freescale Semiconductor "as is" and any

12345678910>>...82