Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/stand/bootblk/
H A DMakefile50 fake: bootblk bootblk.text target
/openbsd-src/lib/libcurses/base/
H A Dlib_freeall.c161 static va_list fake; in NCURSES_SP_NAME() local
/openbsd-src/usr.bin/vi/vi/
H A Dv_search.c63 static EXCMDLIST fake = { "search" }; in v_exaddr() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h168 void SetIsFake(bool fake) { m_fake = fake; } in SetIsFake()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c846 struct token fake; local
1159 struct token *fake; local
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-pj.c199 pj_opc_info_t *fake = (pj_opc_info_t *) xmalloc (sizeof (pj_opc_info_t)); local
H A Dtc-tic54x.c824 char fake[] = ".fake_stagNNNNNNN"; local
1064 char fake[] = ".fake_fieldNNNNN"; local
/openbsd-src/usr.bin/signify/
H A 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/
H A Dtc-pj.c175 pj_opc_info_t * fake = xmalloc (sizeof (pj_opc_info_t)); in fake_opcode() local
H A Dtc-tic54x.c819 char fake[] = ".fake_stagNNNNNNN"; local
1059 char fake[] = ".fake_fieldNNNNN"; local
/openbsd-src/usr.bin/ssh/
H A Dauth.c539 static struct passwd fake; fakepw() local
[all...]
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A 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/
H A Dnumeric.c1567 const char* fake = "silence compiler warning"; in S_my_atof_infnan() local
H A Dpp_hot.c2185 S_aassign_copy_common(pTHX_ SV ** firstlelem,SV ** lastlelem,SV ** firstrelem,SV ** lastrelem,bool fake) S_aassign_copy_common() argument
2329 bool fake = 0; PP() local
H A Dop.c11569 Perl_newSTUB(pTHX_ GV * gv,bool fake) Perl_newSTUB() argument
/openbsd-src/lib/libc/stdio/
H A Dvfwprintf.c101 FILE fake; in __sbprintf() local
H A Dvfprintf.c127 FILE fake; in __sbprintf() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov.c113 unsigned int fake : 1; member
/openbsd-src/gnu/gcc/libcpp/
H A 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/
H A Dgcov.c89 unsigned int fake : 1; member
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A 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/usr.bin/binutils/gas/
H A 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/llvm/compiler-rt/lib/msan/
H A 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/
H A Delf64-ppc.c3310 unsigned int fake:1; member
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp231 void setFake(bool fake) { Fake = fake; } in setFake()