Lines Matching refs:fwrite
57 if (fwrite((char *) &magic, sizeof (short), 1, filep) != 1)
66 if (fwrite((char *) &(statbuf.st_mtime), sizeof (time_t),
79 if (fwrite((char *) &magic, sizeof (int), 1, filep) != 1)
85 if ((fwrite((char *) &labmax,
87 (fwrite((char *) &lablen, sizeof (short),
92 if ((fwrite(slk->_ldis[i], sizeof (char), lablen,
93 filep) != lablen) || (fwrite(slk->_lval[i],
108 if (fwrite((char *) &magic, sizeof (int), 1, filep) != 1)
112 if ((fwrite((char *) &COLORS, sizeof (int), 1, filep) != 1) ||
113 (fwrite((char *) &COLOR_PAIRS, sizeof (int), 1, filep) !=
114 1) || (fwrite((char *) &can_change, sizeof (char), 1,
121 if (fwrite((char *) &(cur_term->_color_tbl->r),
128 if (fwrite((char *) &(cur_term->_pairs_tbl->foreground),