Lines Matching refs:strout
62 static void strout(char *val) in strout() function
70 strout(format_iso_time(toybuf+128, sizeof(toybuf)-128, ts)); in date_stat_format()
82 strout(str); in print_stat()
95 strout(t); in print_stat()
97 else if (type == 'G') strout(getgroupname(stat->st_gid)); in print_stat()
106 strout(mt->dir); in print_stat()
120 else if (type == 'U') strout(getusername(stat->st_uid)); in print_stat()
156 strout(s); in print_statfs()
161 strout(buf); in print_statfs()
164 else strout("?"); in print_statfs()
203 if (*f == 'n') strout(TT.file); in stat_main()