Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 22 of 22) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dset-mode-acl.c37 chmod_or_fchmod (const char *name, int desc, mode_t mode) in chmod_or_fchmod()
54 qset_acl (char const *name, int desc, mode_t mode) in qset_acl()
484 set_acl (char const *name, int desc, mode_t mode) in set_acl()
Dcopy-acl.c43 int dest_desc, mode_t mode) in qcopy_acl()
537 int dest_desc, mode_t mode) in copy_acl()
Dacl-internal.h51 # define fchmod(fd, mode) (-1) argument
117 # define acl_from_mode(mode) (NULL) argument
/ndk/tests/abcc/jni/mman-win32/
Dtest.c98 mode_t mode = S_IRUSR | S_IWUSR; in test_file_map_readwrite() local
128 mode_t mode = S_IRUSR | S_IWUSR; in test_file_map_mlock_munlock() local
178 mode_t mode = S_IRUSR | S_IWUSR; in test_file_map_msync() local
/ndk/sources/android/support/src/stdio/
Dwcio.h46 #define _SET_ORIENTATION(fp, mode) ((void)0) argument
Dstrtod.c2358 (_d, mode, ndigits, decpt, sign, rve) in __dtoa() argument
/ndk/sources/cxx-stl/stlport/src/
Dstrstream.cpp193 ios_base::seekdir dir, ios_base::openmode mode) { in seekoff()
256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { in seekpos()
330 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) in ostrstream()
363 strstream::strstream(char* s, int n, ios_base::openmode mode) in strstream()
Diostream.cpp168 _Stl_create_filebuf(_Tp x, ios_base::openmode mode ) { in _Stl_create_filebuf()
180 _Stl_create_wfilebuf(FILE* f, ios_base::openmode mode) { in _Stl_create_wfilebuf()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp78 static ios_base::openmode flag_to_openmode(int mode) in flag_to_openmode()
232 int mode = fcntl(file_no, F_GETFL); in _M_open() local
Dfstream_win32io.cpp46 static ios_base::openmode flag_to_openmode(int mode) { in flag_to_openmode()
137 int mode = 0; variable
Dfstream_stdio.cpp281 int mode = buf.st_mode; in _M_open() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1780 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8()
1857 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8()
1934 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16()
2055 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16()
2176 codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16_length()
2277 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf8()
2332 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs4()
2446 codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs4_length()
2544 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf8()
2590 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs2()
[all …]
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c152 ck_fopen(name, mode, fail) in ck_fopen() argument
174 ck_fdopen(fd, name, mode, fail) in ck_fdopen() argument
Dcompile.c378 get_openfile(file_ptrs, mode, fail) in get_openfile() argument
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_wrappers.cpp70 void* WrapDlopen(const char* path, int mode) { in WrapDlopen()
/ndk/sources/host-tools/make-3.81/
Dmake.h184 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
187 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument
Darscan.c821 long int date, int uid, int gid, int mode) in describe_member()
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h182 void Open(const char* path, const char* mode) { in Open()
/ndk/sources/host-tools/nawk-20071023/
Drun.c398 int mode; in getline() local
577 int (*mf)(fa *, const char *) = match, mode = 0; in matchop() local
1615 int mode; /* '|', 'a', 'w' => LE/LT, GT */ member
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c239 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngrtran.c243 png_set_alpha_mode_fixed(png_structp png_ptr, int mode, in png_set_alpha_mode_fixed()
353 png_set_alpha_mode(png_structp png_ptr, int mode, double output_gamma) in png_set_alpha_mode()
Dpngstruct.h62 png_uint_32 mode; /* tells us where we are in the PNG file */ member