Searched refs:gets (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_gets.c40 (void)gets(b);
H A Dt_ssp.sh133 atf_test_case gets
136 atf_set "descr" "Checks gets(3)"
450 atf_add_test_case gets
/freebsd-11-stable/lib/libc/stdio/
H A Dgets.c34 static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/gets.c 325381 2017-11-04 05:17:03Z cy $");
46 __warn_references(gets, "warning: this program uses gets(), which is unsafe.");
49 gets(char *buf) function
55 "warning: this program uses gets(), which is unsafe.\n";
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-11-stable/contrib/gcclibs/libssp/
H A Dgets-chk.c1 /* Checking gets.
63 return gets (s);
70 return gets (s);
H A DMakefile.am31 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dstdio.h50 #undef gets macro
78 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
81 gets (char *__str) function
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dexport-all.mk23 UT_ALL=even this gets exported
/freebsd-11-stable/crypto/openssl/util/
H A Dmkbuildinf.pl13 * workaround for the situation where CFLAGS gets too long for a C90 string
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c216 info->gets = cache->reads;
250 apr_uint64_t misses = info->gets - info->hits;
252 / (double)(info->gets ? info->gets : 1);
283 "gets : %" APR_UINT64_T_FMT
288 info->gets,
294 "gets : %" APR_UINT64_T_FMT
307 info->gets,
/freebsd-11-stable/share/examples/ppp/
H A Dchap-auth43 set hostname [gets stdin];
44 set challenge [gets stdin];
45 set authname [gets stdin];
/freebsd-11-stable/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;
509 while {[gets $fh line] >= 0} {
533 while {[gets $fh line] >= 0} {
538 gets $fh line;
540 while {[gets $fh line] >= 0} {
560 while {[gets $fh line] >= 0} {
568 gets
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h63 #undef gets macro
/freebsd-11-stable/gnu/lib/libssp/
H A DMakefile20 SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h77 #undef gets macro
124 using ::gets;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h68 using std::gets;
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmem.c101 unsigned long gets; member in struct:stats
191 unsigned int gets; /*%< # of requests to this pool */ member in struct:isc__mempool
678 ctx->stats[ctx->max_size].gets++;
709 ctx->stats[size].gets++;
751 INSIST(ctx->stats[ctx->max_size].gets != 0U);
752 ctx->stats[ctx->max_size].gets--;
778 INSIST(ctx->stats[size].gets != 0U);
779 ctx->stats[size].gets--;
837 ctx->stats[ctx->max_size].gets++;
840 ctx->stats[size].gets
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c479 gets (answer);
569 gets (answer);
599 gets (answer);
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh79 It also gets around adding a bunch of supporting code to the
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h138 apr_uint64_t gets;
137 apr_uint64_t gets; member in struct:svn_cache__info_t
/freebsd-11-stable/sys/conf/
H A Ddtb.mk17 # DESTDIR The tree where the module gets installed. [not set]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc119 // to EnumProcessModulesEx that gets the amount of, then copies the HMODULES.
/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk37 # means passwd gets 4555 other files in usr/bin get 555 and
H A Dsys.clean-env.mk32 # This gets expanded to an egrep expression like '^(A|B|C...)'
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm60 * so that the next fragment in .fini gets the right value.

Completed in 269 milliseconds

123