HomeSort by: relevance | last modified time | path
    Searched refs:by (Results 1 - 25 of 337) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
posix-execution.exp 10 echo 'do-prefix-plus: prefixed by plus'
11 do-prefix-plus: prefixed by plus
15 echo 'do-prefix-plus: prefixed by plus'
16 do-prefix-plus: prefixed by plus
cond-token-number.mk 11 # Even though -0 is a number and would be accepted by strtod, it is not
12 # accepted by the condition parser.
22 # Even though +0 is a number and would be accepted by strtod, it is not
23 # accepted by the condition parser.
33 # Even though -1 is a number and would be accepted by strtod, it is not
34 # accepted by the condition parser.
44 # Even though +1 is a number and would be accepted by strtod, it is not
45 # accepted by the condition parser.
79 # evaluated by either FuncDefined or FuncMake.
varmod-to-abs.mk 9 # into resolving completely unrelated absolute paths by defining a global
14 # This unintended behavior was caused by cached_realpath using a GNode for
23 # The output of the following line is modified by the global _SED_CMDS in
opt-jobs-no-action.mk 21 # The shell attributes are handled by Job_ParseShell.
23 # this is handled by the [0] != '\0' checks in Job_ParseShell.
24 # The '\#' is handled by ParseRawLine.
25 # The '\n' is handled by Str_Words in Job_ParseShell.
26 # The '$$' is handled by Var_Subst in ParseDependencyLine.
60 # not handled by the Job module but by the Compat module, see the
cmdline-redirect-stdin.mk 23 # is actually specified by POSIX, which says that "The read utility shall
25 # reads its input byte by byte, which makes it terribly slow for practical
job-output-long-lines.mk 12 # not terminated by a newline. Because of this missing newline, the job
14 # beginning of a line, even though this is expected by anyone reading the log
directive-misspellings.exp 3 make: directive-misspellings.mk:18: .include filename must be delimited by "" or <>
16 make: directive-misspellings.mk:56: .include filename must be delimited by "" or <>
20 make: directive-misspellings.mk:65: .include filename must be delimited by "" or <>
27 make: directive-misspellings.mk:82: .include filename must be delimited by "" or <>
varmod-quote-dollar.mk 4 # and doubles dollar signs, to prevent them from being interpreted by a
  /src/lib/libcurses/
mvwin.c 19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
100 mvwin(WINDOW *win, int by, int bx)
108 if (by < 0 || by + win->maxy > win->screen->LINES ||
111 dy = by - win->begy;
123 if (by < orig->begy || win->maxy + dy > orig->maxy)
127 win->begy = by;
newwin.c 19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
47 static WINDOW *__makenew(SCREEN *screen, int nlines, int ncols, int by,
49 static WINDOW *__subwin(WINDOW *orig, int nlines, int ncols, int by, int bx,
54 * Create a new window in the same manner as subwin but (by, bx)
58 derwin(WINDOW *orig, int nlines, int ncols, int by, int bx)
61 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
67 * Create a new pad in the same manner as subwin but (by, bx)
71 subpad(WINDOW *orig, int nlines, int ncols, int by, int bx)
74 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
104 newwin(int nlines, int ncols, int by, int bx
    [all...]
  /src/share/mk/
bsd.buildinstall.mk 5 # Used by src/lib/Makefile and src/tools/Makefile.
7 # Compute a list of subdirectories delimited by .WAIT.
  /src/sys/rump/fs/lib/liblayervfs/
Makefile 7 COMMENT=Layer file system support (used by other drivers)
  /src/tests/net/bpf/
Makefile 9 TESTS_C+= t_div-by-zero
  /src/usr.bin/rump_server/
Makefile 10 NOMAN= installed by ../rump_allserver
  /src/sys/sys/
exec_coff.h 17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
119 #define COFF_ROUND(val, by) (((val) + by - 1) & ~(by - 1))
  /src/sys/arch/sun68k/stand/
README 8 The 1st-level program is loaded into memory by the PROM. It loads the second
10 into it by the `installboot' program. The prototype code for the 1st-level
  /src/sys/arch/x68k/stand/libdos/
dos_cerror.S 4 | written by ITOH Yasufumi
dos_procerr.S 4 | written by ITOH Yasufumi
dos_rename.S 4 | written by ITOH Yasufumi
34 | we don't pop arguments since the same args are used by DOS_MOVE below
  /src/sys/rump/dev/lib/libdisk/
Makefile 8 COMMENT=Disk-like device support (used e.g. by file systems)
  /src/sys/arch/arm/xscale/
ixp425-fw.mk 4 # For IXP425 NE support, this file must be included by the board-specific
  /src/lib/libc/gdtoa/
strtold_subr.c 4 * Written by Klaus Klein <kleink@NetBSD.org>, November 16, 2005.
39 #error GDTOA_LD_FMT must be defined by format-specific source file
  /src/sys/lib/libkern/arch/m68k/
skpc.S 8 * This code is derived from software contributed to Berkeley by
24 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
62 addqw #1,%d0 | overshot by one
  /src/common/lib/libc/arch/vax/gen/
udiv.S 5 * This code is derived from software contributed to Berkeley by
20 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
49 jlss Leasy # big divisor: settle by comparison
71 jlss La_easy # big divisor: settle by comparison
  /src/tests/libexec/ld.elf_so/
helper.mk 3 # Makefile fragment for building a helper library used by ld.elf_so

Completed in 246 milliseconds

1 2 3 4 5 6 7 8 91011>>