/src/usr.bin/make/unit-tests/ |
dep-exclam.mk | 4 # the target, whether or not it is out of date. 6 # TODO: Is this related to OP_PHONY? 7 # TODO: Is this related to OP_EXEC? 8 # TODO: Is this related to OP_MAKE?
|
opt-ignore.mk | 7 # Is there a situation in which this option is useful?
|
/src/share/mk/ |
bsd.kernobj.mk | 3 # KERNSRCDIR Is the location of the top of the kernel src. 6 # KERNARCHDIR Is the location of the machine dependent kernel sources. 8 # in case ${MACHINE} is not correct. 10 # KERNCONFDIRDEFAULT Is the default for ${KERNCONFDIR}. 13 # KERNCONFDIR Is where the configuration files for kernels are found. 18 # KERNOBJDIR Is the kernel build directory. The kernel GENERIC for 20 # The default is the .OBJDIR of
|
/src/sys/arch/atari/stand/tostools/libtos/ |
bsdstart.S | 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 75 andb #0x50,%d6 | Is this an 68040/68060? 93 btst #3,%d2 | Is this an 68030?
|
/src/sys/arch/amd64/amd64/ |
db_disasm.c | 9 * documentation is hereby granted, provided that both the copyright 14 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" 101 #define Is 20 /* immediate, signed */ 602 /*04*/ { "add", false, BYTE, op2(Is, A), 0 }, 603 /*05*/ { "add", false, LONG, op2(Is, A), 0 }, 620 /*14*/ { "adc", false, BYTE, op2(Is, A), 0 }, 621 /*15*/ { "adc", false, LONG, op2(Is, A), 0 }, 629 /*1c*/ { "sbb", false, BYTE, op2(Is, A), 0 }, 630 /*1d*/ { "sbb", false, LONG, op2(Is, A), 0 }, 647 /*2c*/ { "sub", false, BYTE, op2(Is, A), 0 } [all...] |
/src/sys/arch/i386/i386/ |
db_disasm.c | 9 * documentation is hereby granted, provided that both the copyright 14 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" 83 #define Is 20 /* immediate, signed */ 570 /*04*/ { "add", false, BYTE, op2(Is, A), 0 }, 571 /*05*/ { "add", false, LONG, op2(Is, A), 0 }, 588 /*14*/ { "adc", false, BYTE, op2(Is, A), 0 }, 589 /*15*/ { "adc", false, LONG, op2(Is, A), 0 }, 597 /*1c*/ { "sbb", false, BYTE, op2(Is, A), 0 }, 598 /*1d*/ { "sbb", false, LONG, op2(Is, A), 0 }, 616 /*2d*/ { "sub", false, LONG, op2(Is, A), 0 } [all...] |
/src/sys/external/bsd/gnu-efi/dist/lib/ia32/ |
math.c | 185 cmp eax, Divisor ; Is Rem >= Divisor?
|
/src/sys/external/bsd/gnu-efi/dist/lib/x86_64/ |
math.c | 168 cmp eax, Divisor ; Is Rem >= Divisor?
|
/src/lib/libc/time/ |
tzselect.ksh | 9 # Contributed by Paul Eggert. This file is in the public domain. 15 # Korn shell and is available in Bash and other shell implementations. 34 # The substr avoids problems when VALUE is of the form X=Y and would be 44 # Output one argument as-is to standard output, with trailing newline. 68 Display at most LIMIT locations when -c is used (default $location_limit). 91 # even though it is never executed. 165 # This is false if U+12345 CUNEIFORM SIGN URU TIMES KI has length 1 167 # It is true if the byte string has some other length in characters, or 168 # if this is a POSIX.1-2017 or earlier shell that does not support $'...'. 254 # If output_times is set, each row is instead preceded by its local tim [all...] |
/src/sys/arch/vax/vax/ |
intvec.S | 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 155 # mcheck is the badaddress trap, also called when referencing 190 0: cmpl _C_LABEL(vax_cputype),$1 # Is it a 11/780? 196 1: cmpl _C_LABEL(vax_cputype),$4 # Is it a 8600? 230 * Therefore it is done a fast revalidation of the page if it is 231 * referenced. Trouble here is the hardware bug on KA650 CPUs that 232 * put in a need for an extra check when the fault is gotten during 353 * _sret is used in cpu_set_kpc to jump out to user space first time [all...] |
/src/common/dist/zlib/contrib/ada/ |
zlib.ads | 6 -- This library is free software; you can redistribute it and/or modify -- 11 -- This library is distributed in the hope that it will be useful, but -- 34 package ZLib is 39 type Compression_Level is new Integer range -1 .. 9; 41 type Flush_Mode is private; 43 type Compression_Method is private; 45 type Window_Bits_Type is new Integer range 8 .. 15; 47 type Memory_Level_Type is new Integer range 1 .. 9; 49 type Unsigned_32 is new Interfaces.Unsigned_32; 51 type Strategy_Type is private [all...] |
/src/usr.bin/make/ |
test-variants.mk | 6 # interesting details. The main purpose is to list the available build 112 # Ensure that every inline function is declared as MAKE_ATTR_UNUSED. 116 # Is expected to fail with "<stdbool.h> is included in pre-C99 mode" since 125 # The make source code is _intended_ to be compatible with C90, it uses some 126 # C99 features though (snprintf). The workaround with USE_C99_BOOLEAN is 142 # Another effect is that the shell is run with -q, which prevents the 154 # Turning the optimization off is required because gcov does not work on the 170 # This test is the result of reading through the GCC 10 "Warning Options [all...] |
/src/usr.sbin/sysinst/ |
msg.mi.en | 21 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS'' 69 This menu-driven tool is designed to help you install NetBSD to a hard 90 (After you enter the partition information but before your disk is 100 (This is your last warning before this procedure starts modifying your 113 (This is your last warning before this procedure starts modifying your 205 The NetBSD (or free) part of your disk ($0) is $3. 214 the sizes. On most disks, there is little to gain from 215 cylinder alignment. On very old disks, it is most efficient 222 {You can now change the sizes for the system partitions. The default is [all...] |
/src/sys/arch/mac68k/obio/ |
iwm.s | 15 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 34 * when there is simply no time for interrupt routine processing, 45 * The old status register content is stored on the stack. 55 * so interrupt handling is left to the caller. 86 * e.g. ProDOS disks (there is a hook for such a table in .Sony). 242 tstb %a0@(mtrOff) | ENABLE; make sure drive is off 252 cmpib #iwmMode,%d0 | all is well?? 288 * iwmCheckDrive -- Check if given drive is available and return bit vector 292 * Returns: %d0 Bit 0 - 0 = Drive is single side [all...] |
/src/sys/arch/sparc/sparc/ |
locore.s | 38 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 81 * CCFSZ (C Compiler Frame SiZe) is the size of a stack frame required if 82 * a function is to call C code. It should be just 64, but Sun defined 89 /* We rely on the fact that %lo(CPUINFO_VA) is zero */ 120 * `jmp %l1; rett %l2', which is defined here for convenience. 128 * This is the very first thing in the data segment, and therefore has 132 * stack). One sethi+cmp is all we need since this is so carefully 136 * to determine whether we're already on the interrupt stack is slightl [all...] |
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 6 # This file is free software; the Free Software Foundation gives 8 # modifications, as long as this notice is preserved. 12 # This is free software; see the source for copying conditions. There is NO 15 # GNU Libtool is free software; you can redistribute it and/or modify 21 # distribute this file as part of a program or library that is built 25 # GNU Libtool is distributed in the hope that it will be useful, but 39 # Complain and exit if this libtool version is less that VERSION. 43 [m4_fatal([Libtool version $1 or higher is required], 128 # but that macro is also expanded into generated libtool script, whic [all...] |
/src/sys/arch/sparc64/sparc64/ |
locore.s | 43 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' 100 #define SUN4V_NWINDOWS (SUN4V_N_REG_WINDOWS-1) /* This is an index number, so subtract one */ 274 .space KGDB_STACK_SIZE ! hope this is enough 279 * This stack is used when we detect kernel stack corruption. 287 * romp is the prom entry pointer 288 * romtba is the prom trap table base address 302 * The v9 trap frame is stored in the special trap registers. The 303 * register window is only modified on window overflow, underflow, 316 * there is one line per trap. Sigh [all...] |