| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
| Changes | 17 # When distributing Covered Code, include this CDDL HEADER in each 29 Fixed bug when building in ON environment - was using incorrect header files.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/ |
| expmod_t.t | 80 $when{$_} = now($_); 82 print "not " unless close_enough($when{$_}, time()); 99 if (very_close($when{$_}, $again{$_})) { 102 print "not ok $n # expected $when{$_}, got $again{$_}\n"; 133 print "not ok $n # expected $when{$_}, got $again{$_}\n";
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| Message.java | 14 * When distributing Covered Code, include this CDDL HEADER in each 49 public long when; field in class:Message 73 this.when = System.currentTimeMillis(); 82 this.when = msg.when;
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| disena.c | 14 * When distributing Covered Code, include this CDDL HEADER in each 37 disable(PSTATUS *pps, char *reason, int when) 50 switch (when) {
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/ |
| README | 14 # When distributing Covered Code, include this CDDL HEADER in each 23 Common header and source files used when you compile most of the programs in this
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/libkcfd/ |
| README | 13 # When distributing Covered Code, include this CDDL HEADER in each 31 when used by kcfd as part of the Cryptographic Framework's FIPS-140 36 the elfsign(1) command from accessing actual PKCS#11 tokens when using
|
| /onnv/onnv-gate/usr/src/cmd/touch/ |
| touch.c | 13 * When distributing Covered Code, include this CDDL HEADER in each 280 time_t when; local 340 if ((when = mktime(&tm)) == -1 && errno != 0) 343 when -= (timezone - altzone); 383 ts->tv_sec = when; 393 time_t when; local 408 when = time(0); 409 tm.tm_year = localtime(&when)->tm_year; 439 if ((when = mktime(&tm)) == -1) 442 when -= (timezone-altzone) 451 time_t when; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| clock_highres.c | 14 * When distributing Covered Code, include this CDDL HEADER in each 101 const struct itimerspec *when) 112 cyctime.cyt_when = ts2hrt(&when->it_value); 113 cyctime.cyt_interval = ts2hrt(&when->it_interval); 150 * side of (a) is minimized when i is small, it is sufficient to show 178 it->it_itime = *when; 210 clock_highres_timer_gettime(itimer_t *it, struct itimerspec *when) 227 *when = it->it_itime; 229 if (!timerspecisset(&when->it_value)) 243 timerspecclear(&when->it_value) [all...] |
| clock_realtime.c | 14 * When distributing Covered Code, include this CDDL HEADER in each 183 const struct itimerspec *when) 204 it->it_itime = *when; 222 * However, when we call into realtime_timeout(), below, 246 clock_realtime_timer_gettime(itimer_t *it, struct itimerspec *when) 257 *when = it->it_itime; 260 if (!timerspecisset(&when->it_value)) 263 if (timerspeccmp(&when->it_value, &now) < 0) { 268 timerspecclear(&when->it_value); 270 timespecsub(&when->it_value, &now) [all...] |
| timer.c | 13 * When distributing Covered Code, include this CDDL HEADER in each 115 * have the opportunity to run; when they see the ITLK_REMOVE flag 384 * There are some conditions during a fork or an exit when we can 613 * This timer is programmed to use event port notification when 617 * - when the timer fires : 626 * free the event structure when required. 710 itimerspec_t when; local 716 error = it->it_backend->clk_timer_gettime(it, &when); 722 if (copyout(&when, val, sizeof (itimerspec_t))) 725 if (ITIMERSPEC_OVERFLOW(&when)) 743 itimerspec_t when; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/pwconv/ |
| pwconv.c | 13 * When distributing Covered Code, include this CDDL HEADER in each 101 time_t when, minweeks, maxweeks; local 265 when = (long)a64l(pwdp->pw_age); 266 maxweeks = when & 077; 267 minweeks = (when >> 6) & 077; 268 when >>= 12; 269 sp->sp_lstchg = when * 7; 351 when = (long)a64l(pwdp->pw_age); 352 maxweeks = when & 077; 353 minweeks = (when >> 6) & 077 [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/ |
| null.pm | 37 terminated. This is useful when you have a perl script that needs 40 in a string when it writes to the DBM file. This filter will ensure that
|
| int32.pm | 38 This DBM filter is used when interoperating with a C/C++ application
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| SelectSaver.pm | 28 was selected when it was created. If its C<new> method gets an extra 32 When a C<SelectSaver> is destroyed, it re-selects the file handle 33 that was selected when it was created.
|
| filetest.pm | 34 when C<use filetest> is in effect, because in some systems 48 extended filetest functionality is used only when the argument of the 49 operators is a filename, not when it is a filehandle.
|
| /onnv/onnv-gate/usr/src/uts/sun4v/os/ |
| wdt.c | 13 * When distributing Covered Code, include this CDDL HEADER in each 195 * Regular pat occurs when the system runs normally. 196 * Long pat is when system panics. 269 cyc_time_t when; local 275 when.cyt_when = 0; 276 when.cyt_interval = wdt_cyclic_interval; 279 (void) cyclic_add(&hdlr, &when);
|
| /onnv/onnv-gate/usr/src/uts/common/dtrace/ |
| profile.c | 13 * When distributing Covered Code, include this CDDL HEADER in each 333 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) 345 when->cyt_interval = prof->prof_interval; 346 when->cyt_when = dtrace_gethrtime() + when->cyt_interval; 348 pcpu->profc_expected = when->cyt_when; 349 pcpu->profc_interval = when->cyt_interval; 369 cyc_time_t when; local 379 when.cyt_interval = prof->prof_interval; 380 when.cyt_when = dtrace_gethrtime() + when.cyt_interval [all...] |
| /onnv/onnv-gate/usr/src/cmd/cron/ |
| at.c | 13 * When distributing Covered Code, include this CDDL HEADER in each 165 time_t when = 0; local 269 when = parse_time(optarg); 304 when = now; 306 if (when == 0) { /* figure out what time to run the job */ 337 when = gtime(&at); 339 when += timezone; 340 if (localtime(&when)->tm_isdst) 341 when -= (timezone-altzone); 347 when = mktime(ct) 943 time_t when = 0; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libdns_sd/ |
| README | 16 # When distributing Covered Code, include this CDDL HEADER in each 45 * Fix error raised when uDNS.c is compiled with Sun Studio compiler 46 * Fix in dnssd_clientstub.c to not check errno when recvmsg returns 0 47 * mDNSDebug.c modified to not send msgs directly to console when
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
| README | 14 # When distributing Covered Code, include this CDDL HEADER in each 35 as is, when the character is first used. Each procedure is called with a 40 The following variables are defined in dpost.ps and may help when you're building
|
| /onnv/onnv-gate/usr/src/cmd/sa/ |
| README | 14 # When distributing Covered Code, include this CDDL HEADER in each 40 the daily data file when UNIX restarts.
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postscript/ |
| README | 14 # When distributing Covered Code, include this CDDL HEADER in each 24 (ie. LIBDIR in ../Makefile) when you do an install. 44 the prologue, while in the second it's made when procedure setup is executed.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
| ops.pm | 26 ops - Perl pragma to restrict unsafe operations when compiling
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/ |
| bytes.pm | 36 which works just like it when bytes.pm exists and everywhere else it
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| sync_instruction_memory.s | 13 * When distributing Covered Code, include this CDDL HEADER in each 63 ! when we get here, we have executed 3 instructions after the
|