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

1234567891011>>

/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/contrib/bmake/unit-tests/
H A Dposix.exp1 Posix says we should execute the command as if run by system(3)
6 a command prefixed by '+' executes even with -n
10 echo "a command prefixed by '+' executes even with -n"
11 a command prefixed by '+' executes even with -n
16 echo "a command prefixed by '+' executes even with -n"
17 a command prefixed by '+' executes even with -n
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh54 /* generated by MKexpanded.sh */
/freebsd-10-stable/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-stable/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def48 means the following. If tick on that box is 10,000, by making the value 9999
53 If 'tick' on that box is 10,000,000 then by setting it to 9999779 the drift
56 @code{calc_tickadj} tries to determine the the tick value by using
/freebsd-10-stable/contrib/groff/font/devps/generate/
H A Dsymbol.sed16 /^C .*[ ;]N parenleftex[ ;]/by
17 /^C .*[ ;]N parenrightex[ ;]/by
/freebsd-10-stable/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.
/freebsd-10-stable/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-stable/contrib/sendmail/cf/sh/
H A Dmakeinfo.sh57 echo '#####' built by $user@$host
/freebsd-10-stable/crypto/openssl/util/
H A Dmkbuildinf.pl9 /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
/freebsd-10-stable/contrib/sqlite3/tea/
H A Dconfigure.ac2 dnl This file is an input file used by the GNU "autoconf" program to
10 # need to modify this file are marked by the string __CHANGE__
49 # Handle the --prefix=... option by defaulting to what Tcl gave.
57 # This sets up CC by using the CC env var, or looks for gcc otherwise.
126 # Not automatically added by Tcl because its assumed Tcl links to them,
178 # depends on values set by the TEA_ENABLE_SHARED, TEA_ENABLE_SYMBOLS,
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/share/mk/
H A Dsuite.test.mk21 # programs built by the Makefile and is installed into TESTSDIR. This is the
29 # The name provided here must match one of the interface names supported by
61 echo '-- Automatically generated by bsd.test.mk.'; \
89 # This target, by necessity, can only work for native builds (i.e. a FreeBSD
93 # Due to the dependencies of the binaries built by the source tree and how they
94 # are used by tests, it is highly possible for a execution of "make test" to
/freebsd-10-stable/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-stable/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.
/freebsd-10-stable/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.

Completed in 175 milliseconds

1234567891011>>