HomeSort by relevance Sort by last modified time
    Searched refs:Fname (Results 1 - 25 of 28) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/unlink/
unlink06.c 129 char Fname[255];
160 TEST(unlink(Fname));
165 Fname, TEST_ERRNO, strerror(TEST_ERRNO));
167 if (access(Fname, F_OK) != -1) {
170 Fname, TEST_RETURN);
173 Fname, TEST_RETURN);
194 sprintf(Fname, "fifo_unlink%d", getpid());
214 SAFE_MKFIFO(cleanup, Fname, 0777);
  /external/ltp/testcases/kernel/syscalls/dup/
dup05.c 127 char Fname[255];
169 sprintf(Fname, "dupfile");
170 SAFE_MKFIFO(cleanup, Fname, 0777);
171 if ((fd = open(Fname, O_RDWR, 0700)) == -1)
  /external/ltp/testcases/kernel/syscalls/readdir/
readdir01.c 134 char Fname[255];
153 char fname[255]; local
192 sprintf(fname, "%s%d", Basename, cnt);
193 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) {
196 fname, errno, strerror(errno));
200 fname, errno, strerror(errno));
204 fname, errno, strerror(errno));
247 sprintf(fname, "%s%d", Basename, cnt);
249 if (unlink(fname) == -1) {
252 Fname, errno, strerror(errno))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c     [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 39 const char *FName,
44 EnsureFunctionExists(M, FName, Fn.arg_begin(), Fn.arg_end(),
317 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname,
324 ReplaceCallWith(Fname, CI, CS.arg_begin(), CS.arg_end(),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 39 const char *FName,
44 EnsureFunctionExists(M, FName, Fn->arg_begin(), Fn->arg_end(),
317 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname,
324 ReplaceCallWith(Fname, CI, CS.arg_begin(), CS.arg_end(),
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_arm64.go 560 Fname [6]int8
ztypes_linux_mips.go 559 Fname [6]int8
ztypes_linux_mips64.go 565 Fname [6]int8
ztypes_linux_mips64le.go 565 Fname [6]int8
ztypes_linux_mipsle.go 559 Fname [6]int8
ztypes_linux_386.go 565 Fname [6]int8
ztypes_linux_amd64.go 582 Fname [6]int8
ztypes_linux_arm.go 553 Fname [6]uint8
ztypes_linux_ppc64.go 570 Fname [6]uint8
ztypes_linux_ppc64le.go 570 Fname [6]uint8
ztypes_linux_s390x.go 584 Fname [6]uint8
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_arm64.go 560 Fname [6]int8
ztypes_linux_mips.go 559 Fname [6]int8
ztypes_linux_mips64.go 565 Fname [6]int8
ztypes_linux_mips64le.go 565 Fname [6]int8
ztypes_linux_mipsle.go 559 Fname [6]int8
ztypes_linux_386.go 565 Fname [6]int8
ztypes_linux_amd64.go 582 Fname [6]int8
ztypes_linux_arm.go 553 Fname [6]uint8

Completed in 204 milliseconds

1 2