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

1234567891011>>

/freebsd-10.0-release/contrib/ncurses/include/
H A DMKncurses_def.sh40 # we chose the latter. It is guaranteed by the language standard, and there
50 * This file is generated by $0
H A DMKkey_defs.sh65 key_event kv1 str V1 KEY_EVENT + ----- We were interrupted by an event
70 * These definitions were generated by $0 $DATA
H A DMKparametrized.sh41 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
50 # We detect whether % translations should be done by looking for #[0-9] in the
/freebsd-10.0-release/lib/libkse/test/
H A Dsigsuspend_d.exp3 Sigsuspend woke up by signal 16
5 Sigsuspend woke up by signal 16
7 Sigsuspend woke up by signal 31
9 Sigsuspend woke up by signal 31
H A Dmutex_d.exp25 Destruction of mutex locked by self - PASS
26 Destruction of mutex locked by another thread - PASS
30 Destruction of mutex locked by self - PASS
31 Destruction of mutex locked by another thread - PASS
35 Destruction of mutex locked by self - PASS
36 Destruction of mutex locked by another thread - PASS
40 Destruction of mutex locked by self - PASS
41 Destruction of mutex locked by another thread - PASS
45 Destruction of mutex locked by self - PASS
46 Destruction of mutex locked by anothe
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c46 mvwin(WINDOW *win, int by, int bx) argument
48 T((T_CALLED("mvwin(%p,%d,%d)"), win, by, bx));
68 if ((by - parent->_begy == win->_pary) &&
82 by - parent->_begy,
99 if (by + win->_maxy > screen_lines - 1
101 || by < 0
111 win->_begy = by;
/freebsd-10.0-release/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
7 # Written by William LeFebvre, Group sys Consulting
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh54 /* generated by MKexpanded.sh */
/freebsd-10.0-release/bin/sh/
H A Dmkbuiltins7 # This code is derived from software contributed to Berkeley by
51 * This file was generated by the mkbuiltins program.
80 * This file was generated by the mkbuiltins program.
/freebsd-10.0-release/contrib/groff/font/devps/generate/
H A Dsymbol.sed16 /^C .*[ ;]N parenleftex[ ;]/by
17 /^C .*[ ;]N parenrightex[ ;]/by
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DMemory.inc31 // Note: PAGE_WRITE is not supported by VirtualProtect
46 // Provide a default return value as required by some compilers.
H A DTimeValue.inc35 // This ban may be lifted by either:
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.lotr30 07/04 Gandalf imprisoned by Saruman
32 07/26 Bilbo rescued from Wargs by Eagles
38 09/18 Frodo and company rescued by Bombadil
/freebsd-10.0-release/contrib/sendmail/cf/sh/
H A Dmakeinfo.sh57 echo '#####' built by $user@$host
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkbuildinf.pl9 /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
/freebsd-10.0-release/sys/boot/i386/loader/
H A Dhelp.i38634 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
36 forced by setting this variable.
/freebsd-10.0-release/sys/boot/pc98/loader/
H A Dhelp.pc9834 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
36 forced by setting this variable.
/freebsd-10.0-release/tools/tools/sysdoc/
H A Dsysdoc.sh39 This manual page has been automatically generated by
60 by a set of scripts written by
72 can be left undocumented by those who originally
146 system initialization by using a feature
150 Many values may be altered simply by using the
152 utility followed by a
167 option, altered by using a numerical value of
203 supported by
/freebsd-10.0-release/contrib/bmake/mk/
H A Doptions.mk16 # Inspired by FreeBSD bsd.own.mk, but intentionally simpler and more flexible.
21 # This allows override of an OPTIONS_DEFAULT_YES by adding it to
23 # An OPTIONS_DEFAULT_NO option can only be overridden by putting
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dmaketime.c4 Distributed under license by the Free Software Foundation, Inc.
9 it under the terms of the GNU General Public License as published by
109 int by = b->tm_year + (TM_YEAR_ORIGIN - 1); local
112 ((ay >> 2) - (by >> 2))
113 - (ay/100 - by/100)
114 + ((ay/100 >> 2) - (by/100 >> 2))
116 time_t difference_in_years = ay - by;
131 * Adjust time T by adding SECONDS. SECONDS must be at most 24 hours' worth.
141 * This code can be off by a second if SECONDS is not a multiple of 60,
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm7 ! under the terms of the GNU General Public License as published by the
31 ! the resulting executable to be covered by the GNU General Public License.
33 ! the executable file might be covered by the GNU General Public License.
H A Dsol2-gc1.asm7 ! under the terms of the GNU General Public License as published by the
31 ! the resulting executable to be covered by the GNU General Public License.
33 ! the executable file might be covered by the GNU General Public License.
41 ! information obtained by single stepping executables on other i386 SVR4
44 ! This is a modified crt1.s by J.W.Hawtin <oolon@ankh.org> 15/8/96,
45 ! to allow program profiling, by calling monstartup on entry and _mcleanup
53 ! Start creating the initial frame by pushing a NULL value for the return
73 ! so, register it with atexit() as the last thing to be run by
113 ! the frame pointer. Fetch the argument count into %eax, scale by the
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm5 # under the terms of the GNU General Public License as published by the
29 # the resulting executable to be covered by the GNU General Public License.
31 # the executable file might be covered by the GNU General Public License.
/freebsd-10.0-release/contrib/file/
H A Dcompile8 # Written by Tom Tromey <tromey@cygnus.com>.
11 # it under the terms of the GNU General Public License as published by
25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dcrti.asm5 # under the terms of the GNU General Public License as published by the
29 # the resulting executable to be covered by the GNU General Public License.
31 # the executable file might be covered by the GNU General Public License.
44 # Note - this macro is complemented by the FUNC_END macro

Completed in 144 milliseconds

1234567891011>>