Home
last modified time | relevance | path

Searched refs:strout (Results 1 - 1 of 1) 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...]

Completed in 1 milliseconds