代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/385462/2590211
c check_openpf5.c
/* Check that TRT happens when error on too many opened files.
#notarget: cris*-*-elf
#sim: --sysroot=@exedir@
*/
#include
#include
#include
#include
#includ
www.eeworm.com/read/385462/2590212
s check_movpmv32.s
# mach: crisv32
# output: 11223320\nbb113344\naa557711\n
# Test v32-specific special registers. FIXME: more registers.
.include "testutils.inc"
start
.data
store:
.dword 0x11223344
.dword 0x77
www.eeworm.com/read/385462/2590213
c check_openpf1.c
/* Check that --sysroot is applied to open(2).
#sim: --sysroot=@exedir@
We assume, with EXE being the name of the executable:
- The simulator executes with cwd the same directory where the exec
www.eeworm.com/read/385462/2590215
c check_openpf3.c
/* Basic file operations (rename, unlink); once without sysroot. We
also test that the simulator has chdir:ed to PREFIX, when defined. */
#include
#include
#include
www.eeworm.com/read/385462/2590216
c check_time2.c
/* CB_SYS_time doesn't implement the Linux time syscall; the return
value isn't written to the argument. */
#include
#include
#include
int
main (void)
{
time_t x
www.eeworm.com/read/385462/2590226
c check_mmap3.c
/*
#notarget: cris*-*-elf
*/
#define _GNU_SOURCE
#include
#include
#include
#include
#include
#include
#include
int
www.eeworm.com/read/385462/2590227
c check_glibc_kernelversion.c
/*
* Check the lz insn.
*/
#include
#include
#include
#include "sys.h"
#define __LINUX_KERNEL_VERSION 131584
#define DL_SYSDEP_OSCHECK(FATAL) \
do {
www.eeworm.com/read/385462/2590241
c check_stat4.c
/* Simulator options:
#notarget: cris*-*-elf
#sim: --sysroot=@exedir@
*/
#include
#include
#include
#include
#include
#include
i
www.eeworm.com/read/385462/2590245
c check_stat2.c
/*
#notarget: cris*-*-elf
*/
#include
#include
#include
#include
#include
int main (void)
{
struct stat buf;
if (lstat (".", &buf) !=
www.eeworm.com/read/385462/2590250
c check_openpf4.c
/* Basic file operations, now *with* sysroot.
#sim: --sysroot=@exedir@
*/
#define PREFIX "/"
#include "check_openpf3.c"