| /src/tests/usr.bin/xlint/lint1/ |
| msg_250.c | 10 char *gets(void);
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
| stdio_iso.h | 19 extern char *gets(char *) __attribute__((__deprecated__)); 26 extern char *gets(char *) __ATTR_DEPRECATED;
|
| /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 macro 53 __warn_references(gets, "warning: this program uses gets(), which is unsafe.") 82 gets(char *buf) { function
|
| /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/external/gpl3/gcc.old/dist/libssp/ |
| gets-chk.c | 1 /* Checking gets. 56 extern char *gets (char *); 67 return gets (s); 74 return gets (s);
|
| Makefile.am | 46 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
|
| /src/sys/arch/i386/stand/lib/test/ |
| sanamespace.h | 17 #undef gets macro
|
| /src/external/gpl3/gcc.old/dist/libssp/ssp/ |
| stdio.h | 49 #undef gets macro 77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets); 80 gets (char *__str) function
|
| /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.
|
| 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
|
| /src/lib/libc/ssp/ |
| gets_chk.c | 44 #undef gets macro
|
| /src/external/bsd/libbind/dist/isc/ |
| memcluster.c | 89 u_long gets; member in struct:stats 215 stats[max_size].gets++; 349 stats[size].gets++; 434 INSIST(stats[max_size].gets != 0U); 435 stats[max_size].gets--; 472 INSIST(stats[size].gets != 0U); 473 stats[size].gets--; 513 if (s->totalgets == 0U && s->gets == 0U) 515 fprintf(out, "%s%5lu: %11lu gets, %11lu rem", 517 (unsigned long)i, s->totalgets, s->gets); [all...] |
| /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/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| stdio.h | 102 using std::gets;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| stdio.h | 68 using std::gets;
|
| /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/external/gpl2/rcs/dist/src/ |
| rcsrev.c | 897 if (!gets(symrevno)) break; 903 gets(date); aprintf(stderr,"%s; ",date); 905 gets(author); aprintf(stderr,"%s; ",author); 907 gets(state); aprintf(stderr, "%s;\n", state);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| DynamicLibrary.inc | 119 // to EnumProcessModulesEx that gets the amount of, then copies the HMODULES.
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-vax.c | 2087 gets (answer); 2091 gets (my_immediate); 2093 gets (my_indirect); 2095 gets (my_displen); 2104 gets (answer); 2171 gets (my_immediate); 2173 gets (my_indirect); 2175 gets (my_displen); 2182 gets (answer); 2229 gets (answer) [all...] |