Searched refs:read_line (Results 1 - 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk90 function read_line() { function
184 read_line();
268 read_line();
281 read_line();
293 read_line();
320 read_line();
329 read_line();
333 read_line();
339 read_line();
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A Dlist_ports_linux.py42 def read_line(filename): function
68 snr = read_line(sysfs_path+'/serial')
74 read_line(sysfs_path+'/idVendor'),
75 read_line(sysfs_path+'/idProduct'),
83 dev = int(read_line(os.path.join(sysfs_path, 'devnum')))
112 return read_line(sys_dev_path)
119 return read_line(product_name_file)
130 return read_line(sys_id_path)
/external/e2fsprogs/ext2ed/
H A Dmain.c268 void read_line(char * foo) { function
319 read_line(command_line);
/external/toybox/toys/pending/
H A Dmodprobe.c167 static int read_line(FILE *fl, char **li) function
229 for (line = linecp = NULL; read_line(fc, &line) > 0;
291 while (read_line(fe, &line) > 0) {
319 for (; read_line(fe, &line) > 0; free(line)) {
536 while (read_line(fs, &procline) > 0) {
/external/syslinux/com32/lua/src/
H A Dliolib.c381 static int read_line (lua_State *L, FILE *f, int chop) { function
440 success = read_line(L, f, 1);
463 success = read_line(L, f, 1);
466 success = read_line(L, f, 0);
/external/scapy/scapy/arch/windows/
H A D__init__.py108 read_line = self.process.stdout.readline().strip()
109 if read_line == b"scapy_end":
112 self.buffer.append(read_line.decode("utf8", "ignore") if six.PY3 else read_line)
/external/python/cpython3/Lib/test/
H A Dtest_subprocess.py1073 read_line = p.stdout.readline()
1080 self.assertEqual(read_line, expected)

Completed in 604 milliseconds