/titanic_44/usr/src/cmd/bnu/ |
H A D | logent.c | 192 static time_t past; /* guaranteed 0 first time called */ in millitick() local 194 if (past == 0) { in millitick() 195 past = times(&tbuf); in millitick() 199 if (now - past > MAXLONG / 1000) /* would overflow */ in millitick() 200 rval = (now - past) / HZ * 1000; in millitick() 202 rval = (now - past) * 1000 / HZ; in millitick() 203 past = now; in millitick() 214 static past; /* guaranteed 0 first time called */ in millitick() 217 if (past == 0) { in millitick() 218 past++; in millitick()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 467 Decision past; in veto() local 470 past = (Decision)decisions.get(current.getKey()); in veto() 471 if (past != null) in veto() 472 past.incrementUsage(); in veto() 473 if (past != null && past.getImprovement() < 0.0) { in veto() 475 " vetoed by decision " + past.describe()); in veto()
|
/titanic_44/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot.s | 120 / now points past args & @ envp
|
/titanic_44/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot.s | 110 leal (%ebp,%eax,4),%edi / now points past args & @ envp
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | btree3.test | 23 # cursor pointing at the first entry past the one that was deleted.
|
H A D | btree3rb.test | 23 # cursor pointing at the first entry past the one that was deleted.
|
H A D | version.test | 16 # past or future file format version numbers and respond appropriately.
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.func.c | 864 goto past; in getword() 893 goto past; in getword() 906 past: in getword()
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | README | 59 The zoneinfo timezone data files do not transition past
|
H A D | africa | 53 # I vaguely recall 'WAT' also being used for -01 in the past but 62 # the other abbreviations are rarer and are only in past timestamps, 759 # also been like that in the past.
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | sys | 95 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | sys | 95 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | sys | 95 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | sys | 95 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
|
/titanic_44/usr/src/cmd/oawk/ |
H A D | EXPLAIN | 95 Non-existent fields (i.e., fields past NF) are
|
/titanic_44/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 165 ! difference between the pointer past the last byte of src and the 331 ! %i2 points one byte past end of dst
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | sys | 35 print #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
|
/titanic_44/usr/src/lib/libcryptoutil/ |
H A D | README | 45 past and create a project private util library.
|
/titanic_44/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 510 \ adjust len if reading past eof
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog.S | 485 ! the computations in progress. This means we will load past the end
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.msg | 62 @ MSG_ERR_NOFIT "[%d: %s][%d]: New value would extend past end \
|
/titanic_44/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 308 \ Check for end of directory, return true if we're past the EOF.
|
/titanic_44/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 880 ! which is in the past; we'll now load an initial step size, and loop
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 1041 ! which is in the past; we'll now load an initial step size, and loop
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex.news | 195 user types something if you are past column 80 before ^Z. 504 completely revamped. Now if you go past the margin (even in the 864 to get ctrl chars and spaces past various levels, and make ^T be
|