/titanic_50/usr/src/cmd/tbl/ |
H A D | tb.c | 35 rused[c]|= real(table[i][c].rcol); in checkuse() 36 if( !real(table[i][c].rcol)) in checkuse() 37 used[c] |= real(table[i][c].col); in checkuse() 39 lused[c] |= real(table[i][c].col); in checkuse() 42 used[c] |= real(table[i][c].col); in checkuse() 48 real(char *s) in real() function
|
H A D | t6.c | 67 if (real(s=table[ilin][icol].col) && !vspen(s)) in maktab() 74 if (text==0 && real(s=table[ilin][icol].rcol) && !vspen(s) && !barent(s)) in maktab() 84 if (real(s=table[ilin][icol].col) && !vspen(s)) in maktab() 114 if (!real(s) || barent(s) || vspen(s) ) continue; in maktab()
|
/titanic_50/usr/src/tools/onbld/Scm/ |
H A D | Version.py | 118 for real, req in zip(hgver, desired): 119 if real != req: 120 return real > req
|
/titanic_50/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 197 timestruc_t real, user, sys; in look() local 215 hrt2ts(hrtime, &real); in look() 217 real = pup->pr_term; in look() 219 tssub(&real, &real, &pup->pr_create); in look() 230 prtime("real", &real); in look()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 625 char real[ZFS_MAX_DATASET_NAME_LEN], fsname[ZFS_MAX_DATASET_NAME_LEN]; in zfsctl_snapdir_rename() local 632 err = dmu_snapshot_realname(zfsvfs->z_os, snm, real, in zfsctl_snapdir_rename() 633 sizeof (real), NULL); in zfsctl_snapdir_rename() 635 snm = real; in zfsctl_snapdir_rename() 690 char real[ZFS_MAX_DATASET_NAME_LEN]; in zfsctl_snapdir_remove() local 698 err = dmu_snapshot_realname(zfsvfs->z_os, name, real, in zfsctl_snapdir_remove() 699 sizeof (real), NULL); in zfsctl_snapdir_remove() 701 name = real; in zfsctl_snapdir_remove() 785 char real[ZFS_MAX_DATASET_NAME_LEN]; in zfsctl_snapdir_lookup() local 822 err = dmu_snapshot_realname(zfsvfs->z_os, nm, real, in zfsctl_snapdir_lookup() [all …]
|
/titanic_50/usr/src/lib/libm/sparc/src/ |
H A D | locallibm.il | 129 ! 21 c->real = (a->real * b->real) - (a->imag * b->imag) 132 ld [%o1],%f2 ! f2 = a->real 134 ld [%o2],%f3 ! f3 = b->real 135 fsmuld %f2,%f1,%f6 ! f6 = a->real * b->imag 136 fsmuld %f2,%f3,%f8 ! f8 = a->real * b->real 137 fsmuld %f0,%f3,%f10 ! f10 = a->imag * b->real 1831 ! 30 c->real = a->real - b->real 1850 ! 39 c->real = a->real + b->real 1869 ! 48 c->real = - a->real 1887 ! 59 c->real = x [all …]
|
/titanic_50/usr/src/cmd/acct/ |
H A D | acctcms.c | 232 ulong_t real; in tdofile() local 265 real = expand(acct.oab.ac_etime); in tdofile() 266 cmt.tcm_real = MINT(real); in tdofile() 282 real = expand(acct.ab.ac_etime); in tdofile() 283 cmt.tcm_real = MINT(real); in tdofile() 310 ulong_t real; in dofile() local 368 real = expand(acct.oab.ac_etime); in dofile() 369 dtmp = MINT(real); in dofile() 416 real = expand(acct.ab.ac_etime); in dofile() 417 dtmp = MINT(real); in dofile()
|
/titanic_50/usr/src/lib/librstp/common/ |
H A D | README | 13 The library may be used in real bridges/routers while bounding to a real
|
H A D | ChangeLog | 7 - Changed rstplib into a real library; expecting the caller to provide
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | TODO | 42 * Add a real scripting language, possibly retaining backward 50 * Add real memory management. 85 * Add (real) RAID support.
|
H A D | AUTHORS | 6 VaX#n8 (real name unknown) wrote shared_src/fsys_ext2fs.c.
|
/titanic_50/usr/src/lib/ncad_addr/common/ |
H A D | mapfile-vers | 79 # Bind is intended to interpose on the real system call. However, 80 # we want debuggers to see its real name (nca_bind), so use NODYNSORT
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | SUNWrmod.mf | 29 depend fmri=pkg:/system/boot/real-mode@0.5.11,5.11-0.133 type=require
|
H A D | SUNWrmodu.mf | 33 depend fmri=system/boot/real-mode type=require
|
H A D | system-boot-real-mode.mf | 27 set name=pkg.fmri value=pkg:/system/boot/real-mode@$(PKGVERS)
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | WARNING.RNG | 57 the real slow-downs. 65 2. Estimating the real 'rate' of program outputs is non-trivial
|
H A D | README.Ylonen | 38 fake authorization data with the real data (never telling the 39 remote machine the real information). 210 too powerful, it is too late. Also, the real power may not be where 296 and will be made to the real X server from the client side. An 300 connect directly to the real display instead of going through the 332 to a real X server over the secure channel. 340 parses the first packet of the X11 protocol, substitutes real 342 forwards the connection to the real X server.
|
H A D | OVERVIEW | 101 calls client_loop in clientloop.c. This does the real work for 142 mode by calling server_loop in serverloop.c. This does the real
|
/titanic_50/usr/src/lib/libmd5/common/ |
H A D | mapfile-vers | 41 # The real interface is now libmd, libmd5 is just a filter library
|
/titanic_50/usr/src/grub/grub-0.97/grub/ |
H A D | mapfile-intf | 43 # required for the real grub loader which can't depend on libc. The grub shell
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite.shlib | 39 # value to prevent real failures from being masked by the unexpected
|
/titanic_50/usr/src/uts/i86xpv/ml/ |
H A D | amd64.il | 78 * Read the -real- TSC.
|
H A D | ia32.il | 93 * Read the -real- TSC.
|
/titanic_50/usr/src/cmd/troff/troff.d/ |
H A D | maketables | 57 MAKEDEV=../makedev # this program does the real work
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_config.h | 559 int real; member
|