Searched defs:read_string (Results 1 – 11 of 11) sorted by relevance
106 let mut read_string = String::new(); in test_sendfile_freebsd() localVariable155 let mut read_string = String::new(); in test_sendfile_dragonfly() localVariable204 let mut read_string = String::new(); in test_sendfile_darwin() localVariable
29 static bool SK_WARN_UNUSED_RESULT read_string(SkStream* stream, SkString* string) { in read_string() function
71 char *read_string(struct userdata *u) { in read_string() function
145 inline char* read_string(izstream& zs) { in read_string() function
91 char read_string[PATH_STRING_LENGTH + 1]; variable
74 char read_string[PATH_STRING_LENGTH + 1]; variable
220 static int read_string(UI *ui, UI_STRING *uis) in read_string() function
79 static void read_string(AVFormatContext *avctx, AVIOContext *pb, const char *tag, unsigned size) in read_string() function
1374 read_string() in read_string() function in abigail::ini::read_context
721 def read_string(self, string, source='<string>'): member in RawConfigParser