/netbsd-src/external/bsd/libbind/dist/isc/ |
H A D | memcluster.c | 89 u_long gets; member 215 stats[max_size].gets++; in __memget_record() 349 stats[size].gets++; in __memget_record() 434 INSIST(stats[max_size].gets != 0U); in __memput_record() 435 stats[max_size].gets--; in __memput_record() 472 INSIST(stats[size].gets != 0U); in __memput_record() 473 stats[size].gets--; in __memput_record() 513 if (s->totalgets == 0U && s->gets == 0U) in memstats() 517 (unsigned long)i, s->totalgets, s->gets); in memstats() 547 if (stats[i].gets != 0U) in memactive()
|
/netbsd-src/lib/libc/stdio/ |
H A D | gets.c | 50 #undef gets 53 __warn_references(gets, "warning: this program uses gets(), which is unsafe.") 82 gets(char *buf) { in gets() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | PKCS12_SAFEBAG_get1_cert.pod | 31 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.
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ |
H A D | gets-chk.c | 56 extern char *gets (char *); 67 return gets (s); in __gets_chk() 74 return gets (s); in __gets_chk()
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ |
H A D | gets-chk.c | 56 extern char *gets (char *); 67 return gets (s); in __gets_chk() 74 return gets (s); in __gets_chk()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/ |
H A D | VERSION.pod | 34 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
|
/netbsd-src/dist/pf/share/pf/ |
H A D | queue4 | 8 # 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.
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
H A D | stdio.h | 49 #undef gets 77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets); 80 gets (char *__str) in gets() function
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
H A D | stdio.h | 49 #undef gets 77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets); 80 gets (char *__str) in gets() function
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
H A D | stdio_iso.h | 19 extern char *gets(char *) __attribute__((__deprecated__)); 26 extern char *gets(char *) __ATTR_DEPRECATED;
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
H A D | stdio_iso.h | 19 extern char *gets(char *) __attribute__((__deprecated__)); 26 extern char *gets(char *) __ATTR_DEPRECATED;
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | mem.c | 113 unsigned long gets; member 204 unsigned int gets; /*%< # of requests to this pool */ member 503 ctx->stats[ctx->max_size].gets++; in mem_getunlocked() 540 ctx->stats[size].gets++; in mem_getunlocked() 584 INSIST(ctx->stats[ctx->max_size].gets != 0U); in mem_putunlocked() 585 ctx->stats[ctx->max_size].gets--; in mem_putunlocked() 611 INSIST(ctx->stats[size].gets != 0U); in mem_putunlocked() 612 ctx->stats[size].gets--; in mem_putunlocked() 671 ctx->stats[ctx->max_size].gets++; in mem_getstats() 674 ctx->stats[size].gets++; in mem_getstats() [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | mem.c | 162 size_t gets; /*%< # of requests to this pool */ 735 "fillcount", "gets", "L"); in isc__mem_destroy() 742 pool->gets, "N"); in isc__mem_destroy() 1139 mpctx->gets++; in isc_mem_maxmalloced() 117 atomic_size_t gets; global() member 185 size_t gets; /*%< # of requests to this pool */ global() member 619 size_t gets = atomic_load_acquire(&stats->gets); destroy() local 909 size_t gets; isc_mem_stats() local
|
/netbsd-src/share/examples/pppd/ |
H A D | cosmote3G | 3 # This gets to the point of connected, but never gets to negotiate LCP.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_PKEY_CTX_ctrl.pod | 173 The EVP_PKEY_CTX_get_signature_md() macro gets the message digest type used in a 206 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 [all …]
|
/netbsd-src/bin/ksh/ |
H A D | path.c | 289 printf("enter CDPATH: "); gets(cdpath); in main() 290 printf("enter PWD: "); gets(pwd); in main() 292 if (printf("Enter file: "), gets(file) == 0) in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SDNodeProperties.td | 32 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match 33 def SDNPWantParent : SDNodeProperty; // ComplexPattern gets the parent
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/vax/ |
H A D | bn_asm_vax.S | 156 #; data (the quotient gets the value of l, and the remainder becomes 0). 174 #; After EDIV has been used, the quotient gets multiplied by 8 if the 279 bicl3 $-4,%r2,%r8 # q' gets the high bits from q
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/ |
H A D | bn_asm_vax.S | 156 #; data (the quotient gets the value of l, and the remainder becomes 0). 174 #; After EDIV has been used, the quotient gets multiplied by 8 if the 279 bicl3 $-4,%r2,%r8 # q' gets the high bits from q
|
/netbsd-src/tests/lib/libc/ssp/ |
H A D | t_ssp.sh | 92 atf_test_case gets 306 atf_add_test_case gets
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | sys_types_h.m4 | 16 dnl Ensure the type pid_t gets defined. 19 dnl Ensure the type mode_t gets defined.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cstdio | 48 extern "C" char* gets (char* __s) __attribute__((__deprecated__)); 74 # undef gets 124 using ::gets;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cstdio | 48 extern "C" char* gets (char* __s) __attribute__((__deprecated__)); 74 # undef gets 124 using ::gets;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
H A D | cstdio | 48 extern "C" char* gets (char* __s) __attribute__((__deprecated__)); 74 # undef gets 124 using ::gets;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cstdio | 48 extern "C" char* gets (char* __s) __attribute__((__deprecated__)); 74 # undef gets 124 using ::gets;
|