HomeSort by relevance Sort by last modified time
    Searched defs:creat (Results 1 - 10 of 10) sorted by null

  /external/syslinux/com32/lib/
creat.c 2 * creat.c
9 int creat(const char *pathname, mode_t mode) function
  /bionic/libc/bionic/
open.cpp 50 int creat(const char* pathname, mode_t mode) { function
53 __strong_alias(creat64, creat);
  /prebuilts/go/darwin-x86/src/cmd/cgo/
util.go 118 func creat(name string) *os.File { func
  /prebuilts/go/linux-x86/src/cmd/cgo/
util.go 118 func creat(name string) *os.File { func
  /external/autotest/client/deps/fakegudev/src/
fakesyscalls.c 21 /* The purpose of this library is to override the open/creat syscalls to
47 * simultaneously call open/creat for the first time, internal data-structures
49 * It is safe to have subsequent calls to open/creat be concurrent.
85 static const char *k_func_creat = "creat";
227 creat (const char *pathname, mode_t mode) function
239 "Redirect: creat (%s, %d) --> creat (%s, %d)",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 165 extern int creat (__const char *__file, __mode_t __mode) __nonnull ((1));
168 extern int __REDIRECT (creat, (__const char *__file, __mode_t __mode),
171 # define creat creat64 macro
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 46 #define creat _creat macro
635 ((rtcp->rcft.rcfu.uploadFD = creat(rtcp->rcft.rcfu.fName,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 18 # define creat _creat macro
  /external/syslinux/dos/
syslinux.c 73 int creat(const char *filename, int mode) function
78 dprintf("creat(\"%s\", 0x%x)\n", filename, mode);
681 fd = creat(ldlinux_name, 0); /* SYSTEM HIDDEN READONLY */
688 fd = creat(ldlinuxc32_name, 0); /* SYSTEM HIDDEN READONLY */
758 fd = creat(opt.bootsecfile, 0x20); /* ARCHIVE */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 452 #define creat(...) (pthread_testcancel(), creat(__VA_ARGS__)) macro
    [all...]

Completed in 266 milliseconds