Home
last modified time | relevance | path

Searched refs:strout (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/other/
H A Dstat.c63 static void strout(char *val) in strout() function
71 strout(format_iso_time(toybuf+128, sizeof(toybuf)-128, ts)); in date_stat_format()
83 strout(str); in print_stat()
89 strout(lsm_get_context(TT.file, &context) != -1 ? context : "?"); in print_stat()
101 strout(t); in print_stat()
103 else if (type == 'G') strout(getgroupname(stat->st_gid)); in print_stat()
112 strout(mt->dir); in print_stat()
126 else if (type == 'U') strout(getusername(stat->st_uid)); in print_stat()
169 strout(s); in print_statfs()
175 strout(bu in print_statfs()
[all...]
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dpublic_method.py53 strout = proc.stdout.read()
54 if isinstance(strout, bytes):
55 strout = strout.decode("utf-8", "ignore")
56 for line in strout.split("\n"):

Completed in 1 milliseconds