Searched refs:gets (Results 51 - 75 of 171) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_cstdio.h63 #undef gets macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libssp/
H A DMakefile.am31 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h77 #undef gets macro
124 using ::gets;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h68 using std::gets;
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/netboot/
H A Dboot.c69 gets(line);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dstdio.h68 using std::gets;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dpath.c304 printf("enter CDPATH: "); gets(cdpath);
305 printf("enter PWD: "); gets(pwd);
307 if (printf("Enter file: "), gets(file) == 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S153 #; data (the quotient gets the value of l, and the remainder becomes 0).
171 #; After EDIV has been used, the quotient gets multiplied by 8 if the
270 bicl3 $-8,%r2,%r8 # q' gets the high bits from q
276 bicl3 $-4,%r2,%r8 # q' gets the high bits from q
280 bicl3 $-8,%r3,%r6 # r' gets the high bits from r
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/boot/
H A Dboot.c117 gets(line);
/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Dboot.c125 gets(kernel);
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/common/
H A Dboot.c122 gets(boot_file);
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/bootxx/
H A Dbootxx.c107 gets(p);
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A DMakefile.inc26 SRCS+= gets.c sprintf.c vsprintf.c tempnam.c tmpnam.c mktemp.c
41 MLINKS+=fgets.3 gets.3
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/common/
H A Dboot.c121 gets(boot_file);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dmem.c103 unsigned long gets; member in struct:stats
193 unsigned int gets; /*%< # of requests to this pool */ member in struct:isc__mempool
680 ctx->stats[ctx->max_size].gets++;
711 ctx->stats[size].gets++;
753 INSIST(ctx->stats[ctx->max_size].gets != 0U);
754 ctx->stats[ctx->max_size].gets--;
780 INSIST(ctx->stats[size].gets != 0U);
781 ctx->stats[size].gets--;
839 ctx->stats[ctx->max_size].gets++;
842 ctx->stats[size].gets
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dmem.c100 unsigned long gets; member in struct:stats
189 unsigned int gets; /*%< # of requests to this pool */ member in struct:isc_mempool
501 ctx->stats[ctx->max_size].gets++;
532 ctx->stats[size].gets++;
574 INSIST(ctx->stats[ctx->max_size].gets != 0U);
575 ctx->stats[ctx->max_size].gets--;
601 INSIST(ctx->stats[size].gets != 0U);
602 ctx->stats[size].gets--;
660 ctx->stats[ctx->max_size].gets++;
663 ctx->stats[size].gets
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/boot/
H A Dboot.c288 gets(dbuf);
294 gets(fbuf);
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dstand.h80 #define gets libsa_gets macro
266 void gets(char *);
H A DMakefile28 getfile.c gets.c globals.c \
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.klinks.mk50 # XXX. it gets worse..
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dhash.c478 gets (answer);
568 gets (answer);
598 gets (answer);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/netboot/
H A Dboot.c202 gets(input);
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/stand/ofwboot/
H A Dboot.c233 gets(bootline);
/netbsd-6-1-5-RELEASE/sys/arch/shark/stand/ofwboot/
H A Dboot.c235 gets(bootline);
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Dmonitor.c71 gets(line);

Completed in 205 milliseconds

1234567