HomeSort by: relevance | last modified time | path
    Searched refs:gets (Results 1 - 25 of 200) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/usr.bin/xlint/lint1/
msg_250.c 10 char *gets(void);
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
stdio_iso.h 19 extern char *gets(char *) __attribute__((__deprecated__));
26 extern char *gets(char *) __ATTR_DEPRECATED;
  /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/dist/libssp/
gets-chk.c 1 /* Checking gets.
55 extern char *gets (char *);
66 return gets (s);
73 return gets (s);
  /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);
  /src/sys/arch/i386/stand/lib/test/
sanamespace.h 17 #undef gets macro
  /src/external/gpl3/gcc/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/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)
  /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.
  /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/crypto/external/apache2/openssl/dist/util/
mkbuildinf.pl 39 * workaround for the situation where CFLAGS gets too long for a C90 string
  /src/crypto/external/bsd/openssl/dist/util/
mkbuildinf.pl 39 * workaround for the situation where CFLAGS gets too long for a C90 string
  /src/crypto/external/bsd/openssl.old/dist/util/
mkbuildinf.pl 35 * workaround for the situation where CFLAGS gets too long for a C90 string
  /src/include/ssp/
stdio.h 67 #define gets(str) \ macro
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdio.h 102 using std::gets;
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdio.h 102 using std::gets;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdio.h 68 using std::gets;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdio.h 68 using std::gets;

Completed in 31 milliseconds

1 2 3 4 5 6 7 8