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

1234567891011>>

/src/tests/usr.bin/xlint/lint1/
H A Dmsg_328.c8 union target { union
15 union target arg = { 123 };
17 arg = (union target)3;
/src/usr.bin/make/unit-tests/
H A Dcond-func-target.mk1 # $NetBSD: cond-func-target.mk,v 1.5 2025/01/10 23:00:38 rillig Exp $
3 # Tests for the target() function in .if conditions.
7 # The target "target" does not exist yet.
8 .if target(target)
12 target: target
14 # The target exists, even though it does not have any commands.
15 .if !target(target)
19 target: target
28 target: target
[all...]
H A Dcond-func-make-main.exp1 : Making dot-main-target-1a.
2 : Making dot-main-target-1b.
H A Ddeptgt-default.exp1 Default command is making 'not-a-target' from 'not-a-target'.
H A Dopt-debug-graph3.mk13 made-target: .PHONY
16 error-target: .PHONY
19 aborted-target: .PHONY aborted-target-dependency
20 aborted-target-dependency: .PHONY
23 all: made-target error-target aborted-target
H A Dcond-func-commands.mk7 # At this point, the target 'target' does not exist yet, therefore it cannot
9 .if commands(target)
13 target: target
15 # Now the target exists, but it still has no commands.
16 .if commands(target)
20 target: target
23 # Even after the comment, the target still has no commands.
24 .if commands(target)
28 target target
[all...]
H A Dopt-debug-graph2.mk13 made-target: .PHONY
16 error-target: .PHONY
19 aborted-target: .PHONY aborted-target-dependency
20 aborted-target-dependency: .PHONY
23 all: made-target error-target aborted-target
H A Dopt-debug-graph1.mk8 all: made-target made-target-no-sources
10 made-target: made-source
14 made-target-no-sources:
16 unmade-target: unmade-sources unmade-silent-source
20 unmade-target-no-sources:
H A Dsuff-main.mk3 # Demonstrate that an inference rule is considered the main target if its
9 # At this point, the target '.1.2' is a normal target.
10 # Since it is the first target in the first dependency declaration,
11 # it becomes the main target.
18 # Declaring both '.1' and '.2' as suffixes turns the '.1.2' target into an
19 # inference rule (OP_TRANSFORM). As a side effect, this target is no longer
20 # a candidate for the main target. Therefore the next target is selected as
21 # the main target, whic
[all...]
H A Dcmd-errors-lint.exp4 in target "unclosed-expression"
8 in target "unclosed-modifier"
12 in target "unknown-modifier"
H A Dcmd-errors.exp4 in target "unclosed-expression"
8 in target "unclosed-modifier"
12 in target "unknown-modifier"
H A Dvarmod-hash.exp4 in target "step-1"
10 in target "step-4"
14 in target "step-5"
H A Djobs-empty-commands-error.exp1 : 'Making existing-target out of nothing.'
2 make: don't know how to make nonexistent-target (continuing)
H A Dsh-flags.mk51 target= opt- macro
52 target+= ${letter.ignerr.${opt-ignerr}:U_}
53 target+= ${letter.jobs.${opt-jobs}:U_}
54 target+= ${letter.loud.${opt-loud}:U_}
55 target+= ${letter.no-action.${opt-no-action}:U_}
56 target+= ${letter.silent.${opt-silent}:U_}
57 target+= ${letter.xtrace.${opt-xtrace}:U_}
59 .for target in ${target:ts}
61 MAKE_CMD.${target}
97 target= ${OPT_TARGET}-tgt- macro
[all...]
H A Ddep-none.exp1 make: no target to make.
H A Ddeptgt-main.exp1 This target real-main is the one that is made.
H A Ddeptgt-main.mk3 # Tests for the special target .MAIN in dependency declarations, which defines
4 # the main target. This main target is built if no target has been specified
7 # The first target becomes the main target by default. It can be overridden
10 @echo 'This target is not made.'
12 # This target is not the first to be defined, but it lists '.MAIN' as one of
17 @echo 'This target is not made either.'
19 # This target i
[all...]
H A Dposix.exp1 make: no target to make.
/src/sys/arch/playstation2/conf/
H A Dbuild.playstation2.sh6 target=mipsel--netbsd
9 LD=${root}/bin/${target}-ld; export LD
10 CC=${root}/bin/${target}-gcc; export CC
11 CXX=${root}/bin/${target}-g++; export CXX
12 AS=${root}/bin/${target}-as; export AS
13 CPP=${root}/bin/${target}-cpp; export CPP
14 RANLIB=${root}/bin/${target}-ranlib; export RANLIB
15 AR=${root}/bin/${target}-ar; export AR
16 NM=${root}/bin/${target}-nm; export NM
17 SIZE=${root}/bin/${target}
[all...]
/src/share/man/man8/
H A DMAKEDEV2manpage.awk73 # Not a device/other target
102 target=r1l;
103 sub(/[ \t].*/, "", target);
110 print ".It Ar " target;
133 target=r1l;
134 sub(/[ \t].*/, "", target);
137 sub(/\*/, "#", target);
149 if (target == "fd#")
151 else if (target == "pms#")
153 else if (target
[all...]
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_throttle.c45 struct i915_request *request, *target = NULL; local in function:i915_gem_throttle_ioctl
58 if (target && xchg(&target->file_priv, NULL))
59 list_del(&target->client_link);
61 target = request;
63 if (target)
64 i915_request_get(target);
67 if (!target)
70 ret = i915_request_wait(target,
73 i915_request_put(target);
[all...]
/src/tests/net/tcp/
H A Dt_tcp_shutdown.sh42 local target=$1
46 atf_check -s exit:0 $HIJACKING $prog $target
51 local target=$1
54 desc="Test TCP; call $target after shtudown"
55 name="tcp_shutdown_${target}"
65 test_tcp_shutdown $target
/src/regress/sys/net/frag/
H A Dip4_frag_1.c85 create_ip_packet(in_addr_t target, int foff, size_t addlen) argument
115 ip->ip_dst.s_addr = target;
136 send_packet(int s, void *p, in_addr_t target) argument
144 addr.sin_addr.s_addr = target;
156 test_case_0(int sock, in_addr_t target) argument
165 p = create_ip_packet(target, 0 | IP_MF, 1480);
166 send_packet(sock, p, target);
168 p = create_ip_packet(target, 185, 1480);
169 send_packet(sock, p, target);
173 test_case_1(int sock, in_addr_t target) argument
193 test_case_2(int sock,in_addr_t target) argument
213 test_case_3(int sock,in_addr_t target) argument
231 test_case_4(int sock,in_addr_t target) argument
251 test_case_5(int sock,in_addr_t target) argument
281 test_case_6(int sock,in_addr_t target) argument
304 in_addr_t target; local in function:main
[all...]
/src/lib/libc/net/
H A Dbase64.c143 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { argument
150 _DIAGASSERT(target != NULL);
171 target[datalength++] = Base64[output[0]];
172 target[datalength++] = Base64[output[1]];
173 target[datalength++] = Base64[output[2]];
174 target[datalength++] = Base64[output[3]];
195 target[datalength++] = Base64[output[0]];
196 target[datalength++] = Base64[output[1]];
198 target[datalength++] = Pad64;
200 target[datalengt
217 b64_pton(char const * src,u_char * target,size_t targsize) argument
[all...]
/src/sys/arch/sh3/include/
H A Dendian_machdep.h4 # error Define SH target CPU endian-ness in port-specific header file.

Completed in 20 milliseconds

1234567891011>>