/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | trunc.s | 29 .file "trunc.s" 32 LIBM_ANSI_PRAGMA_WEAK(trunc,function) 34 ENTRY(trunc) function 55 SET_SIZE(trunc)
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | trunc.c | 30 #pragma weak __trunc = trunc 35 trunc(double x) { function
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | make_checksum.c | 147 krb5_octet *trunc; local 156 trunc = (krb5_octet *) MALLOC(cksum->length); 157 if (trunc) { 158 (void) memcpy(trunc, cksum->contents, cksum->length); 160 cksum->contents = trunc;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf6.c | 589 boolean_t trunc = B_FALSE; local 660 trunc = B_TRUE; 666 trunc = B_TRUE; 698 trunc = B_TRUE; 710 trunc = B_TRUE; 723 trunc = B_TRUE; 742 trunc = B_TRUE; 764 trunc = B_TRUE; 769 trunc = B_TRUE; 788 trunc [all...] |
H A D | snoop_ospf.c | 546 boolean_t trunc = B_FALSE; local 621 trunc = B_TRUE; 626 trunc = B_TRUE; 654 trunc = B_TRUE; 665 trunc = B_TRUE; 676 trunc = B_TRUE; 696 trunc = B_TRUE; 718 trunc = B_TRUE; 723 trunc = B_TRUE; 743 trunc [all...] |
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | mailstats.c | 61 bool trunc; local 78 trunc = false; 100 trunc = true; 342 if (trunc)
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_deleg_ops.c | 64 recall_all_delegations(rfs4_file_t *fp, bool_t trunc, caller_context_t *ct) argument 68 rfs4_recall_deleg(fp, trunc, NULL); 91 rfs4_recall_deleg(fp, trunc, NULL); 217 bool_t trunc = FALSE; local 221 trunc = TRUE; 224 rc = recall_all_delegations(fp, trunc, ct); 237 bool_t trunc = FALSE; local 245 trunc = TRUE; 248 rc = recall_all_delegations(fp, trunc, ct); 366 bool_t trunc local 406 bool_t trunc = FALSE; local [all...] |
H A D | nfs4_srv_deleg.c | 832 rfs4_do_cb_recall(rfs4_deleg_state_t *dsp, bool_t trunc) argument 865 rec_argp->truncate = trunc; 903 void (*recall)(rfs4_deleg_state_t *, bool_t trunc); 904 bool_t trunc; member in struct:recall_arg 931 (void) (*arg->recall)(dsp, arg->trunc); 958 bool_t trunc; member in struct:master_recall_args 1008 arg->trunc = map->trunc; 1042 void (*recall)(rfs4_deleg_state_t *, bool_t trunc), 1043 bool_t trunc, rfs4_client_ 1041 rfs4_recall_file(rfs4_file_t *fp, void (*recall)(rfs4_deleg_state_t *, bool_t trunc), bool_t trunc, rfs4_client_t *cp) argument 1078 rfs4_recall_deleg(rfs4_file_t *fp, bool_t trunc, rfs4_client_t *cp) argument 1436 rfs4_check_delegated_byfp(int mode, rfs4_file_t *fp, bool_t trunc, bool_t do_delay, bool_t is_rm, clientid4 *cp) argument 1505 rfs4_check_delegated(int mode, vnode_t *vp, bool_t trunc) argument [all...] |
H A D | nfs_srv.c | 1688 bool_t trunc; local 1876 trunc = TRUE; 1878 trunc = FALSE; 1880 if (rfs4_check_delegated(FWRITE, vp, trunc)) {
|
H A D | nfs3_srv.c | 1524 bool_t trunc; local 1633 trunc = va.va_size == 0; 1635 rfs4_check_delegated(FWRITE, tvp, trunc)) { 1769 trunc = TRUE; 1771 trunc = FALSE; 1773 if (rfs4_check_delegated(FWRITE, vp, trunc)) {
|
H A D | nfs4_callback.c | 1714 nfs4delegreturn_async(rnode4_t *rp, int flags, bool_t trunc) argument 1721 pp->truncate = trunc;
|
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 152 #undef trunc macro 153 #define trunc(x) __tgmath_trunc(x) macro
|
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prtable.c | 66 int trunc, size_t width) 73 if (trunc && n > width) 82 else if (trunc && n > width) 65 pwd_getname(uid_t uid, char *name, size_t length, int noresolve, int trunc, size_t width) argument
|
H A D | prutil.c | 284 int trunc, size_t width) 296 else if (trunc && n > width) 305 getzonename(zoneid_t zoneid, char *str, size_t len, int trunc, size_t width) argument 316 else if (trunc && n > width) 283 getprojname(projid_t projid, char *str, size_t len, int noresolve, int trunc, size_t width) argument
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dnode_sync.c | 328 boolean_t trunc = B_FALSE; local 336 trunc = B_TRUE; 369 if (trunc) {
|
H A D | dnode.c | 1529 int trunc = FALSE; local 1539 trunc = TRUE; 1606 if (trunc) 1636 ASSERT(trunc || IS_P2ALIGNED(len, blksz)); 1639 if (trunc) 1667 if (trunc)
|
/illumos-gate/usr/src/cmd/dd/ |
H A D | dd.c | 489 int trunc; /* whether output file is truncated */ local 499 trunc = 1; /* default: truncate output file */ 667 trunc = 0; 853 if (trunc == 0) /* do not truncate output file */ 856 else if (oseekn && (trunc == 1))
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_trans.c | 637 ufs_log_amt(struct inode *ip, offset_t offset, ssize_t resid, int trunc) argument 669 if (trunc) 737 * trunc request. If the amount of log space is too large, then 807 * Not logging; just do the trunc 839 * Partially trunc file down to desired size (length). 840 * Only retain I_FREE on the last partial trunc.
|
/illumos-gate/usr/src/cmd/pcitool/ |
H A D | pcitool.c | 865 char *trunc; local 892 if ((trunc = strstr(nexus_path, PCI_MINOR_REG)) != NULL) { 893 trunc--; /* Get the : just before too. */ 894 *trunc = '\0';
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 968 int trunc=0, clexec=0, fn, traceon; local 1124 trunc = io_op[2] = ';'; 1290 sh_iosave(shp,fn,indx,tname?fname:(trunc?Empty:0));
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 391 #define trunc(stream) ftruncate(fileno(stream), (long)ftell(stream)) macro
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 991 boolean_t trunc = B_FALSE; local 1020 trunc = B_TRUE; 1035 if (trunc)
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 430 dt_node_t *anp, *trunc; local 447 trunc = anp->dn_list; 458 assert(trunc != NULL); 459 if (!dt_node_is_scalar(trunc)) { 482 assert(trunc != NULL); 483 dt_cg(yypcb, trunc);
|
H A D | dt_consume.c | 1705 dt_trunc_t *trunc = arg; local 1707 dtrace_aggvarid_t id = trunc->dttd_id; 1715 if (trunc->dttd_remaining == 0) 1718 trunc->dttd_remaining--; 1725 dt_trunc_t trunc; local 1741 trunc.dttd_id = *((dtrace_aggvarid_t *)addr); 1780 trunc.dttd_remaining = remaining; 1782 (void) func(dtp, dt_trunc_agg, &trunc);
|
/illumos-gate/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 2380 int trunc = 0; local 2388 trunc = 1; 2396 if (!trunc && rw_m.rwl.magic == RWL_MAGIC) { 2503 int trunc = 0; local 2513 trunc = 1; 2521 if (trunc && ps_pdread(ph_p, sh_p->sh_unique, 2555 if (trunc && ps_pdread(ph_p, sh_p->sh_unique, 2573 if (trunc && ps_pdread(ph_p, sh_p->sh_unique, 2899 int trunc = 0; local 2919 trunc [all...] |