/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_list_test.cc | 64 ListItem items[6]; local in function:__sanitizer::TEST 70 ListItem *x = &items[0]; 71 ListItem *y = &items[1]; 72 ListItem *z = &items[2]; 73 ListItem *a = &items[3]; 74 ListItem *b = &items[4]; 75 ListItem *c = &items[5];
|
sanitizer_list_test.cc | 64 ListItem items[6]; local in function:__sanitizer::TEST 70 ListItem *x = &items[0]; 71 ListItem *y = &items[1]; 72 ListItem *z = &items[2]; 73 ListItem *a = &items[3]; 74 ListItem *b = &items[4]; 75 ListItem *c = &items[5];
|
/src/usr.bin/make/ |
lst.h | 161 * A vector is an ordered collection of items, allowing for fast indexed 165 void *items; /* memory holding the items */ member in struct:Vector 180 unsigned char *items = v->items; local in function:Vector_Get 181 return items + i * v->itemSize; 190 free(v->items);
|
lst.h | 161 * A vector is an ordered collection of items, allowing for fast indexed 165 void *items; /* memory holding the items */ member in struct:Vector 180 unsigned char *items = v->items; local in function:Vector_Get 181 return items + i * v->itemSize; 190 free(v->items);
|
for.c | 66 SubstringWords items; /* Substitution items */ member in struct:ForLoop 97 SubstringWords_Init(&f->items); 111 SubstringWords_Free(f->items); 122 const Substring *items; local in function:ForLoop_Details 126 vars = f->vars.items; 128 items = f->items.words + f->nextItem - n; 136 Buf_AddRange(&buf, items[i].start, items[i].end) 191 char *items; local in function:ForLoop_ParseItems [all...] |
for.c | 66 SubstringWords items; /* Substitution items */ member in struct:ForLoop 97 SubstringWords_Init(&f->items); 111 SubstringWords_Free(f->items); 122 const Substring *items; local in function:ForLoop_Details 126 vars = f->vars.items; 128 items = f->items.words + f->nextItem - n; 136 Buf_AddRange(&buf, items[i].start, items[i].end) 191 char *items; local in function:ForLoop_ParseItems [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_mac_test_helpers.mm | 216 int items[10]; field in interface:FixedArray 222 return items[index];
|
asan_mac_test_helpers.mm | 216 int items[10]; field in interface:FixedArray 222 return items[index];
|
/src/usr.bin/xlint/lint2/ |
hash.c | 116 hte_t **items; member in struct:hte_list 126 list->items = xrealloc(list->items, 127 sizeof(list->items[0]) * list->cap); 129 list->items[list->len++] = item; 176 qsort(sorted.items, sorted.len, sizeof(sorted.items[0]), hte_by_name); 179 action(sorted.items[i]); 181 free(sorted.items);
|
hash.c | 116 hte_t **items; member in struct:hte_list 126 list->items = xrealloc(list->items, 127 sizeof(list->items[0]) * list->cap); 129 list->items[list->len++] = item; 176 qsort(sorted.items, sorted.len, sizeof(sorted.items[0]), hte_by_name); 179 action(sorted.items[i]); 181 free(sorted.items);
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
svga_overlay.h | 74 /* May include zero or more items. */ 78 } items[1]; member in struct:SVGAEscapeVideoSetRegs 109 } items[1]; member in struct:__anon86a9d9660608 118 } items[SVGA_VIDEO_NUM_REGS]; member in struct:__anon86a9d9660808
|
svga_overlay.h | 74 /* May include zero or more items. */ 78 } items[1]; member in struct:SVGAEscapeVideoSetRegs 109 } items[1]; member in struct:__anon86a9d9660608 118 } items[SVGA_VIDEO_NUM_REGS]; member in struct:__anon86a9d9660808
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_overlay.c | 122 } *items; local in function:vmw_overlay_send_put 130 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; 137 items = (typeof(items))&cmds[1]; 138 flush = (struct vmw_escape_video_flush *)&items[num_items]; 140 /* the size is header + number of items */ 141 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); 148 items[i].registerId = i; 153 items[SVGA_VIDEO_ENABLED].value = true; 154 items[SVGA_VIDEO_FLAGS].value = arg->flags [all...] |
vmwgfx_overlay.c | 122 } *items; local in function:vmw_overlay_send_put 130 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; 137 items = (typeof(items))&cmds[1]; 138 flush = (struct vmw_escape_video_flush *)&items[num_items]; 140 /* the size is header + number of items */ 141 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); 148 items[i].registerId = i; 153 items[SVGA_VIDEO_ENABLED].value = true; 154 items[SVGA_VIDEO_FLAGS].value = arg->flags [all...] |
/src/usr.bin/indent/ |
lexi.c | 97 const char **items; member in struct:__anon6178c7710108 279 const char **arr = typenames.items; 313 typenames.items = nonnull(realloc(typenames.items, 314 sizeof(typenames.items[0]) * typenames.cap)); 322 memmove(typenames.items + pos + 1, typenames.items + pos, 323 sizeof(typenames.items[0]) * (typenames.len++ - (unsigned)pos)); 324 typenames.items[pos] = nonnull(strdup(name));
|
lexi.c | 97 const char **items; member in struct:__anon6178c7710108 279 const char **arr = typenames.items; 313 typenames.items = nonnull(realloc(typenames.items, 314 sizeof(typenames.items[0]) * typenames.cap)); 322 memmove(typenames.items + pos + 1, typenames.items + pos, 323 sizeof(typenames.items[0]) * (typenames.len++ - (unsigned)pos)); 324 typenames.items[pos] = nonnull(strdup(name));
|
/src/games/hunt/hunt/ |
otto.c | 429 struct item items[NUMDIRECTIONS]; local in function:face_and_move_direction 435 items[i] = 437 memcpy(flbr, items, sizeof flbr);
|
otto.c | 429 struct item items[NUMDIRECTIONS]; local in function:face_and_move_direction 435 items[i] = 437 memcpy(flbr, items, sizeof flbr);
|
/src/lib/libmenu/ |
menu.h | 124 int item_count; /* number of items attached */ 125 ITEM **items; /* items associated with this menu */ member in struct:__menu
|
menu.h | 124 int item_count; /* number of items attached */ 125 ITEM **items; /* items associated with this menu */ member in struct:__menu
|
/src/sys/external/bsd/ipf/netinet/ |
ip_sync.c | 1227 int i, items; local in function:ipf_sync_flush_table 1229 items = 0; 1249 items++; 1253 return items;
|
ip_sync.c | 1227 int i, items; local in function:ipf_sync_flush_table 1229 items = 0; 1249 items++; 1253 return items;
|
/src/bin/csh/ |
file.c | 305 print_by_column(Char *dir, Char *items[], size_t count) 314 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r; 326 (void)fprintf(cshout, "%s", vis_str(items[i])); 327 (void)fputc(dir ? filetype(dir, items[i]) : ' ', cshout); 329 w = Strlen(items[i]) + 1; 457 free_items(Char **items, size_t numitems) 462 free(items[i]); 463 free(items); 466 #define FREE_ITEMS(items, numitems) { \ 472 free_items(items, numitems); 488 Char **items = NULL; local in function:tsearch [all...] |
file.c | 305 print_by_column(Char *dir, Char *items[], size_t count) 314 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r; 326 (void)fprintf(cshout, "%s", vis_str(items[i])); 327 (void)fputc(dir ? filetype(dir, items[i]) : ' ', cshout); 329 w = Strlen(items[i]) + 1; 457 free_items(Char **items, size_t numitems) 462 free(items[i]); 463 free(items); 466 #define FREE_ITEMS(items, numitems) { \ 472 free_items(items, numitems); 488 Char **items = NULL; local in function:tsearch [all...] |
/src/usr.bin/xlint/xlint/ |
xlint.c | 64 char **items; member in struct:__anon941f5c590108 118 l->items = xrealloc(l->items, sizeof(*l->items) * l->cap); 120 l->items[l->len++] = s; 142 if (strcmp(l->items[i], s) == 0) 152 list_add(dst, src->items[i]); 160 free(l->items[--l->len]); 205 (void)remove(lint1.outfiles.items[i]); 294 print_sh_quoted(args->items[0]) [all...] |