Searched refs:mode_t (Results 101 - 123 of 123) sorted by relevance

12345

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_proxy_test.cc714 mode_t mode, ScopedNode* out_node) {
H A Dkernel_wrap_test.cc124 const mode_t kDummyMode = 0xbeef;
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c374 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
4818 mode_t *pMode /* OUT: Permissions to open file with */
5039 mode_t openMode; /* Permissions to create file with */
6149 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c437 int ext2fs_open_file(const char *pathname, int flags, mode_t mode)
H A Dext2fs.h1448 extern int ext2fs_open_file(const char *pathname, int flags, mode_t mode);
H A Dtdb.c3794 int open_flags, mode_t mode)
3807 int open_flags, mode_t mode,
/external/valgrind/main/include/vki/
H A Dvki-darwin.h53 #define vki_mode_t mode_t
/external/elfutils/0.153/src/
H A Dar.c856 mode_t mode;
/external/fio/engines/
H A Dnet.c967 mode_t mode;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c182 static int _get_usbfs_fd(struct libusb_device *dev, mode_t mode, int silent)
/external/fio/
H A Dserver.c1340 mode_t mode;
/external/ipsec-tools/src/racoon/
H A Dcfparse.y2539 mode_t mode = 0;
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c594 mode_t mask;
H A Duds_daemon.c4022 mode_t mask = umask(0);
/external/mksh/src/
H A DBuild.sh1935 return (mknod(av[0], (mode_t)0, dv) ? (int)major(dv) :
/external/ppp/pppd/
H A Deap.c1222 mode_t modebits;
/external/bison/
H A Dmaint.mk584 re='CAN_(EXISTING|ALL_BUT_LAST|MISSING)|canonicalize_(mode_t|filename_mode|file_name)' \
H A Dconfigure10189 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
10195 #define mode_t int
18063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for promoted mode_t type" >&5
18064 $as_echo_n "checking for promoted mode_t type... " >&6; }
18075 typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
18083 gl_cv_promoted_mode_t='mode_t'
/external/lldb/source/Target/
H A DProcess.cpp716 mode_t mode = 0;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c265 typedef __mode_t mode_t; typedef
/external/sqlite/dist/orig/
H A Dsqlite3.c24575 ** open(const char*,int,mode_t). Others use open(const char*,int,...).
24685 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
24701 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
24838 static int robust_open(const char *z, int f, mode_t m){
24840 mode_t m2 = m ? m : SQLITE_DEFAULT_FILE_PERMISSIONS;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24582 ** open(const char*,int,mode_t). Others use open(const char*,int,...).
24703 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
24719 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
24856 static int robust_open(const char *z, int f, mode_t m){
24858 mode_t m2 = m ? m : SQLITE_DEFAULT_FILE_PERMISSIONS;
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24515 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
[all...]

Completed in 816 milliseconds

12345