/src/tests/usr.bin/xlint/lint1/ |
msg_250.c | 10 char *gets(void);
|
/src/lib/libc/stdio/ |
gets.c | 1 /* $NetBSD: gets.c,v 1.18 2013/10/04 20:49:16 christos Exp $ */ 38 static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: gets.c,v 1.18 2013/10/04 20:49:16 christos Exp $"); 50 #undef gets 53 __warn_references(gets, "warning: this program uses gets(), which is unsafe.") 82 gets(char *buf) { function in typeref:typename:char *
|
/src/tests/lib/libc/ssp/ |
h_gets.c | 40 (void)gets(b);
|
t_ssp.sh | 92 atf_test_case gets 95 atf_set "descr" "Checks gets(3)" 306 atf_add_test_case gets
|
/src/sys/arch/i386/stand/lib/test/ |
sanamespace.h | 17 #undef gets
|
/src/sys/lib/libsa/ |
gets.c | 1 /* $NetBSD: gets.c,v 1.15 2019/03/31 20:08:45 christos Exp $ */ 31 * @(#)gets.c 8.1 (Berkeley) 6/11/93 38 gets(char *buf)
|
Makefile | 38 getfile.c getopt.c gets.c globals.c \
|
/src/usr.bin/make/unit-tests/ |
export-all.mk | 24 UT_ALL= even this gets exported
|
directive-export-impl.mk | 52 # Now the referenced variable gets defined. This does not influence anything 56 # Nothing surprising here. The variable UT_VAR gets exported, and this time, 57 # REF is defined and gets expanded into the exported environment variable.
|
opt-debug-jobs.mk | 31 # commands. The '@' prefix avoids that this final command gets into
|
var-eval-short.mk | 162 # and a value, just to see whether this value gets passed through or whether 164 # log). As of var.c 1.875 from 2021-03-14, the value of the variable gets
|
varmod-assign.mk | 52 # The condition "1" is true, therefore THEN1 gets assigned a value, 58 # The condition "0" is false, therefore ELSE2 gets assigned a value, 160 .if ${${VARNAME}::=assigned-value} # Here the variable name gets expanded once
|
depsrc-usebefore.mk | 10 # gets even more complicated.
|
var-op-default.mk | 6 # The variable VAR is not defined yet. Therefore it gets the default value
|
varparse-undef-partial.mk | 25 # Define the possible outcomes, to see which of them gets expanded.
|
/src/lib/libc/ssp/ |
gets_chk.c | 44 #undef gets
|
/src/sys/arch/sun68k/stand/ |
README | 4 gets written right after the superblock in a partition (and is hence limited
|
/src/include/ssp/ |
stdio.h | 67 #define gets(str) \ macro
|
/src/bin/ksh/ |
path.c | 289 printf("enter CDPATH: "); gets(cdpath); 290 printf("enter PWD: "); gets(pwd); 292 if (printf("Enter file: "), gets(file) == 0)
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
rk3066a-bqcurie2.dts | 161 /* must be included after &tps gets defined */
|
rk3066a-marsboard.dts | 149 /* must be included after &tps gets defined */
|
/src/share/misc/ |
style | 257 * Each variable gets its own type and line, although an exception can be made 370 gets + indented + four + spaces + on + the + second +
|
/src/sys/arch/amiga/stand/bootblock/bootxx_ffs/ |
Makefile | 39 COBJS = main.o console.o xd.o bzero.o gets.o
|
/src/sys/arch/amiga/stand/bootblock/ppcboot/ |
Makefile | 21 COBJS = main.o console.o xd.o twiddle.o bzero.o gets.o
|
/src/sys/arch/x68k/stand/libdos/ |
Makefile | 18 inkey.S getc.S print.S gets.S keysns.S kflushgp.S kflushio.S \
|