Home
last modified time | relevance | path

Searched refs:gets (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/minix/lib/libc/stdio/
H A Dgets.c50 #undef gets
53 __warn_references(gets, "warning: this program uses gets(), which is unsafe.")
82 gets(char *buf) { in gets() function
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/
H A Daddr-label.ll3 ;; Reference to a label that gets deleted.
19 ;; Issues with referring to a label that gets RAUW'd later.
41 ; Issues with a BB that gets RAUW'd to another one after references are
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LICM/
H A D2003-05-02-LoadHoist.ll3 ; loaded from. Basically if the load gets hoisted, the subtract gets turned
/minix/external/bsd/libc++/dist/libcxx/test/std/input.output/file.streams/c.files/
H A Dgets.fail.cpp19 (void) std::gets((char *) NULL); in main()
/minix/external/bsd/libc++/dist/libcxx/test/input.output/file.streams/c.files/
H A Dgets.fail.cpp19 (void) std::gets((char *) NULL); in main()
/minix/tests/lib/libc/ssp/
H A Dh_gets.c40 (void)gets(b); in main()
H A Dt_ssp.sh92 atf_test_case gets
293 atf_add_test_case gets
/minix/sys/lib/libsa/
H A Dgetfile.c45 gets(buf); in getfile()
H A Dgets.c37 gets(char *buf) in gets() function
/minix/bin/ksh/
H A Dpath.c304 printf("enter CDPATH: "); gets(cdpath); in main()
305 printf("enter PWD: "); gets(pwd); in main()
307 if (printf("Enter file: "), gets(file) == 0) in main()
/minix/sys/arch/i386/stand/lib/test/
H A Dsanamespace.h17 #undef gets
/minix/usr.bin/make/unit-tests/
H A Dexport-all.mk23 UT_ALL=even this gets exported
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dcrash-O0.ll35 ; When an instruction gets between those two, RegAllocFast was reusing
38 ; An instruction gets between CQO and DIV64 because the load is folded
H A D2009-05-23-dagcombine-shifts.ll4 ; a shr (X, -8) that gets subsequently "optimized away" as undef
/minix/external/bsd/llvm/dist/llvm/test/tools/gold/
H A Dinvalid.ll4 ; test that only one error gets printed
/minix/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
276 bicl3 $-4,%r2,%r8 # q' gets the high bits from q
/minix/lib/libc/ssp/
H A Dgets_chk.c44 #undef gets
/minix/external/bsd/llvm/dist/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s4 # Test that an instruction near a bundle end gets properly padded
/minix/external/bsd/llvm/dist/llvm/test/Feature/
H A Dweirdnames.ll9 @"\\03foo" = global float 0x3FB99999A0000000 ; Make sure funny char gets round trip
/minix/external/bsd/llvm/dist/llvm/utils/lit/tests/Inputs/discovery/
H A Dlit.cfg7 # because this suite gets reused for testing the exec root behavior (in
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A D2011-12-08-DemandedBitsMiscompile.ll14 ; Note: it's okay if someday CodeGen gets smart enough to optimize out
/minix/external/bsd/bind/dist/lib/isc/
H A Dmem.c105 unsigned long gets; member
670 ctx->stats[ctx->max_size].gets++; in mem_getunlocked()
701 ctx->stats[size].gets++; in mem_getunlocked()
771 ctx->stats[size].gets--; in mem_putunlocked()
833 ctx->stats[size].gets++; in mem_getstats()
853 ctx->stats[size].gets--; in mem_putstats()
1074 if (ctx->stats[i].gets != 0U) in destroy()
1467 pool->fillcount, pool->gets, in isc_mem_stats()
1876 mpctx->gets = 0; in isc__mempool_create()
2019 mpctx->gets++; in isc___mempool_get()
[all …]
/minix/include/ssp/
H A Dstdio.h67 #define gets(str) \ macro
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dindirectbr.ll14 ; _nextaddr gets CSEed for use later on.
21 ; indirect branch gets duplicated here
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-const-addr.ll5 ; Test if the constant base address gets only materialized once.

12345678910>>...13