Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-13.1/tools/tools/kdrv/
H A DKernelDriver162 while {[gets $fh line] >= 0} {
214 while {[gets $fh line] >= 0} {
502 while {[gets $fh line] >= 0} {
507 gets $fh line;
533 while {[gets $fh line] >= 0} {
538 gets $fh line;
568 gets $fh line;
607 gets $fh line;
689 set line [gets $fh];
729 set line [gets $fh];
[all …]
/freebsd-13.1/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_gets.c45 __sym_compat(gets, unsafe_gets, FBSD_1.0);
48 char *gets(char *buf) in gets() function
58 (void)gets(b); in main()
H A Dt_ssp.sh133 atf_test_case gets
450 atf_add_test_case gets
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c216 info->gets = cache->reads; in svn_cache__get_info()
250 apr_uint64_t misses = info->gets - info->hits; in svn_cache__format_info()
252 / (double)(info->gets ? info->gets : 1); in svn_cache__format_info()
288 info->gets, in svn_cache__format_info()
307 info->gets, in svn_cache__format_info()
/freebsd-13.1/share/examples/pf/
H A Dqueue48 # departments. CS department gets the half of the bandwidth, EE and IE
11 # whenever there is no backlogged sibling queue but when a queue gets
12 # backlogged, it is guaranteed that the queue gets its linkshare.
/freebsd-13.1/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-13.1/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-13.1/share/examples/ppp/
H A Dchap-auth43 set hostname [gets stdin];
44 set challenge [gets stdin];
45 set authname [gets stdin];
/freebsd-13.1/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-13.1/contrib/ntp/lib/isc/
H A Dmem.c101 unsigned long gets; member
678 ctx->stats[ctx->max_size].gets++; in mem_getunlocked()
709 ctx->stats[size].gets++; in mem_getunlocked()
779 ctx->stats[size].gets--; in mem_putunlocked()
840 ctx->stats[size].gets++; in mem_getstats()
860 ctx->stats[size].gets--; in mem_putstats()
1096 if (ctx->stats[i].gets != 0U) in destroy()
1483 pool->fillcount, pool->gets, in isc__mem_stats()
1856 mpctx->gets = 0; in isc__mempool_create()
1999 mpctx->gets++; in isc___mempool_get()
[all …]
/freebsd-13.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_ctrl.pod206 The EVP_PKEY_CTX_get_rsa_padding() macro gets the RSA padding mode for B<ctx>.
217 The EVP_PKEY_CTX_get_rsa_pss_saltlen() macro gets the RSA PSS salt length
236 The EVP_PKEY_CTX_get_rsa_mgf1_md() macro gets the MGF1 digest for B<ctx>.
244 The EVP_PKEY_CTX_get_rsa_oaep_md() macro gets the message digest type used
254 The EVP_PKEY_CTX_get0_rsa_oaep_label() macro gets the RSA OAEP label to
325 The EVP_PKEY_CTX_get_dh_kdf_type() macro gets the key derivation function type
335 The EVP_PKEY_CTX_get0_dh_kdf_oid() macro gets the key derivation function oid
343 The EVP_PKEY_CTX_get_dh_kdf_md() macro gets the key derivation function
349 The EVP_PKEY_CTX_get_dh_kdf_outlen() macro gets the key derivation function
406 The EVP_PKEY_CTX_get_ecdh_kdf_md() macro gets the key derivation function
[all …]
/freebsd-13.1/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 Dt6fw_cfg.txt139 # 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.
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.
H A Dt5fw_cfg_hashfilter.txt150 # It gets 32 MSI/128 MSI-X vectors.
178 # PF5 is the SCSI Controller PF. It gets 32 MSI/40 MSI-X vectors.
184 # PF6 is the FCoE Controller PF. It gets 32 MSI/40 MSI-X vectors.
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dexport-all.mk24 UT_ALL= even this gets exported
/freebsd-13.1/lib/libc/stdio/
H A Dgets.c79 __sym_compat(gets, __gets_unsafe, FBSD_1.0);
H A DMakefile.inc17 gets.c gets_s.c getw.c getwc.c getwchar.c makebuf.c mktemp.c \
53 MLINKS+=fgets.3 gets.3
/freebsd-13.1/sys/contrib/octeon-sdk/cvmx-malloc/
H A DREADME-malloc9 gets memory from the system. Under Linux/Unix, malloc
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dsun8i-a23-a33.dtsi72 /* compatible gets set in SoC specific dtsi file */
182 /* compatible gets set in SoC specific dtsi file */
278 /* compatible gets set in SoC specific dtsi file */
339 /* compatible gets set in SoC specific dtsi file */
623 /* compatible gets set in SoC specific dtsi file */
647 /* compatible gets set in SoC specific dtsi file */
679 /* compatible gets set in SoC specific dtsi file */
/freebsd-13.1/usr.sbin/cron/doc/
H A DCHANGES38 "crontab_fd" in database.c. Keith Cantrell was the first, so he gets the
51 others also reminded me of this, but Dan gets the point. I didn't fix it
56 he gets the point.
61 first, though, so he gets the point.
66 shells, right?) I removed this bogus code. Dave Burgess gets the point.
/freebsd-13.1/sys/contrib/device-tree/Bindings/power/reset/
H A Dnvmem-reboot-mode.txt3 This driver gets reboot mode magic value from reboot-mode driver
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-stdarg.m42 dnl # Linux 5.15 gets rid of -isystem and external <stdarg.h> inclusion
/freebsd-13.1/sys/contrib/device-tree/Bindings/sram/
H A Dsram.yaml166 // of the secondary cores. Once the core gets powered up it executes the
192 // Once the core gets powered up it executes the code that is residing at a
250 // primary core (cpu0). Once the core gets powered up it checks if a magic

12345678910>>...12