HomeSort by relevance Sort by last modified time
    Searched full:fileno (Results 301 - 325 of 1212) sorted by null

<<11121314151617181920>>

  /external/bison/lib/
msvc-inval.h 48 fclose(fp) where fileno(fp) is closed, or simply getdtablesize()):
  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/
README.rst 144 - fileno support(ISSUE#33)
  /external/dhcpcd-6.8.2/
auth.c 404 flocked = flock(fileno(fp), LOCK_EX);
409 flocked = flock(fileno(fp), LOCK_EX);
417 ftruncate(fileno(fp), 0) == -1 ||
430 flock(fileno(fp), LOCK_UN);
  /external/e2fsprogs/lib/et/
error_message.c 253 fd = fileno(debug_f);
  /external/iproute2/misc/
ifstat.c 800 if (flock(fileno(hist_fp), LOCK_EX)) {
804 if (fstat(fileno(hist_fp), &stb) != 0) {
822 if (ftruncate(fileno(hist_fp), 0))
866 if (ftruncate(fileno(hist_fp), 0))
  /external/iproute2/netem/
maketable.c 27 fstat(fileno(fp), &info);
  /external/libvncserver/common/
vncauth.c 83 fchmod(fileno(fp), S_IRUSR|S_IWUSR);
  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 116 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
  /external/llvm/lib/MC/
MCStreamer.cpp 146 unsigned MCStreamer::EmitDwarfFileDirective(unsigned FileNo,
149 return getContext().getDwarfFile(Directory, Filename, FileNo, CUID);
152 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
157 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa,
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
SubprocessLogger.py 66 def fileno(self): member in class:StreamLoggerThread
  /external/selinux/libselinux/src/
label_android_property.c 154 if (fstat(fileno(fp), &sb) < 0)
label_media.c 97 if (fstat(fileno(fp), &sb) < 0)
label_x.c 124 if (fstat(fileno(fp), &sb) < 0)
  /external/selinux/libselinux/utils/
avcstat.c 83 ret = ioctl(fileno(stdout), TIOCGWINSZ, &ws);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 149 int fd = fileno(f);
  /external/webrtc/webrtc/base/
stream.cc 33 #define fileno _fileno macro
451 if (fstat(fileno(file_), &file_stats) != 0)
501 return flock(fileno(file_), LOCK_EX|LOCK_NB) == 0;
511 return flock(fileno(file_), LOCK_UN) == 0;
  /external/zlib/src/contrib/puff/
pufftest.c 26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
  /external/zlib/src/examples/
zpipe.c 23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 33 #define _fileno fileno
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 195 /* File fileno operation in kernel mode. It currently should not
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-driver-kernel.c 195 /* File fileno operation in kernel mode. It currently should not
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 195 /* File fileno operation in kernel mode. It currently should not
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 195 /* File fileno operation in kernel mode. It currently should not
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 195 /* File fileno operation in kernel mode. It currently should not
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-driver-kernel.c 195 /* File fileno operation in kernel mode. It currently should not

Completed in 1024 milliseconds

<<11121314151617181920>>