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

  /src/usr.bin/make/unit-tests/
comment.mk 13 on and on.
23 .endif # And after the closing directive.
52 .if ${VAR} != "\#" # And in the comparison.
varmod-no-match.mk 22 # matches a word, the only effect is that the string is split into words and
23 # then joined again, thereby normalizing whitespace around and between the
24 # words. And even though the 'N' in ':N' might serve as a mnemonic for
80 # situation as the '!' adds another level of negations, and the word 'empty'
83 # '$' and is thus more difficult to spot quickly.
cond-short.mk 5 # This is called 'short-circuit evaluation' and is the usual evaluation
7 # distinguishes between the operators 'And', 'And Then', 'Or', 'Or Else'.
10 # evaluated, which was wrong. In cond.c 1.69 and var.c 1.197 on 2015-10-11,
12 # possible to skip evaluation of irrelevant expressions and only
27 # evaluate at all' and 'allow undefined variables' led to the unexpected
35 .if 0 && ${echo "unexpected and" 1>&2 :L:sh}
38 .if 1 && ${echo "expected and" 1>&2 :L:sh}
41 .if 0 && exists(nonexistent${echo "unexpected and exists" 1>&2 :L:sh})
44 .if 1 && exists(nonexistent${echo "expected and exists" 1>&2 :L:sh}
    [all...]
varmod-match-escape.mk 3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
7 # Apart from the different and possibly confusing debug output, there is no
8 # difference in behavior. When parsing the modifier text, only \{, \} and \:
9 # are unescaped, and in the pattern matching these have the same meaning as
10 # their plain variants '{', '}' and ':'. In the pattern matching from
20 # And now both cases combined: A single modifier with both an escaped ':'
32 # is parsed, resulting in ':' and needSubst=true. After that, the escaped
33 # ':' is seen, and this time, copy=true is not executed but stays copy=false.
34 # Therefore the escaped ':' is kept as-is, and the final pattern becomes
49 # :M and :N modifiers is written as '$$', not as '\$'. This is confusing
    [all...]
varmod-subst-regex.mk 50 # It matches once in the second word, and the \0\0 doubles that word.
52 # and since the matches must not overlap, the next possible match would
54 # and that cannot match the regular expression "..". Therefore only the
64 # Up to 2020-08-28, the manual page said that the modifiers '1' and 'g'
66 # 'g' and '1' at the same time.
133 # error message and (as of 2020-08-28) stops parsing in the middle of the
135 # verbatim to the output, which is unexpected and can lead to strange shell
141 # parsing and execution as if nothing bad had happened.
163 # and the faulty expression expands to "".
175 # combination of alternative matches and capturing groups was seldom used, i
    [all...]
cond-token-plain.mk 14 # condition since comment parsing is done in an early phase and removes the
15 # '#' and everything after it long before the condition parser gets to see it.
24 # This prevents the comment parser from removing it, and in turn, it becomes
30 # Since 2002-12-30, and still as of 2020-09-11, CondParser_Token handles
56 # condition as a comment? And why only at the beginning of a token,
88 # Only the comparison operator terminates the comparison operand, and it's
92 # The characters '&' and '|' are part of the comparison operand.
105 # expect+1: A bare word is treated like defined(...), and the variable 'bare' is not defined.
106 . info A bare word is treated like defined(...), and the variable $\
138 # expect+1: Numbers can be composed from literals and expressions
    [all...]
  /src/sys/arch/x68k/stand/xxboot/
boot.S 8 | the boot partition to 0x3000. And jump to there.
11 | /boot from its filesystem to 0x6000. And jump to there.
43 | - must use RELOC() macro to access bss section (and first_kbyte as a jump
78 | This will be printed on boot_error. And it also roles
88 | Disklabel must be placed at 0x40 and the size is 404 bytes.
130 | Here the above "subw %a1,%d0" = 0x9049 and %d0.w = -1 at this
248 | There seems to be no interface or consensus about this and
255 | SCSI IPLs (genuine and SxSI):
337 | Print an error message, wait for key press, and reboot.
344 | Print an error message, wait for key press, and reboot
    [all...]
  /src/sys/arch/atari/dev/
hdfd_intr.s 11 * Redistribution and use in source and binary forms, with or without
15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
18 * documentation and/or other materials provided with the distribution.
20 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
72 jra 1b | And get out..
    [all...]
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 5 * Redistribution and use in source and binary forms, with or without modification,
9 * this list of conditions and the following disclaimer.
11 * this list of conditions and the following disclaimer in the documentation
12 * and/or other materials provided with the distribution.
17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
92 grammar.asl 6800: And (Local0, 1, Local0) // Local0 &=
    [all...]
  /src/sys/arch/x68k/stand/boot_ufs/
boot.S 12 | the boot partition to 0x3000. And jump to there.
15 | /boot from its filesystem to 0x6000. And jump to there.
95 | we use 68020 instructions, and check MPU beforehand
97 | here d0.w = -1, and the above "subw a1,d0" = 0x9049, and
135 moveml %d0-%d1,RELOC(FDSECMINMAX) | min and max sec #
159 | print error message, wait for key press and reboot
211 | SCSI IPLs (genuine and SxSI):
401 lsll #1,%d2 | X flag and d2: pos in 256byte-blocks
506 | small and slow memcpy..
    [all...]
  /src/common/dist/zlib/
make_vms.com 57 $ axp = f$getsyi("HW_MODEL").ge.1024 .and. f$getsyi("HW_MODEL").lt.4096
61 $! Why is this needed? And if it is needed, why not simply ".not. vax"?
108 $! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX?
298 $! Check command line options and set symbols accordingly
340 if (cc_com .nes. "DECC") .and. -
341 (cc_com .nes. "VAXC") .and. -
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
385 $ its_gnuc = .not. (its_decc .or. its_vaxc) .and. (f$trnlnm("gnu_cc") .nes. "")
478 $! Read list of core library sources from makefile.in and create options
506 $! Take record extracted in crea_olist and split it into single filename
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
r8a77995-draak.dts 230 * and R-Car Sound uses AUDIO_CLKB.
233 * And this VI4_FIELD/SCIF_CLK/AUDIO_CLKB is connected to SW60.
355 * CVBS and HDMI inputs through SW[49-53]
422 * CVBS and HDMI inputs through SW[49-53]
  /src/share/mk/
bsd.x11.mk 168 # Commandline to convert 'XCOMM' comments and 'XHASH' to '#', among other
210 # Used by pkg-config and manual handling to ensure we picked up all
214 # or between a tab(@) and .TE.
232 # Also, the consumer can use PKGDIST alone, and a PKGCONFIG will be
233 # derived from it. Many times, PKGDIST is capitalized and PKGCONFIG is
278 # And yes, it has to be split in multiple parts otherwise it's
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 7 * Redistribution and use in source and binary forms, with or without
11 * notice, this list of conditions and the following disclaimer.
13 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
15 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 #endif /* LIBC_SCCS and not lint */
191 and %l0, 7, %l4 ! Shift amount
205 and %l3, 0x38, %l3
210 * the shifts require EU0 and cannot be paired, and you hav
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 8 * The President and Fellows of Harvard College.
15 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
24 * Redistribution and use in source and binary forms, with or without
28 * notice, this list of conditions and the following disclaimer.
30 * notice, this list of conditions and the following disclaimer in the
31 * documentation and/or other materials provided with the
36 * California, Berkeley and its contributors.
43 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS''
44 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 13 # GNU Libtool is free software; you can redistribute it and/or modify
69 # General shell script boiler plate, and helper functions.
76 # This program is free software; you can redistribute it and/or modify
102 # the functions and variables defined here:
184 # CHECK_FUNC should accept the path to a candidate program, and
351 # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'.
369 # functions in the '^func_' namespace, and the '^require_' namespace
374 # results into a variable named after the function, and often use
377 # should continue to work as you expect. And, of course, you can freely
404 # is ksh but when the shell is invoked as "sh" and the current value o
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 10 # GNU Libtool is free software; you can redistribute it and/or modify
38 # --features display basic configuration information and exit
65 # When reporting a bug, please describe a test case to reproduce it and
91 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
130 # is ksh but when the shell is invoked as "sh" and the current value of
185 # perform func_basename and func_dirname in a single function
194 # and func_basename. For efficiency, we do not delegate to
210 # strip PREFIX and SUFFIX off of NAME.
211 # PREFIX and SUFFIX must not contain globbing or regex special
235 # Remove doubled-up and trailing slashes, "." path components
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 7 # unlimited permission to copy and/or distribute it, with or without
15 # GNU Libtool is free software; you can redistribute it and/or modify
39 # Complain and exit if this libtool version is less that VERSION.
109 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
129 # arranges for $SED and $ECHO to be set by different means.
141 # It is okay to use these file commands and assume they have been set
192 # See if we are running on zsh, and set the options that allow our
282 # Note that this code is called both from 'configure', and 'config.status'
299 # in macros and then make a single call at the end using the 'libtool'
339 # Add leading comment marks to the start of each line, and a trailin
    [all...]

Completed in 22 milliseconds