Lines Matching defs:fs
66 char *fs = &fmt_string[1];
154 (void) fprintf(stdout, fs, sizeof (un->sysname),
156 fs = fmt_string;
159 (void) fprintf(stdout, fs, sizeof (un->nodename), un->nodename);
160 fs = fmt_string;
163 (void) fprintf(stdout, fs, sizeof (un->release), un->release);
164 fs = fmt_string;
167 (void) fprintf(stdout, fs, sizeof (un->version), un->version);
168 fs = fmt_string;
171 (void) fprintf(stdout, fs, sizeof (un->machine), un->machine);
172 fs = fmt_string;
180 (void) fprintf(stdout, fs, strlen(procbuf), procbuf);
181 fs = fmt_string;
189 (void) fprintf(stdout, fs, strlen(procbuf), procbuf);
190 fs = fmt_string;