Home
last modified time | relevance | path

Searched defs:fake (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/sys/arch/sparc64/stand/bootblk/
DMakefile50 fake: bootblk bootblk.text target
/openbsd/src/lib/libcurses/base/
Dlib_freeall.c161 static va_list fake; in NCURSES_SP_NAME() local
/openbsd/src/usr.bin/vi/vi/
Dv_search.c63 static EXCMDLIST fake = { "search" }; in v_exaddr() local
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DSection.h168 void SetIsFake(bool fake) { m_fake = fake; } in SetIsFake()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dspew.c846 struct token fake; local
1159 struct token *fake; local
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-pj.c199 pj_opc_info_t *fake = (pj_opc_info_t *) xmalloc (sizeof (pj_opc_info_t)); local
Dtc-tic54x.c824 char fake[] = ".fake_stagNNNNNNN"; local
1064 char fake[] = ".fake_fieldNNNNN"; local
/openbsd/src/usr.bin/signify/
Dzsig.c53 static uint8_t fake[10] = { 0x1f, 0x8b, 8, FCOMMENT_FLAG, 0, 0, 0, 0, 0, 3 }; variable
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-pj.c175 pj_opc_info_t * fake = xmalloc (sizeof (pj_opc_info_t)); in fake_opcode() local
Dtc-tic54x.c819 char fake[] = ".fake_stagNNNNNNN"; local
1059 char fake[] = ".fake_fieldNNNNN"; local
/openbsd/src/usr.bin/ssh/
Dauth.c540 static struct passwd fake; in fakepw() local
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp399 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
1777 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1900 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR()
1912 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR()
1934 TSAN_INTERCEPTOR(void, abort, int fake) { in TSAN_INTERCEPTOR()
2289 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
2322 TSAN_INTERCEPTOR(int, vfork, int fake) { in TSAN_INTERCEPTOR() argument
/openbsd/src/gnu/usr.bin/perl/
Dnumeric.c1567 const char* fake = "silence compiler warning"; in S_my_atof_infnan() local
Dpp_hot.c2565 , bool fake in S_aassign_copy_common()
2823 bool fake = 0; in PP() local
Dop.c11727 Perl_newSTUB(pTHX_ GV *gv, bool fake) in Perl_newSTUB()
/openbsd/src/lib/libc/stdio/
Dvfwprintf.c101 FILE fake; in __sbprintf() local
Dvfprintf.c127 FILE fake; in __sbprintf() local
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcov.c113 unsigned int fake : 1; member
/openbsd/src/gnu/gcc/libcpp/
Dfiles.c394 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file()
/openbsd/src/gnu/gcc/gcc/
Dgcov.c89 unsigned int fake : 1; member
/openbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c939 int fake; /* whether this is faked .file */ member
2177 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) in add_file()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Decoff.c940 int fake; /* whether this is faked .file */ member
2178 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) in add_file()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1128 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR()
1524 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-ppc.c3310 unsigned int fake:1; member
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangAttrEmitter.cpp231 void setFake(bool fake) { Fake = fake; } in setFake()