Home
last modified time | relevance | path

Searched full:ordinary (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/freebsd/contrib/bmake/unit-tests/
H A Dcmd-interrupt.mk10 # This happens for ordinary targets as well as for .PHONY targets, even
21 all: interrupt-ordinary
28 @rm -f cmd-interrupt-ordinary cmd-interrupt-phony
31 interrupt-ordinary:
32 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-ordinary || true
34 @echo ${.TARGET}: ${exists(././cmd-interrupt-ordinary) :? error : ok }
50 cmd-interrupt-ordinary:
H A Ddeptgt.mk57 # expect+1: warning: Extra target 'ordinary' ignored
58 .END ordinary:
60 # expect+1: warning: Extra target (ordinary) ignored
61 .PATH ordinary:
64 ordinary .PATH:
H A Dcmd-interrupt.exp1 > cmd-interrupt-ordinary
2 make: *** cmd-interrupt-ordinary removed
3 interrupt-ordinary: ok
H A Dopt-x-reduce-exported.mk9 all: .PHONY ordinary submake
11 ordinary: .PHONY
12 @echo 'ordinary:'
H A Dopt-debug-errors.mk24 # XXX: A newline is turned into an ordinary space in the debug log.
28 # The line continuations in multiline commands are turned into an ordinary
H A Ddeptgt.exp21 make: "deptgt.mk" line 58: warning: Extra target 'ordinary' ignored
22 make: "deptgt.mk" line 61: warning: Extra target (ordinary) ignored
H A Dvarmod-ifelse.mk85 # to var.c, it cannot distinguish this return value from an ordinary empty
144 # modifier ':?'. In an ordinary directive '.if', this would be a parse error.
215 # the '}}' were ordinary characters. When the branch was not taken, the
258 # '}}' as ordinary characters and resulting in 'then2'. The 'else' branch was
259 # parsed in balanced mode, ignoring that the inner '}}' were ordinary
H A Ddirective-for-if.mk41 # ${${cond} :? then : else}, it does not apply to conditions in ordinary .if
80 # ordinary variables, referring to an undefined variable on the left-hand side
H A Ddirective-for-escape.mk80 # the '$$' is an ordinary character and the spaces are not escaped.
106 # { { ordinary text
107 # UNDEF UNDEF ordinary text
109 # U U ordinary text
/freebsd/lib/libc/regex/
H A Dre_format.7155 (matching that character taken as an ordinary character),
159 (matching that character taken as an ordinary character,
166 followed by a character other than a digit is an ordinary
360 ordinary character outside a bracket expression, it is effectively
385 is an ordinary character and there is no equivalent
390 are ordinary characters, and their functionality
410 by themselves ordinary characters.
419 by themselves ordinary characters.
421 is an ordinary character except at the beginning of the
424 is an ordinary character except at the end of the
[all …]
H A Dregex.3126 All characters are thus considered ordinary,
150 By default, newline is a completely ordinary character with no special
177 they are considered ordinary characters.
569 is taken as an ordinary character.
615 followed by a digit is considered an ordinary character.
622 REs are anchors, not ordinary characters.
H A Dregcomp.c136 static void ordinary(struct parse *p, wint_t ch);
535 ordinary(p, wc); in p_ere_exp()
542 case '{': /* okay as ordinary except if digit follows */ in p_ere_exp()
551 ordinary(p, wc); in p_ere_exp()
635 ordinary(p, WGETNEXT()); in p_str()
738 * ordinary interpration of * at the beginning position of in p_bre_pre_parse()
767 * taken as an ordinary character and then revised to be an anchor.
940 * Ordinary if used as the first character beyond BOL anchor of in p_simp_re()
952 ordinary(p, wc); in p_simp_re()
1063 ordinary(p, ch); in p_bracket()
[all …]
/freebsd/contrib/nvi/regex/
H A Dre_format.791 (matching that character taken as an ordinary character),
93 (matching that character taken as an ordinary character,
96 A `{' followed by a character other than a digit is an ordinary
209 ordinary character outside a bracket expression, it is effectively
223 `|', `+', and `?' are ordinary characters and there is no equivalent
226 with `{' and `}' by themselves ordinary characters.
228 with `(' and `)' by themselves ordinary characters.
229 `^' is an ordinary character except at the beginning of the
231 `$' is an ordinary character except at the end of the
233 and `*' is an ordinary character if it appears at the beginning of the
[all …]
H A Dregex.3109 All characters are thus considered ordinary,
127 By default, newline is a completely ordinary character with no special
147 they are considered ordinary characters.
424 is taken as an ordinary character.
446 A `{' \fInot\fR followed by a digit is considered an ordinary character.
449 REs are anchors, not ordinary characters.
H A Dregcomp.c95 static void ordinary(struct parse *p, int ch);
410 ordinary(p, c); in p_ere_exp()
412 case '{': /* okay as ordinary except if digit follows */ in p_ere_exp()
416 ordinary(p, c); in p_ere_exp()
488 ordinary(p, GETNEXT()); in p_str()
496 * taken as an ordinary character and then revised to be an anchor. The
542 int starordinary, /* is a leading * an ordinary character? */ in p_simp_re()
609 ordinary(p, c); in p_simp_re()
627 ordinary(p, c); in p_simp_re()
754 ordinary(p, firstch(p, cs)); in p_bracket()
[all …]
/freebsd/share/doc/psd/01.cacm/
H A Dp1256 are three kinds of files: ordinary disk files,
259 3.1 Ordinary files
288 A directory behaves exactly like an ordinary file except that it
336 may be an ordinary file, a directory, or a special
405 Special files are read and written just like ordinary
411 just as it may to an ordinary file.
445 the name of an existing ordinary file, and the name of a special
453 references to the heretofore ordinary file
458 replaces a leaf of the hierarchy tree (the ordinary file)
H A Dp213 The size of an ordinary file is determined
77 locks in the ordinary sense, whereby
242 a code indicating whether the file is a directory, an ordinary file, or a special file.
321 The foregoing discussion applies to ordinary files.
344 ordinary file specified
/freebsd/contrib/ntp/html/
H A Dxleave.html23ordinary broadcast clients, so both ordinary and interleaved broadcast clients can use the same pa…
24 …plicate packets, packets crossed in flight and protocol restarts as the ordinary modes. An applic…
/freebsd/contrib/dialog/
H A DCOPYING24 this license or the ordinary General Public License is the better
67 ordinary GNU General Public License. This license, the GNU Lesser
69 is quite different from the ordinary General Public License. We use
75 combined work, a derivative of the original library. The ordinary
82 does Less to protect the user's freedom than the ordinary General
85 are the reason we use the ordinary General Public License for many
211 3. You may opt to apply the terms of the ordinary GNU General Public
214 that they refer to the ordinary GNU General Public License, version 2,
216 ordinary GNU General Public License has appeared, then you can specify
221 that copy, so the ordinary GNU General Public License applies to all
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dgrcan.txt7 (the ordinary environment for GRCAN and GRHCAN). There are no dts files for
17 the amba bus in the ordinary case)
/freebsd/share/man/man9/
H A Datomic.992 ordinary loads and stores of integers in cache-coherent memory are
118 atomic operations are performed on ordinary integer types.
277 because of the atomicity of ordinary, naturally
278 aligned loads and stores, fences can also be synchronized by ordinary loads
/freebsd/lib/libc/stdtime/
H A Dstrptime.367 ordinary characters.
68 All ordinary characters are matched exactly with the buffer, where
/freebsd/share/man/man4/
H A Dnetgdb.466 and the ordinary GDB client, speaking the ordinary GDB remote protocol.
/freebsd/lib/msun/tests/
H A Dnext_test.c138 ATF_TC_WITHOUT_HEAD(ordinary);
139 ATF_TC_BODY(ordinary, tc) in ATF_TC_BODY() argument
142 * Tests where x is an ordinary normalized number in ATF_TC_BODY()
279 ATF_TP_ADD_TC(tp, ordinary); in ATF_TP_ADD_TCS()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h40 Ordinary, enumerator
147 /// An ordinary object is located at an address in memory.
364 /// This parameter uses ordinary ABI rules for its type.
365 Ordinary, enumerator

12345678910>>...18