HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
tst.hton.d 37 before[0] = 0x1122LL;
38 before[1] = 0x11223344LL;
39 before[2] = 0x1122334455667788LL;
53 /after[0] != htons(before[0])/
55 printf("%x rather than %x", htons(before[0]), after[0]);
60 /after[0] != ntohs(before[0])/
62 printf("%x rather than %x", ntohs(before[0]), after[0]);
67 /after[1] != htonl(before[1])/
69 printf("%x rather than %x", htonl(before[1]), after[1]);
74 /after[1] != ntohl(before[1])
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/
README.build 25 before doing a "make".
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
demo4.pl 9 sub foo : Purpose(to foo all data before barring it) { }
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
subs.pm 18 even before they're declared.
  /onnv/onnv-gate/usr/src/ucbcmd/rusage/
rusage.c 58 struct timeval before, after; local
71 (void) gettimeofday(&before, &tz);
108 after.tv_sec -= before.tv_sec;
109 after.tv_usec -= before.tv_usec;
  /onnv/onnv-gate/usr/src/cmd/time/
time.c 74 clock_t before, after; local
101 before = times(&buffer);
127 (double)(after-before)/clock_tick,
131 printt("real", (after-before));
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u/common/
memset.s 64 mov %o0, %o5 ! copy sp1 before using it
  /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u-us3/common/
memset.s 65 mov %o0, %o5 ! copy sp1 before using it
  /onnv/onnv-gate/usr/src/lib/libresolv2/include/isc/
list.h 88 #define INSERT_BEFORE(list, before, elt, link) \
91 if ((before)->link.prev == NULL) \
94 (elt)->link.prev = (before)->link.prev; \
95 (before)->link.prev = (elt); \
97 (elt)->link.next = (before); \
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/hidparser/
README 84 attribute' list). Before we start on the next item the local item list will
358 hidparser: scanner: lexical analyzer found 0x5 before translation
381 hidparser: scanner: lexical analyzer found 0x9 before translation
393 hidparser: scanner: lexical analyzer found 0xa1 before translation
412 hidparser: scanner: lexical analyzer found 0xa1 before translation
455 hidparser: scanner: lexical analyzer found 0x85 before translation
470 hidparser: scanner: lexical analyzer found 0x16 before translation
477 hidparser: scanner: lexical analyzer found 0x26 before translation
483 hidparser: scanner: lexical analyzer found 0x9 before translation
489 hidparser: scanner: lexical analyzer found 0x9 before translatio
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
testlib.pm 30 After an extension has been built and before it is installed it may be
  /onnv/onnv-gate/usr/src/cmd/eqn/
io.c 145 int before, after; local
152 before = eht[p1] - ebase[p1] - VERT(EM(1.2, ps));
154 before = eht[p1] - ebase[p1] - VERT(3); /* 3 = 1.5 lines */
158 else if (before > 0)
159 printf("\\x'0-%du'", before);
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefslog/
cachefslog.c 175 int before = 0; local
199 if (! before)
201 before = 1;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
attrs.pm 46 argument before execution. When set on a non-method subroutine,
47 perl ensures that a lock is taken on the subroutine itself before
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
compress.pm 38 This DBM filter will compress all data before it is written to the database
  /onnv/onnv-gate/usr/src/cmd/sendmail/
READ_ME 33 before proceeding with your installation. If you have read these
34 before, you should still read through the second one again anyhow,
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
smp-imps.h 20 #error Must include "apic.h" before "smp-imps.h"
191 * Call this during the early stages of OS startup, before memory can
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
memset.s 47 orl %edx,%eax / get introduced as before
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
memset.s 56 mov %o0, %o5 ! copy sp before using it
  /onnv/onnv-gate/usr/src/cmd/sendmail/cf/m4/
cfhead.m4 119 define(`FEATURE', `PUSHDIVERT(-1)ifdef(`_MAILER_DEFINED_',`errprint(`*** ERROR: FEATURE() should be before MAILER()
167 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_SRV_FEATURES
173 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_TRY_TLS
179 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_TLS_RCPT
185 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_TLS_CLIENT
191 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_TLS_SERVER
  /onnv/onnv-gate/usr/src/cmd/nscd/
nscd_log.c 114 struct stat before; local
116 if (lstat(lf, &before) < 0) {
124 if (S_ISREG(before.st_mode) && /* no symbolic links */
125 (before.st_nlink == 1) && /* no hard links */
126 (before.st_uid == 0)) { /* owned by root */
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
README 41 it as the default initialize splitme (near line 132 in postio.c) to TRUE before
47 postio.h) before you compile postio.
52 in postio.c) to TRUE before compiling the program.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
jperl.t 52 isnt($Enamae, $Ynamae, q{before and after});
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Plainer.pm 53 This can be used to pre-process Pod before using tools which do not
  /onnv/onnv-gate/usr/src/lib/passwdutil/
README.SunOS-aging 39 a certain number of weeks before changing it.
59 2: Minimum number of weeks a password must be used before changing.

Completed in 1440 milliseconds

1 2 3 4 5 6 7 8