Searched refs:on (Results 1 - 25 of 550) sorted by last modified time

1234567891011>>

/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.birthday176 07/04 John Adams and Thomas Jefferson die on same day, 1826
H A Dcalendar.computer24 02/14 First micro-on-a-chip patented (TI), 1978
40 05/16 First report on SNOBOL distributed (within BTL), 1963
54 06/30 First advanced degree on computer related topic: to H. Karamanian,
55 Temple Univ., Phila, 1948, for symbolic differentiation on the ENIAC
73 11/04 UNIVAC I program predicts Eisenhower victory based on 7% of votes, 1952
H A Dcalendar.freebsd77 02/28 Ruslan Makhmatkhanov <rm@FreeBSD.org> born in Rostov-on-Don, USSR, 1984
116 03/31 First quarter status reports are due on 04/15
169 05/22 Michael Bushkov <bushman@FreeBSD.org> born in Rostov-on-Don, Russian Federation, 1985
213 06/30 Second quarter status reports are due on 07/15
293 09/17 Maxim Bolotin <mb@FreeBSD.org> born in Rostov-on-Don, Russian Federation, 1976
305 09/30 Third quarter status reports are due on 10/15
371 12/31 Fourth quarter status reports are due on 01/15
H A Dcalendar.history28 01/11 The Whiskey-A-Go-Go opens on Sunset Boulevard in Los Angeles, 1963
62 02/19 US Marines land on Iwo Jima, 1945
70 02/29 French and Indian raid on Deerfield MA, 1704
123 04/26 William Shakespeare baptized in Stratford-on-Avon, England, 1564,
200 07/04 New York abstains on Declaration of Independence vote, 1776
205 07/07 Terrorists detonate four bombs on London public transport, 2005
216 07/20 Armstrong and Aldrin land on moon, 1969
224 08/01 Lughnasa; Feast of the god Lugh, a 30 day Celtic feast centers on
230 08/04 Britain declares war on Germany starting World War I, 1914
231 08/06 Atomic bomb dropped on Hiroshim
[all...]
H A Dcalendar.music49 02/23 George Friedrich Handel is born in Halle on the Saale, Germany, 1685
73 03/29 Dr. Hook gets a group picture on the cover of "Rolling Stone", 1973
88 04/29 "Hair" premiers on Broadway, 1968
135 07/16 Harry Chapin dies on Long Island Expressway, 1981
187 10/21 Jesus Christ Super Star debuted on Broadway, 1971
192 10/25 The Rolling Stones appear on The Ed Sullivan Show, 1964
230 12/15 Thomas Edison receives patent on the phonograph, 1877
/freebsd-10.0-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.proverbes55 Longtemps apr�s on s'en ressent.
265 est, dit-on, ros�e de vin.
/freebsd-10.0-release/usr.bin/m4/
H A Deval.c209 * alternatives based on the existence of
671 * dotrace - mark some macros as traced/untraced depending upon on.
674 dotrace(const char *argv[], int argc, int on) argument
680 mark_traced(argv[n], on);
682 mark_traced(NULL, on);
933 * expand character ranges on the fly
976 * on the way.
H A Dlook.c248 mark_traced(const char *name, int on) argument
254 if (on)
263 p->trace_flags = on;
/freebsd-10.0-release/usr.bin/svn/lib/libapr/
H A Dapr.h13 * distributed under the License is distributed on an "AS IS" BASIS,
46 * <strong><em>The actual values of macros and typedefs on this page<br>
50 /* So that we can use inline on some critical functions, and use
53 * on earlier stuff, but why chance it.
57 * on, but it doesn't implement half of the things that __GNUC__
287 /* APR sets APR_FILES_AS_SOCKETS to 1 on systems where it is possible
288 * to poll on files/pipes.
329 * In those cases, we need to override types depending on how
336 * against it, some bit sizes will depend on whether
481 * symbol -DAPR_DECLARE_EXPORT to the compiler on som
[all...]
/freebsd-10.0-release/usr.bin/chat/
H A Dchat.c8 * 2 - error on an I/O operation or fatal error condition.
12 * 6 - ... and so on for successive ABORT strings.
29 * We rely on timeouts in that case.
197 * Perform a UUCP-dialer-like chat script on stdin and stdout.
447 fatal(2, "Can't get file mode flags on stdin: %m");
450 fatal(2, "Can't set file mode flags on stdin: %m");
915 chat_logf("abort on (%v)", s);
941 chat_logf("clear abort on (%v)", s);
1035 chat_logf("warning: read() on stdin returned %d", status);
1039 fatal(2, "Can't get file mode flags on stdi
[all...]
/freebsd-10.0-release/release/picobsd/floppy.tree/etc/
H A Dttys13 ttyv0 "/usr/libexec/getty Pc" xterm on secure
15 ttyv1 "/usr/libexec/getty Pc" xterm on secure
16 ttyv2 "/usr/libexec/getty Pc" xterm on secure
17 ttyv3 "/usr/libexec/getty Pc" xterm on secure
18 ttyv4 "/usr/libexec/getty Pc" xterm on secure
19 ttyv5 "/usr/libexec/getty Pc" xterm on secure
20 ttyv6 "/usr/libexec/getty Pc" xterm on secure
21 ttyv7 "/usr/libexec/getty Pc" xterm on secure
22 #ttyv8 "/usr/libexec/getty Pc" xterm on secure
23 #ttyv9 "/usr/libexec/getty Pc" xterm on secur
[all...]
/freebsd-10.0-release/crypto/openssl/
H A DMakefile48 # LOCK_DEBUG - turns on lots of lock debug output :-)
49 # REF_CHECK - turn on some xyz_free() assertions.
50 # REF_PRINT - prints some stuff on structure free.
51 # CRYPTO_MDEBUG - turns on my 'memory leak' detecting stuff
135 # Shared library base address. Currently only used on Windows.
310 echo "There's no support for shared libraries on this platform" >&2; \
318 echo "There's no support for shared libraries on this platform" >&2; \
437 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate );
448 OPENSSL_DEBUG_MEMORY=on; \
458 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CON
[all...]
H A DMakefile.org46 # LOCK_DEBUG - turns on lots of lock debug output :-)
47 # REF_CHECK - turn on some xyz_free() assertions.
48 # REF_PRINT - prints some stuff on structure free.
49 # CRYPTO_MDEBUG - turns on my 'memory leak' detecting stuff
133 # Shared library base address. Currently only used on Windows.
308 echo "There's no support for shared libraries on this platform" >&2; \
316 echo "There's no support for shared libraries on this platform" >&2; \
435 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate );
446 OPENSSL_DEBUG_MEMORY=on; \
456 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CON
[all...]
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkerr.pl60 -debug Turn on debugging verbose output on stderr.
108 assuming '-recurse' was NOT specified on the command line.
H A Dpod2man.pl72 Set the section for the C<.TH> macro. The standard conventions on
251 numbering and even/odd paging, at least on some versions of man(7).
485 ''' \\*(L" and \\*(R", except that they are used on ".xx" lines,
519 .\" If the F register is turned on, we'll generate
793 # LREF: an =item on another manpage
805 # LREF: an =item on this manpage
819 # LREF: a =head2 (head1?), maybe on a manpage, maybe right here
830 $1 # if no $1, assume it means on this page.
831 ? "the section on I<$2> in the I<$1> manpage"
832 : "the section on
[all...]
/freebsd-10.0-release/crypto/openssl/util/pl/
H A Dnetware.pl214 # on for further development.
217 -w on -w nolargeargs -w nopossible -w nounusedarg -w nounusedexpr \\
388 # Metrowerks linker choked on this with an assertion failure. bug???
/freebsd-10.0-release/crypto/openssl/apps/
H A Dapps.c677 * on real Windows descriptors, such as those obtained
688 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
833 BIO_printf(err,"Error reading header on certificate\n");
1834 "error on line %ld of db attribute file '%s'\n"
2337 /* on some platforms time_t may be a float */
2733 * outlen: (output) set to the length of the resulting buffer on success.
2734 * err: (maybe NULL) on failure, an error message line is written to this BIO.
2737 * returns: a malloced buffer or NULL on failure.
2867 "this program on idle system.\n");
2903 "this program on idl
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Db_sock.c95 * uses non-C calling convention, __stdcall vs. __cdecl, on x86
837 * that have socklen_t and there are platforms that don't, on
838 * some platforms socklen_t is int and on some size_t. So what
844 * assignment naturally does the job on little-endian platforms
945 int BIO_set_tcp_ndelay(int s, int on) argument
959 ret=setsockopt(s,opt,TCP_NODELAY,(char *)&on,sizeof(on));
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dsparccpuid.S23 ! resides on the stack, toward lower addresses]. To facilitate for
44 ! to determine if the CPU the code is executing on is V8- or
247 ! is slow (documented to be 6 cycles on T2) and the core is in-order
258 ! fmul8ulx16, which is emulated on T1 and as such accounts for quite
259 ! a lot of %tick-s, couple of thousand on Linux...
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_pss.c264 /* Generate dbMask in place then perform XOR on it */
299 #pragma optimize("",on)
/freebsd-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl6 # CRYPTOGAMS licenses depending on where you obtain it. For further
16 # on Itanium 2, which is >90% better than Microsoft compiler generated
24 # "528B" variant on Itanium 2 for following reason. Because number of
50 # Loop is scheduled for 6 ticks on Itanium 2 and 8 on Itanium, i.e.
142 add Hhi=1,Xi };; // pipeline flush on Itanium
H A Dghash-parisc.pl6 # CRYPTOGAMS licenses depending on where you obtain it. For further
17 # 8 cycles, but measured performance on PA-8600 system is ~9 cycles per
118 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
373 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
/freebsd-10.0-release/crypto/openssl/crypto/objects/
H A Do_names.c157 OBJ_NAME on,*ret; local
166 on.name=name;
167 on.type=type;
171 ret=lh_OBJ_NAME_retrieve(names_lh,&on);
176 on.name=ret->data;
235 OBJ_NAME on,*ret; local
240 on.name=name;
241 on.type=type;
242 ret=lh_OBJ_NAME_delete(names_lh,&on);
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl6 # CRYPTOGAMS licenses depending on where you obtain it. For further
12 # sha512_block runs in 1003 cycles on Itanium 2, which is almost 50%
23 # are spent on extra work to provide for 32-bit rotations. 32-bit
46 # (*) 2 cycles on Itanium 1 and 1 cycle on Itanium 2. But I schedule
48 # because on Itanium 1 stall on MM result is accompanied by
509 // pipeline flush in last bundle. Note that even on Itanium2 the
H A Dsha512-parisc.pl6 # CRYPTOGAMS licenses depending on where you obtain it. For further
14 # SHA256 performance is >75% better than gcc 3.2 generated code on
17 # virtually same performance in 32-bit build on PA-8600.
19 # SHA512 performance is >2.9x better than gcc 3.2 generated code on
21 # code is executed on PA-RISC 2.0 processor and switches to 64-bit
24 # vendor compiler on PA-8600...
270 extrd,u,*= $t1,%sar,1,$t1 ; executes on PA-RISC 1.0

Completed in 136 milliseconds

1234567891011>>