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

1234567

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dgets.c1 /* $NetBSD: gets.c,v 1.15 2003/08/07 16:43:27 agc Exp $ */
38 static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: gets.c,v 1.15 2003/08/07 16:43:27 agc Exp $");
50 #undef gets macro
53 __warn_references(gets, "warning: this program uses gets(), which is unsafe.")
56 gets(buf) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dloc-2.s1 # Check that a LOC before any code gets translated into the right
H A Derr-byte1.s6 # gets to the assembler. It also gets confused about the unterminated
/netbsd-6-1-5-RELEASE/tests/lib/libc/ssp/
H A Dh_gets.c40 (void)gets(b);
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dgetfile.c45 gets(buf);
H A Dgets.c1 /* $NetBSD: gets.c,v 1.9 2005/12/11 12:24:46 christos Exp $ */
31 * @(#)gets.c 8.1 (Berkeley) 6/11/93
37 gets(char *buf) function
/netbsd-6-1-5-RELEASE/tests/util/make/
H A Dd_export_all.mk11 UT_ALL=even this gets exported
/netbsd-6-1-5-RELEASE/lib/libc/ssp/
H A Dgets_chk.c43 #undef gets macro
52 return gets(buf);
55 return gets(buf);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Djaloverflow.s1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
H A Djalbal.s1 # Test that jal gets converted to bal on the RM9000 when it is in range.
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/test/
H A Dsanamespace.h18 #undef gets macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libssp/
H A Dgets-chk.c1 /* Checking gets.
62 return gets (s);
69 return gets (s);
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/libsa/
H A Dgets.c1 /* $NetBSD: gets.c,v 1.1.24.4 2005/01/24 08:35:03 skrll Exp $ */
31 * @(#)gets.c 8.1 (Berkeley) 6/11/93
48 gets(char *buf) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libssp/ssp/
H A Dstdio.h49 #undef gets macro
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D930529-1.x2 # division by a constant, which gets converted to multiplication
3 # by a large constant, which gets turned into an induction variable.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D930529-1.x2 # division by a constant, which gets converted to multiplication
3 # by a large constant, which gets turned into an induction variable.
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dmenuutils.c74 gets(input);
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/bootst/
H A Dboot.c65 gets(line);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/arm/
H A Ddbg_hif.h43 Hif_GetS *gets; member in struct:Dbg_HostosInterface
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-usp-1.d5 # Check that USP gets the right number for V10.
H A Drd-usp-1b.d5 # Check that USP gets the right number for V32.
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A DMakefile.inc6 SRCS+= getopt.c gets.c strdup.c strtol.c strspn.c
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dnetio.c172 gets(input_line);
182 gets(input_line);
192 gets(input_line);
202 gets(input_line);
212 gets(rootpath);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dcrange2.s2 ! nearby SHmedia still gets the right offset.
H A Derr-ptb-1.s2 ! gets an error. Likewise PTA.

Completed in 215 milliseconds

1234567