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

1 2 3 4 5 6

  /src/usr.bin/make/unit-tests/
varname-dot-alltargets.exp 2 first second source
3 first second source all .END
depsrc-use.exp 3 second 1
4 second 2
7 first-second 1
8 first-second 2
depsrc-use.mk 17 first: .USE first-first first-second
23 first-second: .USE
24 @echo first-second 1
25 @echo first-second 2
27 second: .USE target
28 @echo second 1
29 @echo second 2
39 action: first second empty
escape.exp 43 VAR1BSNL0=:first line no space on second line:
44 VAR1BSNLs=:first line one space on second line:
45 VAR1BSNLss=:first line two spaces on second line:
46 VAR1BSNLt=:first line one tab on second line:
47 VAR1BSNLtt=:first line two tabs on second line:
48 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line:
51 #second line without space\
54 #second line without space\
57 second line spaces should be retained':
59 second line spaces should be retained
    [all...]
suff-transform-expand.mk 6 # issue11.j should depend on issue11.i and issue11.second.
19 .i.j: ${.PREFIX}.second
22 issue11.h issue11.first issue11.second:
suff-transform-expand.exp 3 : 'Making issue11.second out of nothing.'
varname-dot-alltargets.mk 9 first second: source target
18 # Only first and second are "real" targets.
escape.mk 113 # The second lines below each end with '=' so that they will not
140 # The second lines below each end with '=' so that they will not
171 no space on second line
173 one space on second line
175 two spaces on second line
177 one tab on second line
179 two tabs on second line
181 many spaces and tabs [ ] on second line
190 # The "#" in "# second line without space" makes it a comment instead
199 #second line without space
    [all...]
cmdline-redirect-stdin.mk 10 @printf '%s\n' "first line" "second line" \
29 .elif ${line2} != "second line"
varname-dollar.mk 14 # At this point, the variable '$' is not defined. Therefore the second line
26 # in the second .info directive.
opt-warnings-as-errors.mk 6 # First, the word "warning" is still printed, and second, parsing continues
directive-ifmake.exp 9 : second
14 make: stopped making "first second late-target !edge" in unit-tests
varname-dot-newline.exp 10 second
posix-execution.mk 10 # The second command thus does not see the shell variable from the first
12 # expect: one-at-a-time: shell_variable is 'second'
16 @echo "$@: shell_variable is '$${shell_variable:-second}'"
  /src/tests/usr.bin/xlint/lint1/
c11_generic_expression.c 73 comma_expression(char first, double second)
75 /* expect+1: error: syntax error 'second' [249] */
76 return _Generic(first, second,
89 assignment_expression(int first, int second)
91 return _Generic(first = second,
92 int: second = first
d_bltinoffsetof.c 11 char *second; member in struct:foo::__anon73d1e0bd010a::__anon73d1e0bd0208
26 typedef int second[-(int)__builtin_offsetof(struct foo, u.s.second)]; typedef in typeref:typename:int[-(int)__builtin_offsetof (struct foo,u.s.second)]
gcc_attribute_aligned.c 60 int second __attribute__((__aligned__(16))); member in struct:aligned_struct_member::aligned
64 * Aligning 'second' to a 16-bytes boundary not only aligns the member
  /src/tests/usr.bin/indent/
opt_ci.c 75 second;
86 second;
97 second;
108 second;
119 second;
134 second + (
146 second + (
164 second + (
176 second + (
188 second +
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDataFlowTrace.h 46 return &It->second;
  /src/tests/share/mk/
t_lib.sh 32 create_c_module module2 second
52 create_main_using_modules main.c module1.h:first module2.h:second
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt8173-elm-hana.dtsi 23 * second source touchscreen.
38 * second source trackpad.
  /src/sys/arch/powerpc/powerpc/
ofwmagic.S 71 # second note is for IBM LPARs
rtas.c 266 int status, year, month, day, hour, minute, second, nanosecond; local in function:rtas_todr_gettime_ymdhms
272 &month, &day, &hour, &minute, &second, &nanosecond) < 0)
280 t->dt_sec = second;
288 int status, year, month, day, hour, minute, second, nanosecond; local in function:rtas_todr_settime_ymdhms
298 second = t->dt_sec;
302 day, hour, minute, second, nanosecond, &status) < 0)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-openrd.dtsi 61 * mode for the second UART.
66 * To use the second UART, you need to change also
78 * SelUARTorSD selects between the second UART
  /src/sys/arch/sun68k/stand/
README 8 The 1st-level program is loaded into memory by the PROM. It loads the second
18 root filesystem (on `sd0a') using the file `/boot' as the second level

Completed in 18 milliseconds

1 2 3 4 5 6