Lines Matching defs:strout
63 static void strout(char *val)
71 strout(format_iso_time(toybuf+128, sizeof(toybuf)-128, ts));
83 strout(str);
89 strout(lsm_get_context(TT.file, &context) != -1 ? context : "?");
101 strout(t);
103 else if (type == 'G') strout(getgroupname(stat->st_gid));
112 strout(mt->dir);
126 else if (type == 'U') strout(getusername(stat->st_uid));
169 strout(s);
175 strout(buf);
178 else strout("?");
220 if (*f == 'n') strout(TT.file);