Home
last modified time | relevance | path

Searched defs:read_string (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_sendfile.rs106 let mut read_string = String::new(); in test_sendfile_freebsd() localVariable
155 let mut read_string = String::new(); in test_sendfile_dragonfly() localVariable
204 let mut read_string = String::new(); in test_sendfile_darwin() localVariable
/third_party/skia/src/core/
DSkFontDescriptor.cpp29 static bool SK_WARN_UNUSED_RESULT read_string(SkStream* stream, SkString* string) { in read_string() function
/third_party/pulseaudio/src/modules/
Dstdin-util.c71 char *read_string(struct userdata *u) { in read_string() function
/third_party/zlib/contrib/iostream2/
Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function
/third_party/ltp/testcases/kernel/fs/inode/
Dinode01.c91 char read_string[PATH_STRING_LENGTH + 1]; variable
Dinode02.c74 char read_string[PATH_STRING_LENGTH + 1]; variable
/third_party/openssl/crypto/ui/
Dui_openssl.c220 static int read_string(UI *ui, UI_STRING *uis) in read_string() function
/third_party/ffmpeg/libavformat/
Dmlvdec.c79 static void read_string(AVFormatContext *avctx, AVIOContext *pb, const char *tag, unsigned size) in read_string() function
/third_party/node/deps/openssl/openssl/crypto/ui/
Dui_openssl.c220 static int read_string(UI *ui, UI_STRING *uis) in read_string() function
/third_party/libabigail/src/
Dabg-ini.cc1374 read_string() in read_string() function in abigail::ini::read_context
/third_party/python/Lib/
Dconfigparser.py721 def read_string(self, string, source='<string>'): member in RawConfigParser