Home
last modified time | relevance | path

Searched refs:gets (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/freebsd/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_gets.c38 #undef gets
48 __sym_compat(gets, unsafe_gets, FBSD_1.0);
51 char *gets(char *buf) in gets() function
61 (void)gets(b); in main()
H A Dt_ssp.sh133 atf_test_case gets
450 atf_add_test_case gets
/freebsd/tools/tools/kdrv/
H A DKernelDriver161 while {[gets $fh line] >= 0} {
213 while {[gets $fh line] >= 0} {
501 while {[gets $fh line] >= 0} {
506 gets $fh line;
532 while {[gets $fh line] >= 0} {
537 gets $fh line;
567 gets $fh line;
606 gets $fh line;
688 set line [gets $fh];
728 set line [gets $fh];
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_SAFEBAG_get1_cert.pod31 PKCS12_SAFEBAG_get0_attr() gets the attribute value corresponding to the B<attr_nid>.
33 PKCS12_SAFEBAG_get0_type() gets the B<safeBag> type as an OID, whereas
34 PKCS12_SAFEBAG_get_nid() gets the B<safeBag> type as an NID, which could be
38 PKCS12_SAFEBAG_get_bag_nid() gets the type of the object contained within the
40 arbitrary for B<secretBag>s. PKCS12_SAFEBAG_get0_bag_type() gets this type as an OID.
H A DNCONF_new_ex.pod44 NCONF_default() gets the default method table for processing a configuration file.
46 NCONF_get0_libctx() gets the library context associated with the I<conf>
49 NCONF_get_section_names() gets the names of the sections associated with
54 NCONF_get_section() gets the config values associated with the I<conf> from
H A DBIO_f_prefix.pod20 text output, where each line gets automatically prefixed and indented
38 BIO_get_indent() gets the current indentation.
H A DBIO_read.pod35 BIO_gets() performs the BIOs "gets" operation and places the data
69 BIO_gets() returns -2 if the "gets" operation is not implemented by the BIO
102 If the "gets" method is not supported by a BIO then BIO_get_line() can be used.
103 It is also possible to make BIO_gets() usable even if the "gets" method is not
/freebsd/share/examples/pf/
H A Dqueue47 # departments. CS department gets the half of the bandwidth, EE and IE
10 # whenever there is no backlogged sibling queue but when a queue gets
11 # backlogged, it is guaranteed that the queue gets its linkshare.
/freebsd/contrib/kyua/doc/
H A Dmanbuild_test.sh58 Where __FOO__ gets replaced.
64 Where this gets replaced.
75 Where __FOO__ gets __BAR__.
81 Where this gets replaced.
188 Where __FOO__ gets replaced.
/freebsd/crypto/openssl/doc/internal/man7/
H A DVERSION.pod34 a dash. For a value C<foo>, the C macro B<OPENSSL_VERSION_PRE_RELEASE> gets
41 value C<bar>, the C macro B<OPENSSL_VERSION_BUILD_METADATA> gets the string
46 Defined in releases. When not set, it gets the value C<xx XXX xxxx>.
70 If B<PRERELEASE> is assigned a value, $config{prerelease} gets that same value,
75 If B<BUILD_METADATA> is assigned a value, $config{build_metadata} gets that same
80 If B<RELEASE_DATE> is assigned a value, $config{release_date} gets that same
/freebsd/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry_1.c469 gets(general[1]); in main()
472 gets(general[2]); in main()
475 gets(general[3]); in main()
478 gets(general[4]); in main()
481 gets(general[5]); in main()
484 gets(general[6]); in main()
487 gets(general[7]); in main()
490 gets(general[8]); in main()
493 gets(general[0]); in main()
/freebsd/share/examples/ppp/
H A Dchap-auth42 set hostname [gets stdin];
43 set challenge [gets stdin];
44 set authname [gets stdin];
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7280-herobrine-zombie.dtsi87 * - If a pin goes to herobrine board and is named it gets that name.
88 * - If a pin goes to herobrine board and is not named, it gets no name.
89 * - If a pin is totally internal to Qcard then it gets Qcard name.
90 * - If a pin is not hooked up on Qcard, it gets no name.
H A Dsc7280-herobrine-evoker-r0.dts117 * - If a pin goes to herobrine board and is named it gets that name.
118 * - If a pin goes to herobrine board and is not named, it gets no name.
119 * - If a pin is totally internal to Qcard then it gets Qcard name.
120 * - If a pin is not hooked up on Qcard, it gets no name.
H A Dsc7280-herobrine-evoker.dtsi111 * - If a pin goes to herobrine board and is named it gets that name.
112 * - If a pin goes to herobrine board and is not named, it gets no name.
113 * - If a pin is totally internal to Qcard then it gets Qcard name.
114 * - If a pin is not hooked up on Qcard, it gets no name.
H A Dsc7280-herobrine-villager.dtsi101 * - If a pin goes to herobrine board and is named it gets that name.
102 * - If a pin goes to herobrine board and is not named, it gets no name.
103 * - If a pin is totally internal to Qcard then it gets Qcard name.
104 * - If a pin is not hooked up on Qcard, it gets no name.
H A Dsc7280-herobrine-herobrine-r1.dts144 * - If a pin goes to herobrine board and is named it gets that name.
145 * - If a pin goes to herobrine board and is not named, it gets no name.
146 * - If a pin is totally internal to Qcard then it gets Qcard name.
147 * - If a pin is not hooked up on Qcard, it gets no name.
H A Dsc7280-herobrine-crd.dts154 * - If a pin goes to CRD board and is named it gets that name.
155 * - If a pin goes to CRD board and is not named, it gets no name.
156 * - If a pin is totally internal to Qcard then it gets Qcard name.
157 * - If a pin is not hooked up on Qcard, it gets no name.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDNodeProperties.td32 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match
33 def SDNPWantParent : SDNodeProperty; // ComplexPattern gets the parent
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt97 # It gets 32 MSI/128 MSI-X vectors.
130 # PF5 is the SCSI Controller PF. It gets 32 MSI/40 MSI-X vectors.
136 # PF6 is the FCoE Controller PF. It gets 32 MSI/40 MSI-X vectors.
H A Dt6fw_cfg_hashfilter.txt132 # It gets 32 MSI/128 MSI-X vectors.
157 # PF5 is the SCSI Controller PF. It gets 32 MSI/40 MSI-X vectors.
163 # PF6 is the FCoE Controller PF. It gets 32 MSI/40 MSI-X vectors.
H A Dt5fw_cfg.txt141 # It gets 32 MSI/128 MSI-X vectors.
175 # PF5 is the SCSI Controller PF. It gets 32 MSI/40 MSI-X vectors.
181 # PF6 is the FCoE Controller PF. It gets 32 MSI/40 MSI-X vectors.
/freebsd/contrib/bmake/unit-tests/
H A Dexport-all.mk24 UT_ALL= even this gets exported
/freebsd/lib/libc/stdio/
H A Dgets.c73 __sym_compat(gets, __gets_unsafe, FBSD_1.0);
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILStubs.td1 // DXIL doesn't actually use registers, but this gets the boilerplate code

12345678910>>...14