Searched refs:after (Results 1 - 25 of 204) sorted by relevance

123456789

/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d42 after[0] = 0x2211LL;
43 after[1] = 0x44332211LL;
44 after[2] = 0x8877665544332211LL;
46 after[0] = 0x1122LL;
47 after[1] = 0x11223344LL;
48 after[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[
[all...]
/opensolaris-onvv-gate/usr/src/ucbcmd/rusage/
H A Drusage.c58 struct timeval before, after; local
98 (void) gettimeofday(&after, &tz);
108 after.tv_sec -= before.tv_sec;
109 after.tv_usec -= before.tv_usec;
110 if (after.tv_usec < 0) {
111 after.tv_sec--;
112 after.tv_usec += 1000000;
114 fprintt(gettext("real"), &after);
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/unwind/
H A Dunwind_frame.s58 mov %o1, %i1 ! handler address -> %o1 after restore
59 restore %o0, %g0, %o0 ! handler arg -> %o0 after restore
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_ordering.c90 after(gssint_uint64 n1, gssint_uint64 n2, gssint_uint64 mask) function
129 queue_insert(queue *q, int after, gssint_uint64 seqnum) argument
135 /* common case: at end, after == q->start+q->length-1 */
137 /* move all the elements (after,last] up one slot */
139 for (i=q->start+q->length-1; i>after; i--)
142 /* fill in slot after+1 */
144 QELEM(q,after+1) = seqnum;
213 if (after(seqnum, expected, q->mask)) {
222 if (after(QELEM(q,q->start), seqnum, q->mask)) {
238 if (after(seqnu
[all...]
/opensolaris-onvv-gate/usr/src/lib/libinetutil/common/
H A Dtq.c87 iu_timer_node_t *after = NULL; local
90 * find the node to insert this new node "after". we do this
102 for (after = tq->iutq_head; after->iutn_next != NULL;
103 after = after->iutn_next)
104 if (after->iutn_next->iutn_abs_timeout >
108 node->iutn_next = after ? after->iutn_next : tq->iutq_head;
109 node->iutn_prev = after;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/time/
H A Dtime.c74 clock_t before, after; local
123 after = times(&buffer);
127 (double)(after-before)/clock_tick,
131 printt("real", (after-before));
/opensolaris-onvv-gate/usr/src/lib/libresolv2/include/isc/
H A Dlist.h101 #define INSERT_AFTER(list, after, elt, link) \
104 if ((after)->link.next == NULL) \
107 (elt)->link.next = (after)->link.next; \
108 (after)->link.next = (elt); \
110 (elt)->link.prev = (after); \
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c92 * if *after == NULL, then this is the ``initial case'',
95 * if *after != NULL, we have the normal case, and
97 * if *after is not a version name found among the buckets,
101 * If either version or after is NULL, it's a programmer error.
104 add_parent(const char *version, const char *after, int weak) argument
110 assert(after != NULL, "passed a null after to add_parent");
111 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak);
117 if (*after == '\0') {
125 if ((child = find_in_hashmap(after))
147 add_uncle(const char *version, const char *after, int weak) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dvar.c34 char *get_variable(string, after, line)
35 char *string, **after;
62 if (after != NULL)
63 *after = t;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dtermcap.pl118 local($after) = '';
134 ++$tmp, $after .= $TC{'up'} if $TC{'up'};
137 ++$tmp, $after .= $TC{'bc'};
175 $result . $string . $after;
H A DSelfLoader.pm52 # $endlines is used by Devel::SelfStubber to capture lines after __END__
103 # Devel::SelfStubber would like us to capture the lines after
149 autoloaded from after the C<__DATA__> token. See also
155 for compilation is finished. Everything after the C<__DATA__> token
159 package 'main', but for other modules data after C<__END__> is not
160 automatically retrievable, whereas data after C<__DATA__> is.
170 then the C<DATA> filehandle is set to access the data after the C<__DATA__>
171 in the module, _not_ the data after the C<__END__> token in the 'main'
177 token I<after> perl code which needs to be compiled and
183 load in the data after
[all...]
/opensolaris-onvv-gate/usr/src/xmod/
H A DREADME37 cry_files - files saved after 'make CRYPT_SRC' in usr/src. They can
/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A Dio.c142 int before, after; local
160 after = ebase[p1] - VERT(EM(0.2, ps));
162 after = ebase[p1] - VERT(1);
164 if (spaceval == NULL && after > 0)
165 printf("\\x'%du'", after);
/opensolaris-onvv-gate/usr/src/cmd/devinfo/
H A Ddevinfo.c238 static char after[] = "\n"; local
245 (void) write(STDERR, after, (uint_t)strlen(after));
/opensolaris-onvv-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging34 A-06. What are those weird characters after the comma in my passwd file?
37 user to change passwords after a system administrator-specified period
47 Note the comma in the encrypted password field. The characters after
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s63 jae LABEL(1after)
89 LABEL(1after):
93 jae LABEL(8after)
124 LABEL(8after):
128 ja LABEL(32after)
169 LABEL(32after):
252 ja LABEL(64after)
262 LABEL(64after):
/opensolaris-onvv-gate/usr/src/cmd/audio/include/
H A DAudioList.h59 AudioListEntry* after); // link after this one
/opensolaris-onvv-gate/usr/src/cmd/audio/utilities/
H A DAudioList.cc75 AudioListEntry* after) // link after this one
78 prev = after;
79 next = after->next;
80 after->next = this;
74 link( AudioListEntry* after) argument
/opensolaris-onvv-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s101 movl 4(%esp),%edx / first parameter after return addr
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s63 ! when we get here, we have executed 3 instructions after the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dutf8decode.t72 3.2.1 n "\xc0 \xc1 \xc2 \xc3 \xc4 \xc5 \xc6 \xc7 \xc8 \xc9 \xca \xcb \xcc \xcd \xce \xcf \xd0 \xd1 \xd2 \xd3 \xd4 \xd5 \xd6 \xd7 \xd8 \xd9 \xda \xdb \xdc \xdd \xde \xdf " - 64 c0:20:c1:20:c2:20:c3:20:c4:20:c5:20:c6:20:c7:20:c8:20:c9:20:ca:20:cb:20:cc:20:cd:20:ce:20:cf:20:d0:20:d1:20:d2:20:d3:20:d4:20:d5:20:d6:20:d7:20:d8:20:d9:20:da:20:db:20:dc:20:dd:20:de:20:df:20 - unexpected non-continuation byte 0x20 after start byte 0xc0
73 3.2.2 n "\xe0 \xe1 \xe2 \xe3 \xe4 \xe5 \xe6 \xe7 \xe8 \xe9 \xea \xeb \xec \xed \xee \xef " - 32 e0:20:e1:20:e2:20:e3:20:e4:20:e5:20:e6:20:e7:20:e8:20:e9:20:ea:20:eb:20:ec:20:ed:20:ee:20:ef:20 - unexpected non-continuation byte 0x20 after start byte 0xe0
74 3.2.3 n "\xf0 \xf1 \xf2 \xf3 \xf4 \xf5 \xf6 \xf7 " - 16 f0:20:f1:20:f2:20:f3:20:f4:20:f5:20:f6:20:f7:20 - unexpected non-continuation byte 0x20 after start byte 0xf0
75 3.2.4 n "\xf8 \xf9 \xfa \xfb " - 8 f8:20:f9:20:fa:20:fb:20 - unexpected non-continuation byte 0x20 after start byte 0xf8
76 3.2.5 n "\xfc \xfd " - 4 fc:20:fd:20 - unexpected non-continuation byte 0x20 after start byte 0xfc
89 3.4.1 n "\xc0\xe0\x80\xf0\x80\x80\xf8\x80\x80\x80\xfc\x80\x80\x80\x80\xdf\xef\xbf\xf7\xbf\xbf\xfb\xbf\xbf\xbf\xfd\xbf\xbf\xbf\xbf" - 30 c0:e0:80:f0:80:80:f8:80:80:80:fc:80:80:80:80:df:ef:bf:f7:bf:bf:fb:bf:bf:bf:fd:bf:bf:bf:bf - unexpected non-continuation byte 0xe0 after start byte 0xc0
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
H A Djperl.t36 # euc-jp in \x format but after the pragma. But this one will be converted!
52 isnt($Enamae, $Ynamae, q{before and after});
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan31 the others, and then exits after it finishes the task. The script
/opensolaris-onvv-gate/usr/src/cmd/vi/
H A DREADME46 ** usrpath is where the preserved files are held after
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dcaps47 eat_newline_glitch, "xenl" "xn" newline ignored after 80 cols (Concept)
190 insert_padding, "ip" "ip" Insert pad after character inserted (*)

Completed in 267 milliseconds

123456789