Lines Matching defs:fp
166 FILE *fp = requested ? stdout : stderr;
169 (void) fprintf(fp,
171 (void) fprintf(fp,
175 (void) fprintf(fp, "%s",
178 (void) fprintf(fp, gettext("\t\twhere %s can be either "
181 (void) fprintf(fp, gettext("Usage:\n"));
182 (void) fprintf(fp, "%s", get_usage(current_command->nc_usage));
185 (void) fprintf(fp, gettext("\t\twhere %s can be either "
195 (void) fprintf(fp,
198 (void) fprintf(fp, gettext("\n\tPROPERTY"));
199 (void) fprintf(fp, "\n\t%s", "-------------");
201 (void) fprintf(fp, "\n\t%s", prop_table[i]);
202 (void) fprintf(fp, "\n");