HomeSort by relevance Sort by last modified time
    Searched refs:creat (Results 51 - 75 of 327) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
fcntl.h 50 extern int creat(const char* path, mode_t mode);
  /external/ltp/testcases/kernel/syscalls/dup/
dup07.c 27 HOW: Creat a file with each access mode; dup each file descriptor;
62 if ((rdoret = creat(testfile, 0444)) == -1) {
63 tst_resm(TFAIL, "Unable to creat file '%s'", testfile);
84 if ((wroret = creat(testfile, 0222)) == -1) {
85 tst_resm(TFAIL, "Unable to creat file '%s'", testfile);
107 if ((rdwret = creat(testfile, 0666)) == -1) {
108 tst_resm(TFAIL, "Unable to creat file '%s'", testfile);
  /frameworks/base/cmds/interrupter/
interrupter.c 53 DEFINE_INTERCEPT(creat, int, const char*, mode_t);
  /system/core/libnativebridge/tests/
CodeCacheStatFail_test.cpp 29 int fd = creat(kCodeCache, O_RDWR);
  /bionic/libc/bionic/
open.cpp 46 int creat(const char* pathname, mode_t mode) { function
49 __strong_alias(creat64, creat);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 118 extern int creat (__const char *__file, __mode_t __mode) __nonnull ((1));
121 extern int __REDIRECT (creat, (__const char *__file, __mode_t __mode),
124 # define creat creat64 macro
  /external/ltp/testcases/kernel/fs/fs_di/
create_datafile.c 59 if ((fd = creat(argv[2], 0755)) == -1)
  /external/ltp/testcases/kernel/syscalls/creat/
creat01.c 21 * 1. creat() a file using 0444 mode, write to the fildes, write
24 * 2. creat() should truncate a file to 0 bytes if it already
56 fd = creat(filename, tcases[i].mode);
59 tst_brk(TBROK | TERRNO, "creat() failed");
64 tst_res(TFAIL, "creat() failed to truncate file to 0 bytes");
66 tst_res(TPASS, "creat() truncated file to 0 bytes");
creat03.c 22 * Creat a new file, fstat.st_mode should have the 01000 bit off
40 fd = creat(pfilname, 444);
43 tst_res(TFAIL | TERRNO, "creat(%s) failed", pfilname);
creat07.c 21 * Testcase to check creat(2) sets ETXTBSY correctly.
49 TEST(creat(TEST_APP, O_WRONLY));
52 tst_res(TFAIL, "creat() succeeded unexpectedly");
57 tst_res(TPASS, "creat() received EXTBSY");
59 tst_res(TFAIL | TTERRNO, "creat() failed unexpectedly");
  /external/ltp/testcases/kernel/syscalls/dup2/
dup203.c 83 if ((fd0 = creat(filename0, 0666)) == -1)
88 if ((fd1 = creat(filename1, 0666)) == -1)
136 if ((fd0 = creat(filename0, 0666)) == -1) {
144 if ((fd2 = creat(filename1, 0666)) == -1) {

Completed in 728 milliseconds

1 23 4 5 6 7 8 91011>>