Searched refs:truncated (Results 1 - 7 of 7) sorted by relevance

/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/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/libpp/common/
H A Dppbuiltin.c400 error(1, "%-.16s: builtin value truncated", p);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c550 goto truncated;
561 goto truncated;
585 goto truncated;
596 goto truncated;
623 goto truncated;
636 goto truncated;
650 truncated:
651 /* We pulled up everthing already. Must be truncated */
3224 * Malformed/truncated packet.
H A Dip.c390 * ii Walker must not see a truncated tree during the walk because of any node
1760 goto truncated;
1768 goto truncated;
1771 goto truncated;
1790 goto truncated;
1801 goto truncated;
1824 goto truncated;
1832 goto truncated;
1845 truncated:
1846 /* We pulled up everthing already. Must be truncated */
[all...]
/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);
/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);

Completed in 127 milliseconds