/src/usr.bin/make/unit-tests/ |
depsrc-use.exp | 0 first 1 2 first 2 5 first-first 1 6 first-first 2 7 first-second 1 8 first-second 2
|
varname-dot-alltargets.exp | 2 first second source 3 first second source all .END
|
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...] |
sh-dots.exp | 0 first first 18 first delayed first
|
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:
|
doterror.exp | 1 At first, I am
|
/src/sys/external/bsd/drm2/include/linux/ |
llist.h | 39 struct llist_node *first; member in struct:llist_head 50 head->first = NULL; 60 empty = (atomic_load_acquire(&head->first) == NULL); 68 struct llist_node *first; local in function:llist_add 71 first = head->first; 72 node->next = first; 74 } while (atomic_cas_ptr(&head->first, first, node) != first); 96 struct llist_node *first; local in function:llist_del_all 107 struct llist_node *first; local in function:llist_del_first [all...] |
/src/tests/usr.bin/xlint/lint1/ |
c11_generic_expression.c | 73 comma_expression(char first, double second) 76 return _Generic(first, second, 77 char: "first", 89 assignment_expression(int first, int second) 91 return _Generic(first = second, 92 int: second = first
|
d_bltinoffsetof.c | 10 } first; member in struct:foo::__anon73d1e0bd010a::__anon73d1e0bd0208 21 typedef int first[-(int)__builtin_offsetof(struct foo, u.s.first)]; typedef in typeref:typename:int[-(int)__builtin_offsetof (struct foo,u.s.first)] 22 typedef int first_a[-(int)__builtin_offsetof(struct foo, u.s.first.a)]; 24 typedef int first_b[-(int)__builtin_offsetof(struct foo, u.s.first.b)];
|
/src/tests/usr.bin/indent/ |
opt_ci.c | 74 return first + 85 return first + 96 return first + 107 return first + 118 return first + 133 return (first + 145 return (first + 163 return (first + 175 return (first + 187 return (first [all...] |
lsym_for.c | 53 #define foreach(list, it) for (it = list.first; it != NULL; it = it->next) 95 for (const list_item *i = first; i != NULL; i = i->next) { 97 for (list_item **i = first; i != NULL; i = i->next) { 99 for (list_item *const *i = first; i != NULL; i = i->next) { 101 for (const char *const *i = first; i != NULL; i = i->next) {
|
/src/games/hack/ |
hack.o_init.c | 92 int i, j, first, last, sum, end; local in function:init_objects 100 first = 0; 101 while (first < end) { 102 let = objects[first].oc_olet; 103 last = first + 1; 110 bases[i] = first; 116 for (j = first; j < last; j++) 119 for (j = first; j < last; j++) 120 objects[j].oc_prob = (100 + j - first) / (last - first); 157 int j, first; local in function:setgemprobs [all...] |
/src/usr.bin/seq/ |
seq.c | 106 double first = 1.0; local in function:main 160 "usage: %s [-w] [-f format] [-s string] [-t string] [first [incr]] last\n", 169 first = e_atof(argv[0]); 182 errx(1, "zero %screment", (first < last)? "in" : "de"); 187 incr = (first < last) ? 1.0 : -1.0; 189 if (incr <= 0.0 && first < last) 192 if (incr >= 0.0 && first > last) 212 fmt = generate_format(first, incr, last, equalize, pad, fmt); 216 printf(fmt, first); 217 prev = first; [all...] |
/src/usr.bin/make/ |
lst.c | 56 for (ln = list->first; ln != NULL; ln = next) { 67 for (ln = list->first; ln != NULL; ln = next) { 88 if (ln == list->first) 89 list->first = newNode; 100 ln = LstNodeNew(NULL, list->first, datum); 102 if (list->first == NULL) { 103 list->first = ln; 106 list->first->prev = ln; 107 list->first = ln; 122 list->first = ln [all...] |
/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;
|
/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;
|
/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...] |
/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;
|
/src/lib/libc/arch/vax/sys/ |
__syscall.S | 44 addl2 $8,%ap # skip the first argument
|
/src/lib/libc/sys/ |
makelintstub | 135 first=true; i=1 137 if $first; then 138 first=false 147 if $first; then 156 first=true; i=1 158 if $first; then 159 first=false
|
/src/sys/arch/ia64/stand/common/ |
merge_help.awk | 12 first = -1; 16 # beginning of first command 37 first = ind; 42 i = first; j = -1; 57 first = ind; 90 node = first;
|
/src/games/quiz/ |
rxp.c | 96 rxp__compile(const char *s, int first) 105 if (first) { 158 if (first) { 174 if (!first) { 199 int first, 209 if (first) { 257 * Reverse engineer the regular expression, by picking first of all alternates. 266 rxp__expand(int first) 274 if (first) { 305 if (first) { [all...] |
/src/sys/ufs/ext2fs/ |
ext2fs_extents.c | 63 struct ext4_extent_index *first, *last, *l, *r, *m; local in function:ext4_ext_binsearch_index 65 first = (struct ext4_extent_index *)(char *)(ehp + 1); 66 last = first + ehp->eh_ecount - 1; 67 l = first; 77 if (l == first) { 79 path->ep_sparse_ext.e_len = first->ei_blk - *first_lbn; 97 struct ext4_extent *first, *l, *r, *m; local in function:ext4_ext_binsearch 102 first = (struct ext4_extent *)(char *)(ehp + 1); 103 l = first; 104 r = first + ehp->eh_ecount - 1 [all...] |
/src/common/lib/libc/arch/mips/string/ |
strcmp.S | 49 beq t0, zero, LessOrEq # end of first string? 54 beq t0, zero, LessOrEq # end of first string?
|
/src/sys/arch/i386/pnpbios/ |
pckbc_pnpbios.c | 77 /* Save first port: */ 78 static struct pckbc_pnpbios_softc *first; variable in typeref:struct:pckbc_pnpbios_softc * 133 if (!first) 134 first = psc; 136 if (!first->sc_pckbc.id) { 165 t->t_sc = &first->sc_pckbc; 166 first->sc_pckbc.id = t; 168 first->sc_pckbc.intr_establish = pckbc_pnpbios_intr_establish; 169 config_defer(first->sc_pckbc.sc_dv, 192 * Note we're always called with sc == first [all...] |