/src/sbin/fsck_lfs/ |
pass0.c | 106 int writeit = 0; local in function:pass0 197 writeit = 1; 213 writeit = 1; 217 if (writeit) 218 LFS_SYNC_CLEANERINFO(cip, fs, cbp, writeit);
|
/src/lib/libc/gen/ |
fmtmsg.c | 45 static int writeit(FILE *, unsigned int, const char *, 143 writeit(FILE *stream, unsigned int which, const char *label, function in typeref:typename:int 210 if (writeit(stderr, msgverb(getenv("MSGVERB")), 217 if (writeit(console, MM_VERBALL,
|
/src/usr.bin/tftp/ |
tftpsubs.c | 185 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) function in typeref:typename:int
|
/src/lib/libc/rpc/ |
xdr_rec.c | 132 int (*writeit)(char *, char *, int); member in struct:rec_strm 175 * the procedures readit and writeit. Readit and writeit are read and 188 int (*writeit)(char *, char *, int)) 224 rstrm->writeit = writeit; 640 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len)
|