| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| clean-temp.c | 97 } cleanup_list /* = { NULL, 0, 0 } */; variable in typeref:struct:__anon9178 205 for (i = 0; i < cleanup_list.tempdir_count; i++) 207 struct tempdir *dir = cleanup_list.tempdir_list[i]; 259 for (i = 0; i < cleanup_list.tempdir_count; i++) 260 if (cleanup_list.tempdir_list[i] == NULL) 262 tmpdirp = &cleanup_list.tempdir_list[i]; 268 if (cleanup_list.tempdir_count == cleanup_list.tempdir_allocated) 272 struct tempdir * volatile *old_array = cleanup_list.tempdir_list; 273 size_t old_allocated = cleanup_list.tempdir_allocated [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_fence.c | 51 struct list_head cleanup_list; member in struct:vmw_fence_manager 311 list_splice_init(&fman->cleanup_list, &list); 348 INIT_LIST_HEAD(&fman->cleanup_list); 370 list_empty(&fman->cleanup_list); 418 list_add_tail(&action->head, &fman->cleanup_list); 540 if (!list_empty(&fman->cleanup_list))
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-ksr.c | 113 isc_bufferlist_t cleanup_list = ISC_LIST_INITIALIZER; variable 275 isc_buffer_t *cbuf = ISC_LIST_HEAD(cleanup_list); 278 ISC_LIST_UNLINK(cleanup_list, cbuf, link); 620 ISC_LIST_APPEND(cleanup_list, newbuf, link); 729 ISC_LIST_APPEND(cleanup_list, newbuf, link); 811 ISC_LIST_APPEND(cleanup_list, newbuf, link); 857 ISC_LIST_APPEND(cleanup_list, newbuf, link); 881 ISC_LIST_APPEND(cleanup_list, newbuf2, link); 1314 ISC_LIST_APPEND(cleanup_list, newbuf, link);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-nested.cc | 3408 gimple_seq cleanup_list = NULL; local 3573 gimple_seq_add_stmt (&cleanup_list, stmt); 3611 annotate_all_with_location (cleanup_list, DECL_SOURCE_LOCATION (context)); 3617 if (cleanup_list != NULL) 3623 gtry *t = gimple_build_try (stmt_list, cleanup_list, GIMPLE_TRY_FINALLY);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rbtdb.c | 1549 rbtdb_changedlist_t *cleanup_list) { 1555 *cleanup_list = version->changed_list; 1561 rbtdb_changedlist_t *cleanup_list) { 1584 APPEND(*cleanup_list, changed, link); 1770 rbtdb_changedlist_t cleanup_list; local 1781 ISC_LIST_INIT(cleanup_list); 1835 &cleanup_list); 1850 cleanup_nondirty(version, &cleanup_list); 1887 cleanup_list = version->changed_list; 1922 &cleanup_list); [all...] |
| qpzone.c | 1043 cleanup_nondirty(qpz_version_t *version, qpz_changedlist_t *cleanup_list) { 1063 APPEND(*cleanup_list, changed, link); 1218 qpz_changedlist_t *cleanup_list) { 1220 *cleanup_list = version->changed_list; 1264 qpz_changedlist_t cleanup_list; local 1278 ISC_LIST_INIT(cleanup_list); 1320 &cleanup_list); 1335 cleanup_nondirty(version, &cleanup_list); 1372 cleanup_list = version->changed_list; 1407 &cleanup_list); [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 2337 rbtdb_changedlist_t *cleanup_list) { 2343 *cleanup_list = version->changed_list; 2348 cleanup_nondirty(rbtdb_version_t *version, rbtdb_changedlist_t *cleanup_list) { 2371 APPEND(*cleanup_list, changed, link); 2556 rbtdb_changedlist_t cleanup_list; local 2568 ISC_LIST_INIT(cleanup_list); 2622 &cleanup_list); 2637 cleanup_nondirty(version, &cleanup_list); 2674 cleanup_list = version->changed_list; 2709 &cleanup_list); [all...] |