Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 248) sorted by relevance

12345678910

/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d37 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 …]
/titanic_50/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME358 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 translation
495 hidparser: scanner: lexical analyzer found 0x9 before translation
[all …]
/titanic_50/usr/src/ucbcmd/rusage/
H A Drusage.c58 struct timeval before, after; in main() local
71 (void) gettimeofday(&before, &tz); in main()
108 after.tv_sec -= before.tv_sec; in main()
109 after.tv_usec -= before.tv_usec; in main()
/titanic_50/usr/src/cmd/time/
H A Dtime.c74 clock_t before, after; in main() local
101 before = times(&buffer); in main()
127 (double)(after-before)/clock_tick, in main()
131 printt("real", (after-before)); in main()
/titanic_50/usr/src/lib/libresolv2/include/isc/
H A Dlist.h88 #define INSERT_BEFORE(list, before, elt, link) \ argument
91 if ((before)->link.prev == NULL) \
94 (elt)->link.prev = (before)->link.prev; \
95 (before)->link.prev = (elt); \
97 (elt)->link.next = (before); \
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out1 before open
14 before compile
20 before enable
25 before go
33 before go, running: false
/titanic_50/usr/src/cmd/eqn/
H A Dio.c142 int before, after; in putout() local
149 before = eht[p1] - ebase[p1] - VERT(EM(1.2, ps)); in putout()
151 before = eht[p1] - ebase[p1] - VERT(3); /* 3 = 1.5 lines */ in putout()
155 else if (before > 0) in putout()
156 printf("\\x'0-%du'", before); in putout()
/titanic_50/usr/src/cmd/make/bin/
H A Ddosys.cc84 timestruc_t before; in dosys() local
117 before = make_state->stat.time; in dosys()
145 if (before == make_state->stat.time) { in dosys()
/titanic_50/usr/src/test/zfs-tests/tests/functional/atime/
H A Datime_common.kshlib43 typeset before=$($LS -Eu $filename | $AWK '{print $7}')
47 if [[ $before != $after ]]; then
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_log.c114 struct stat before; in _nscd_set_lf() local
116 if (lstat(lf, &before) < 0) { in _nscd_set_lf()
124 if (S_ISREG(before.st_mode) && /* no symbolic links */ in _nscd_set_lf()
125 (before.st_nlink == 1) && /* no hard links */ in _nscd_set_lf()
126 (before.st_uid == 0)) { /* owned by root */ in _nscd_set_lf()
/titanic_50/usr/src/cmd/login/
H A Dlogin.dfl57 # TIMEOUT sets the number of seconds (between 0 and 900) to wait before
73 # wait before printing the "login incorrect" message when a
86 # allowed before login exits. Default is 5 and maximum is 15.
94 # login attempts will be allowed by the system before a failed login
/titanic_50/usr/src/cmd/sa/
H A Dtimex.c64 hrtime_t before, after, timediff; in main() local
123 before = gethrtime(); in main()
146 timediff = after - before; in main()
/titanic_50/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state35 # <property source before command> <property src after command>
36 # <property source before command> <property src after command>
51 # <property src before command>
53 # the properties before <command> is executed. This
/titanic_50/usr/src/lib/libsqlite/test/
H A Dlaststmtchanges.test144 # 4.x - tests with before delete trigger
146 # LSCC changed properly on delete from table containing before trigger
151 create trigger r1 before delete on t1 for each row begin
161 # LSCC unchanged upon entry into before delete trigger
168 # LSCC changed properly by insert within context of before delete trigger
H A Dlimit.test227 } {1 {LIMIT clause should come after UNION ALL not before}}
232 } {1 {LIMIT clause should come after UNION not before}}
237 } {1 {LIMIT clause should come after EXCEPT not before}}
242 } {1 {LIMIT clause should come after INTERSECT not before}}
301 # occur before both the limit and the offset. Ticket #749.
/titanic_50/usr/src/lib/libcmd/common/
H A Dchgrp.c232 unsigned long before; in b_chgrp() local
241 before = ~0; in b_chgrp()
267 before = st.st_mtime; in b_chgrp()
391 if ((unsigned long)ent->fts_statp->st_ctime >= before) in b_chgrp()
/titanic_50/usr/src/cmd/power/
H A Dsysidpm.po33 # gettext before being passed to ckyorn.
47 # gettext before being passed to ckyorn.
51 "reboot?\\n\\t(This gives you the chance to try it before deciding "
/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.clear.d.out1 Aggregation data before clear():
H A Dtst.cleardenormalize.d.out1 Denormalized data before clear:
H A Dtst.clearnormalize.d.out1 Normalized data before clear:
/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample73 # WARNING: This file is read before default routes are established, and
74 # before any naming services have been started. The
77 # is reachable via routing information before ipsecconf(1m)
/titanic_50/usr/src/cmd/sendmail/cf/m4/
H A Dcfhead.m4117 …, `PUSHDIVERT(-1)ifdef(`_MAILER_DEFINED_',`errprint(`*** ERROR: FEATURE() should be before MAILER()
165 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_SRV_FEATURES
171 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_TRY_TLS
177 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_TLS_RCPT
183 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_TLS_CLIENT
189 ifdef(`_MAILER_DEFINED_',,`errprint(`*** WARNING: MAILER() should be before LOCAL_TLS_SERVER
/titanic_50/usr/src/grub/grub-0.97/
H A DTODO16 Things that should be done before 1.0:
28 Things that should _not_ be done before 1.0:
73 expert before turning on the support. Any volunteers?)
/titanic_50/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c370 clock_t before; in get_pfkey_reply() local
403 before = times(&unused); in get_pfkey_reply()
432 diff = (double)(after - before)/(double)CLK_TCK; in get_pfkey_reply()
/titanic_50/usr/src/cmd/lp/filter/postscript/
H A DREADME26 equivalently, check the comments at the beginning of Makefile before you build
30 the pathnames defined in common/path.h before compiling the programs. If you're
65 before the install will work. If you're just interested in part of the package
72 many of the definitions made in Makefile before they're guaranteed to work. As
75 before any of the other makefiles are used.
86 choices, so before you do anything else, check the following definitions in
116 before doing a compile.
138 option before compiling the programs.
298 to 2 before compiling dpost - which is what I've supplied. Speeding up the default

12345678910