Home
last modified time | relevance | path

Searched refs:gets (Results 1 – 25 of 134) sorted by relevance

123456

/dragonfly/contrib/gcc-8.0/libssp/
H A Dgets-chk.c56 extern char *gets (char *);
67 return gets (s); in __gets_chk()
74 return gets (s); in __gets_chk()
/dragonfly/share/examples/pf/
H A Dqueue48 # 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.
/dragonfly/contrib/gcc-4.7/libssp/ssp/
H A Dstdio.h49 #undef gets
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str) in gets() function
/dragonfly/share/examples/ppp/
H A Dchap-auth44 set hostname [gets stdin];
45 set challenge [gets stdin];
46 set authname [gets stdin];
/dragonfly/lib/libc/stdio/
H A Dgets.c43 __warn_references(gets, "warning: this program uses gets(), which is unsafe.");
46 gets(char *buf) in gets() function
H A DMakefile.inc18 getdelim.c getline.c gets.c gets_s.c getw.c \
38 getc.3 getline.3 gets.3 getwc.3 mktemp.3 open_memstream.3 \
H A DSymbol.map71 gets;
/dragonfly/contrib/gcc-4.7/libssp/
H A Dgets-chk.c62 return gets (s); in __gets_chk()
69 return gets (s); in __gets_chk()
/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_meth.c90 BIO_meth_set_gets(BIO_METHOD *biom, int (*gets)(BIO *, char *, int)) in BIO_meth_set_gets()
92 biom->bgets = gets; in BIO_meth_set_gets()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcstdio50 extern "C" char* gets (char* __s) __attribute__((deprecated));
74 #undef gets
121 using ::gets;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcstdio49 extern "C" char* gets (char* __s) __attribute__((deprecated));
74 #undef gets
121 using ::gets;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcstdio48 extern "C" char* gets (char* __s) __attribute__((__deprecated__));
74 # undef gets
124 using ::gets;
/dragonfly/contrib/binutils-2.34/gas/
H A Dhash.c457 gets (answer); in main()
547 gets (answer);
577 gets (answer); in whattable()
/dragonfly/contrib/binutils-2.27/gas/
H A Dhash.c457 gets (answer); in main()
547 gets (answer);
577 gets (answer); in whattable()
/dragonfly/usr.sbin/cron/doc/
H A DCHANGES35 "crontab_fd" in database.c. Keith Cantrell was the first, so he gets the
48 others also reminded me of this, but Dan gets the point. I didn't fix it
53 he gets the point.
58 first, though, so he gets the point.
63 shells, right?) I removed this bogus code. Dave Burgess gets the point.
/dragonfly/gnu/lib/gcc80/libssp/
H A DMakefile15 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
/dragonfly/gnu/lib/gcc47/libssp/
H A DMakefile15 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
/dragonfly/games/fortune/datfiles/
H A Dmurphy-o16 It only gets laid once in its life.
/dragonfly/contrib/smbfs/
H A Dconfig.mk.in10 # Where the kernel module gets installed
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dstdio.h68 using std::gets;
/dragonfly/usr.bin/ministat/
H A DREADME12 you have the better your result generally gets.
/dragonfly/test/stress/stress2/misc/
H A Dnfsrename.sh77 * open gets to it.
/dragonfly/contrib/cryptsetup/po/
H A DMakevars13 # This is the copyright holder that gets inserted into the header of the
/dragonfly/stand/lib/
H A DMakefile51 SRCS+= __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dportability.texi17 GCC gets most of the information about the target machine from a machine

123456