| /src/external/bsd/tcpdump/dist/ |
| netdissect-alloc.c | 34 else /* previous memory allocation */ 54 nd_mem_chunk_t *current, *previous; local 57 previous = current->prev_mem_p; 59 current = previous;
|
| /src/crypto/external/cpl/trousers/dist/src/include/daa/ |
| list.h | 25 node_t *previous; member in struct:__anon2305
|
| /src/external/bsd/tmux/dist/ |
| cmd-select-layout.c | 59 .name = "previous-layout", 81 int next, previous, layout; local 88 previous = (cmd_get_entry(self) == &cmd_previous_layout_entry); 90 previous = 1; 95 if (next || previous) {
|
| cmd-select-window.c | 59 .name = "previous-window", 93 int next, previous, last, activity; local 98 previous = (cmd_get_entry(self) == &cmd_previous_window_entry); 100 previous = 1; 105 if (next || previous || last) { 112 } else if (previous) { 114 cmdq_error(item, "no previous window"); 129 * current, switch to previous window.
|
| layout.c | 483 /* Merge the space into the previous or next cell. */ 758 layout_new_pane_size(struct window *w, u_int previous, struct layout_cell *lc, 772 * proportionate to the previous size. 778 new_size = (lc->sx * size) / previous; 782 new_size = (lc->sy * size) / previous; 800 u_int new_size, available, previous, count, idx; local 818 previous = lc->sx; 820 previous = lc->sy; 824 new_size = layout_new_pane_size(w, previous, lcchild, 856 u_int previous, available, count, idx local [all...] |
| /src/external/gpl2/libmalloc/dist/ |
| realloc.c | 189 __ptr_t previous = malloc ((block - _heapindex) * BLOCKSIZE); local 191 _free_internal (previous);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| posix_signals.c | 62 int previous; local 65 previous = sigblock(*set); 67 previous = sigsetmask(*set); 71 previous = sigsetmask(m & ~*set); 78 *old = previous;
|
| /src/usr.sbin/bootp/common/ |
| hash.c | 156 * Hopefully, this function is better than the previous one which returned 247 hash_member *previous = NULL; 274 previous = memberptr; 280 previous->next = memberptr = memberptr->next; 288 previous = memberptr; 241 hash_member *previous = NULL; local
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcs_context.c | 113 struct tcs_context *previous; local 118 previous = get_previous_context(handle); 120 if (!previous && tcs_context_table->handle == handle) { 123 } else if (previous && toKill) { 125 previous->next = toKill->next;
|
| /src/external/mit/libuv/dist/src/win/ |
| signal.c | 95 unsigned long previous = InterlockedExchange( local 101 if (!previous) {
|
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| operations_test.cpp | 98 const fs::path previous = fs::current_path(); local 103 ATF_REQUIRE_EQ(previous / "root", cwd); 110 const fs::path previous = fs::current_path(); local
|
| /src/external/mit/libuv/dist/src/ |
| fs-poll.c | 47 struct poll_ctx* previous; /* context from previous start()..stop() period */ member in struct:poll_ctx 104 ctx->previous = handle->poll_ctx; 246 handle->poll_ctx = ctx->previous; 250 for (last = handle->poll_ctx, it = last->previous; 252 last = it, it = it->previous) { 253 assert(last->previous != NULL); 255 last->previous = ctx->previous;
|
| /src/usr.sbin/acpitools/aml/ |
| aml_name.c | 256 struct aml_name_group *previous; local 258 previous = name_group_list; 259 if (previous == target) 262 while (previous && previous->next != target) 263 previous = previous->next; 264 if (previous) 265 previous->next = target->next;
|
| /src/external/bsd/kyua-testers/dist/ |
| fs_test.c | 443 char* previous; local 444 ATF_REQUIRE(!kyua_error_is_set(kyua_fs_current_path(&previous))); 452 ATF_REQUIRE(!kyua_error_is_set(kyua_fs_concat(&exp_cwd, previous, "root", 458 free(previous); 465 char* previous; local 466 ATF_REQUIRE(!kyua_error_is_set(kyua_fs_current_path(&previous))); 479 free(previous); 500 DIR* previous = opendir("."); local 501 ATF_REQUIRE(previous != NULL); 504 const int previous_fd = dirfd(previous); [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_entry_link_resolver.c | 71 struct links_entry *previous; member in struct:links_entry 315 if (le->previous != NULL) 316 le->previous->next = le->next; 318 le->next->previous = le->previous; 355 le->next->previous = le->previous; 356 if (le->previous != NULL) 357 le->previous->next = le->next; 395 res->buckets[bucket]->previous = le [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| root.c | 191 static char *previous = NULL; local 205 Xasnprintf (previous, &len, 208 if (previous && previous != translated) 209 free (previous); 210 return previous = translated; 237 static char *previous = NULL; local 251 Xasnprintf (previous, &len, 254 if (previous && previous != translated [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| parse.h | 47 struct gfc_state_data *previous; member in struct:gfc_state_data
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stack_store.cpp | 161 sptr diff = v - previous; 163 previous = v; 174 uptr previous = 0; member in class:__sanitizer::SLeb128Encoder 192 previous += diff; 193 return previous; 202 uptr previous = 0; member in class:__sanitizer::SLeb128Decoder
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| parse.h | 47 struct gfc_state_data *previous; member in struct:gfc_state_data
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| device.h | 229 (const device_property *previous); variable
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| device.h | 229 (const device_property *previous); variable
|
| /src/sys/kern/ |
| sysv_msg.c | 1087 struct __msg *previous; local 1090 for (previous = NULL, prev = &msqptr->_msg_first; 1092 previous = msghdr, prev = &msghdr->msg_next) { 1120 if (previous == NULL) { 1126 msqptr->_msg_last = previous;
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| config_file.c | 579 krb5_config_binding *d, *previous = NULL; local 599 if (previous) 600 previous->next = d; 602 previous = d;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| template.h | 75 TemplatePrevious *previous; // threaded list of previous instantiation attempts on stack member in class:TemplateDeclaration
|
| /src/external/gpl3/gdb/dist/gdb/ |
| extension.c | 671 to the previous value when it returns. Note that the previous value may 686 /* Install GDB's SIGINT handler, storing the previous version in *PREVIOUS. 687 As a simple optimization, if the previous version was GDB's SIGINT handler 688 then mark the previous handler as not having been saved, and thus it won't 692 install_gdb_sigint_handler (struct signal_handler *previous) 697 previous->handler = install_sigint_handler (handle_sigint); 698 if (previous->handler != handle_sigint_for_compare) 699 previous->handler_saved = 1 799 struct active_ext_lang_state *previous local [all...] |