Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dacl-internal.h51 # define fchmod(fd, mode) (-1) argument
71 rpl_acl_get_fd (int fd) in rpl_acl_get_fd()
81 # define acl_get_fd(fd) (NULL) argument
90 rpl_acl_set_fd (int fd, acl_t acl) in rpl_acl_set_fd()
100 # define acl_set_fd(fd, acl) (-1) argument
Dtempname.c207 int fd = -1; in __gen_tempname() local
Dunistd.in.h242 # define fsync(fd) \ argument
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-regex2.c26 int fd; in main() local
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp104 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file()
110 static streamoff __file_size(_STLP_fd fd) { in __file_size()
Dfstream_stdio.cpp128 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file()
134 static streamoff __file_size(_STLP_fd fd) { in __file_size()
Dfstream_win32io.cpp72 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file()
81 static streamoff __file_size(_STLP_fd fd) { in __file_size()
/ndk/tests/device/test-gnustl-full/unit/
Dmoney_facets_test.cpp325 for ( int fd = 1; fd < dom_fmp.frac_digits(); ++fd ) { in _money_put_X_bug() local
387 for ( int fd = 1; fd < dom_fmp.frac_digits() - 1; ++fd ) { in _money_put_X_bug() local
/ndk/tests/device/test-stlport/unit/
Dmoney_facets_test.cpp325 for ( int fd = 1; fd < dom_fmp.frac_digits(); ++fd ) { in _money_put_X_bug() local
387 for ( int fd = 1; fd < dom_fmp.frac_digits() - 1; ++fd ) { in _money_put_X_bug() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c174 ck_fdopen(fd, name, mode, fail) in ck_fdopen() argument
202 int fd; local
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c61 int fd; in _get_task_permitted_caps() local
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c57 int fd; in _get_task_permitted_caps() local
/ndk/sources/android/libthread_db/gdb-7.1.x/
Dlibthread_db.c57 int fd; in _get_task_permitted_caps() local
/ndk/sources/android/cpufeatures/
Dcpu-features.c110 int fd, len; in read_file() local
/ndk/sources/host-tools/make-3.81/
Djob.c248 create_batch_file (char const *base, int unixy, int *fd) in create_batch_file()
3051 int fd; in dup2() local
Dgetloadavg.c587 int fd, count; in getloadavg() local
Darscan.c761 int fd; in ar_member_touch() local
Dremake.c1056 int fd = open (file->name, O_RDWR | O_CREAT, 0666); in touch_file() local
Dmain.c851 int fd; in open_tmpfile() local
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.h179 _STLP_fd fd() const { return _M_base.__get_fd(); } in fd() function