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

123

/freebsd-10.3-release/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)"
445 atf_add_test_case gets
/freebsd-10.3-release/lib/libc/stdio/
H A Dgets.c34 static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: releng/10.3/lib/libc/stdio/gets.c 269007 2014-07-23 02:55:03Z pfg $");
47 __warn_references(gets, "warning: this program uses gets(), which is unsafe.");
50 gets(char *buf) function
56 "warning: this program uses gets(), which is unsafe.\n";
H A DMakefile.inc16 gets.c getw.c getwc.c getwchar.c makebuf.c mktemp.c \
51 MLINKS+=fgets.3 gets.3
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/bmake/unit-tests/
H A Dexport-all.mk23 UT_ALL=even this gets exported
/freebsd-10.3-release/crypto/openssl/util/
H A Dmkbuildinf.pl13 * workaround for the situation where CFLAGS gets too long for a C90 string
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c195 info->gets = cache->reads;
228 apr_uint64_t misses = info->gets - info->hits;
230 / (double)(info->gets ? info->gets : 1);
241 "gets : %" APR_UINT64_T_FMT
254 info->gets,
/freebsd-10.3-release/share/examples/ppp/
H A Dchap-auth43 set hostname [gets stdin];
44 set challenge [gets stdin];
45 set authname [gets stdin];
/freebsd-10.3-release/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-10.3-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h63 #undef gets macro
/freebsd-10.3-release/gnu/lib/libssp/
H A DMakefile18 SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
/freebsd-10.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h77 #undef gets macro
124 using ::gets;
/freebsd-10.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h68 using std::gets;
/freebsd-10.3-release/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-10.3-release/usr.sbin/faithd/test/
H A Dfaithd.rb71 STDERR.print "s6.gets\n" if DEBUG
72 line = s6.gets
112 line = s4.gets
/freebsd-10.3-release/contrib/binutils/gas/
H A Dhash.c479 gets (answer);
569 gets (answer);
599 gets (answer);
/freebsd-10.3-release/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-10.3-release/usr.sbin/pkg_install/
H A Dtkpkg68 while {[gets $f line] > 0} {
/freebsd-10.3-release/tools/tools/sysdoc/
H A Dsysdoc.sh79 It also gets around adding a bunch of supporting code to the
/freebsd-10.3-release/sys/conf/
H A Ddtb.mk17 # DESTDIR The tree where the module gets installed. [not set]
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dcrtend.asm60 * so that the next fragment in .fini gets the right value.
/freebsd-10.3-release/contrib/bmake/mk/
H A Dmanifest.mk37 # means passwd gets 4555 other files in usr/bin get 555 and

Completed in 175 milliseconds

123