Searched defs:truncated (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c38 * truncated ... (static) was one of the two copies truncted
75 static bool_t truncated(struct file *);
367 gettext(truncated(fp) ?
713 * truncated
716 * to determine whether or not a file has been truncated
725 truncated(struct file *fp) function
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c186 int truncated = 0; local
276 "response truncated\n");
279 truncated = 1;
298 if (truncated) {
470 printf("truncated answer\n");
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c5509 mDNSBool truncated = 0; local
5521 if (count++ >= 50) { truncated = mDNStrue; continue; }
5536 else if (truncated) LogMsgNoIdent("<Truncated: to 50 records, Total records %d, Total Auth Groups %d, Auth Slots %d>", count, m->rrauth.rrauth_totalused, authslot);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2880 trunc_prop_errs(int truncated) argument
2882 ASSERT(truncated != 0);
2884 if (truncated == 1)
2889 "%d more properties could not be set\n"), truncated);

Completed in 88 milliseconds