Lines Matching defs:fp
674 FILE *fp;
686 fp = fopen(name, "r");
688 if (fp) {
690 if (fscanf(fp, "%*08x%*08x%08x%08x", &nom, &denom) == 2)
693 fclose(fp);
904 int print_timestamp(FILE *fp)
916 fprintf(fp, "[%s.%06ld] ", tshort, tv.tv_usec);
921 fprintf(fp, "Timestamp: %s %ld usec\n",
1021 void print_nlmsg_timestamp(FILE *fp, const struct nlmsghdr *n)
1028 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);