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

123

/freebsd-10.0-release/lib/libc/stdio/
H A Dgets.c34 static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93";
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 DSymbol.map52 gets;
H A DMakefile.inc16 gets.c getw.c getwc.c getwchar.c makebuf.c mktemp.c \
51 MLINKS+=fgets.3 gets.3
/freebsd-10.0-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.0-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.0-release/crypto/openssl/util/
H A Dmkbuildinf.pl13 * workaround for the situation where CFLAGS gets too long for a C90 string
/freebsd-10.0-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.0-release/share/examples/ppp/
H A Dchap-auth43 set hostname [gets stdin];
44 set challenge [gets stdin];
45 set authname [gets stdin];
/freebsd-10.0-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.0-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h63 #undef gets macro
/freebsd-10.0-release/gnu/lib/libssp/
H A DMakefile18 SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h77 #undef gets macro
124 using ::gets;
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h68 using std::gets;
/freebsd-10.0-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.0-release/contrib/binutils/gas/
H A Dhash.c479 gets (answer);
569 gets (answer);
599 gets (answer);
/freebsd-10.0-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.0-release/tools/tools/sysdoc/
H A Dsysdoc.sh79 It also gets around adding a bunch of supporting code to the
/freebsd-10.0-release/usr.sbin/pkg_install/
H A Dtkpkg68 while {[gets $f line] > 0} {
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.clean-env.mk32 # This gets expanded to an egrep expression like '^(A|B|C...)'
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h147 #pragma redefine_extname gets __mfwrap_gets
/freebsd-10.0-release/contrib/libreadline/
H A Dtilde.c442 if (!gets (line))
/freebsd-10.0-release/contrib/texinfo/info/
H A Dtilde.c287 if (!gets (line))
/freebsd-10.0-release/sys/boot/userboot/libstand/
H A DMakefile45 SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
/freebsd-10.0-release/share/mk/
H A Dbsd.info.mk12 # DESTDIR Change the tree where the info files gets installed. [not set]

Completed in 131 milliseconds

123