HomeSort by: relevance | last modified time | path
    Searched defs:first (Results 1 - 25 of 536) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
depsrc-use.mk 17 first: .USE first-first first-second target
18 @echo first 1 # Using ${.TARGET} here would expand to "action"
19 @echo first 2
20 first-first: .USE
21 @echo first-first
    [all...]
depsrc-use.mk 17 first: .USE first-first first-second target
18 @echo first 1 # Using ${.TARGET} here would expand to "action"
19 @echo first 2
20 first-first: .USE
21 @echo first-first
    [all...]
varname-dot-alltargets.mk 9 first second: source target
18 # Only first and second are "real" targets.
varname-dot-alltargets.mk 9 first second: source target
18 # Only first and second are "real" targets.
cond-func-make-main.mk 8 # 1. The default main target is the first target in the given makefiles that
17 # 3. All sources of the first '.MAIN: sources' line. Any further .MAIN line
22 first-main-target:
27 .if make(first-main-target)
sh-dots.mk 9 all: first hidden repeated commented indirect indirect-space
13 first: target
14 @echo first ${.TARGET}
16 @echo first delayed ${.TARGET}
cond-func-make-main.mk 8 # 1. The default main target is the first target in the given makefiles that
17 # 3. All sources of the first '.MAIN: sources' line. Any further .MAIN line
22 first-main-target:
27 .if make(first-main-target)
sh-dots.mk 9 all: first hidden repeated commented indirect indirect-space
13 first: target
14 @echo first ${.TARGET}
16 @echo first delayed ${.TARGET}
suff-transform-expand.mk 7 # issue11.i should depend on issue11.h and issue11.first.
16 .h.i: ${.PREFIX}.first
22 issue11.h issue11.first issue11.second:
  /src/games/robots/
init_field.c 56 static bool first = true; local in function:init_field
99 if (first)
109 if (first)
117 if (first)
119 first = false;
init_field.c 56 static bool first = true; local in function:init_field
99 if (first)
109 if (first)
117 if (first)
119 first = false;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.h 65 bool first = true; local in function:__xray::PrintTo
67 if (!first) {
71 first = false;
test_helpers.h 65 bool first = true; local in function:__xray::PrintTo
67 if (!first) {
71 first = false;
  /src/usr.bin/netstat/
pfkey.c 119 int first, type; local in function:pfkey_stats
140 for (first = 1, type = 0; type < 256; type++) {
143 if (first) {
145 first = 0;
172 for (first = 1, type = 0; type < 256; type++) {
175 if (first) {
177 first = 0;
pfkey.c 119 int first, type; local in function:pfkey_stats
140 for (first = 1, type = 0; type < 256; type++) {
143 if (first) {
145 first = 0;
172 for (first = 1, type = 0; type < 256; type++) {
175 if (first) {
177 first = 0;
  /src/games/battlestar/
command4.c 216 int first, value; local in function:throw
218 first = wordnumber;
247 wordnumber = first + 1;
293 return (first);
295 return (first);
297 return (first);
command4.c 216 int first, value; local in function:throw
218 first = wordnumber;
247 wordnumber = first + 1;
293 return (first);
295 return (first);
297 return (first);
  /src/games/mille/
init.c 115 static int first = TRUE; local in function:newboard
117 if (first) {
144 first = FALSE;
init.c 115 static int first = TRUE; local in function:newboard
117 if (first) {
144 first = FALSE;
  /src/sys/external/bsd/drm2/linux/
linux_list_sort.c 121 * breaking ties by choosing nodes in `a' first, and returning
134 struct list_head **const first = ((*compare)(arg, a, b) <= 0? local in function:list_sort_merge
137 tail = tail->next = *first;
138 *first = (*first)->next;
151 * nodes in `a' first, and setting the `prev' pointers as we go.
164 struct list_head **const first = ((*compare)(arg, a, b) <= 0? local in function:list_sort_merge_into
167 (*first)->prev = prev;
168 prev = prev->next = *first;
169 *first = (*first)->next
    [all...]
linux_list_sort.c 121 * breaking ties by choosing nodes in `a' first, and returning
134 struct list_head **const first = ((*compare)(arg, a, b) <= 0? local in function:list_sort_merge
137 tail = tail->next = *first;
138 *first = (*first)->next;
151 * nodes in `a' first, and setting the `prev' pointers as we go.
164 struct list_head **const first = ((*compare)(arg, a, b) <= 0? local in function:list_sort_merge_into
167 (*first)->prev = prev;
168 prev = prev->next = *first;
169 *first = (*first)->next
    [all...]
  /src/usr.bin/from/
from.c 134 char ch, pch, first; local in function:match
137 for (first = *sender++;;) {
142 if (ch != first)
from.c 134 char ch, pch, first; local in function:match
137 for (first = *sender++;;) {
142 if (ch != first)
  /src/usr.bin/find/
misc.c 105 int ch, first, nl; local in function:queryuser
113 first = ch = getchar();
128 return (first == 'y');
  /src/usr.bin/audio/common/
decode.c 81 int first; local in function:decode_time
92 decode_int(s, &first);
93 tvp->tv_sec = first * 60; /* minutes */
98 decode_int(s, &first);
99 tvp->tv_sec += first; /* minutes and hours */
117 decode_int(s, &first);
118 tvp->tv_sec += first;

Completed in 92 milliseconds

1 2 3 4 5 6 7 8 91011>>