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

123

/freebsd-9.3-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(buf) function
57 "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-9.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-9.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-9.3-release/share/examples/ppp/
H A Dchap-auth43 set hostname [gets stdin];
44 set challenge [gets stdin];
45 set authname [gets stdin];
/freebsd-9.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-9.3-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h63 #undef gets macro
/freebsd-9.3-release/gnu/lib/libssp/
H A DMakefile18 SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h77 #undef gets macro
124 using ::gets;
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h68 using std::gets;
/freebsd-9.3-release/contrib/bind9/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
679 ctx->stats[ctx->max_size].gets++;
710 ctx->stats[size].gets++;
752 INSIST(ctx->stats[ctx->max_size].gets != 0U);
753 ctx->stats[ctx->max_size].gets--;
779 INSIST(ctx->stats[size].gets != 0U);
780 ctx->stats[size].gets--;
838 ctx->stats[ctx->max_size].gets++;
841 ctx->stats[size].gets
[all...]
/freebsd-9.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-9.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-9.3-release/contrib/binutils/gas/
H A Dhash.c479 gets (answer);
569 gets (answer);
599 gets (answer);
/freebsd-9.3-release/tools/tools/sysdoc/
H A Dsysdoc.sh79 It also gets around adding a bunch of supporting code to the
/freebsd-9.3-release/usr.sbin/pkg_install/
H A Dtkpkg68 while {[gets $f line] > 0} {
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.clean-env.mk32 # This gets expanded to an egrep expression like '^(A|B|C...)'
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h147 #pragma redefine_extname gets __mfwrap_gets
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl101 object gets replaced by its values at runtime. This is similar to
/freebsd-9.3-release/contrib/libreadline/
H A Dtilde.c442 if (!gets (line))
/freebsd-9.3-release/contrib/texinfo/info/
H A Dtilde.c287 if (!gets (line))
/freebsd-9.3-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-9.3-release/share/mk/
H A Dbsd.info.mk12 # DESTDIR Change the tree where the info files gets installed. [not set]

Completed in 151 milliseconds

123