| /src/tests/lib/libc/sys/ |
| t_posix_fallocate.c | 43 int rc, saved; local 47 saved = errno; 48 if (rc == -1 && saved != 1111) 50 strerror(saved)); 53 strerror(saved), strerror(EBADF)); 54 if (saved != 1111) 56 1111, saved);
|
| /src/external/gpl3/binutils/dist/gas/ |
| input-scrub.c | 90 but the latest one are saved off in a struct input_save. These files remain 127 char * input_file_save; /* Saved state of input routines. */ 128 char * saved_position; /* Caller's saved position in buf. */ 134 /* Saved information about the file that .include'd this one. When we hit EOF, 176 struct input_save *saved; 178 saved = XNEW (struct input_save); 180 saved->saved_position = saved_position; 181 saved->buffer_start = buffer_start; 182 saved->partial_where = partial_where; 183 saved->partial_size = partial_size 175 struct input_save *saved; local 534 const struct input_save *saved; local 585 const struct input_save *saved; local [all...] |
| app.c | 272 /* Saved state of the scrubber. */ 311 struct app_save *saved; local 313 saved = XNEW (struct app_save); 314 saved->state = state; 315 saved->old_state = old_state; 316 saved->out_string = out_string; 317 memcpy (saved->out_buf, out_buf, sizeof (out_buf)); 318 saved->add_newlines = add_newlines; 320 saved->saved_input = NULL; 323 saved->saved_input = XNEWVEC (char, saved_input_len) 350 struct app_save *saved = (struct app_save *) arg; local [all...] |
| input-file.c | 77 /* Push the state of our input, returning a pointer to saved info that 83 struct saved_file *saved; 85 saved = XNEW (struct saved_file); 87 saved->f_in = f_in; 88 saved->file_name = file_name; 89 saved->preprocess = preprocess; 91 saved->app_save = app_push (); 96 return (char *) saved; 102 struct saved_file *saved = (struct saved_file *) arg; 106 f_in = saved->f_in 82 struct saved_file *saved; local 101 struct saved_file *saved = (struct saved_file *) arg; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| input-scrub.c | 90 but the latest one are saved off in a struct input_save. These files remain 127 char * input_file_save; /* Saved state of input routines. */ 128 char * saved_position; /* Caller's saved position in buf. */ 134 /* Saved information about the file that .include'd this one. When we hit EOF, 176 struct input_save *saved; 178 saved = XNEW (struct input_save); 180 saved->saved_position = saved_position; 181 saved->buffer_start = buffer_start; 182 saved->partial_where = partial_where; 183 saved->partial_size = partial_size 175 struct input_save *saved; local 534 const struct input_save *saved = next_saved_file; local 586 const struct input_save *saved = next_saved_file; local [all...] |
| app.c | 276 /* Saved state of the scrubber. */ 315 struct app_save *saved; local 317 saved = XNEW (struct app_save); 318 saved->state = state; 319 saved->old_state = old_state; 320 saved->out_string = out_string; 321 memcpy (saved->out_buf, out_buf, sizeof (out_buf)); 322 saved->add_newlines = add_newlines; 324 saved->saved_input = NULL; 327 saved->saved_input = XNEWVEC (char, saved_input_len) 354 struct app_save *saved = (struct app_save *) arg; local [all...] |
| input-file.c | 77 /* Push the state of our input, returning a pointer to saved info that 83 struct saved_file *saved; 85 saved = XNEW (struct saved_file); 87 saved->f_in = f_in; 88 saved->file_name = file_name; 89 saved->preprocess = preprocess; 91 saved->app_save = app_push (); 96 return (char *) saved; 102 struct saved_file *saved = (struct saved_file *) arg; 106 f_in = saved->f_in 82 struct saved_file *saved; local 101 struct saved_file *saved = (struct saved_file *) arg; local [all...] |
| /src/lib/libc/arch/m68k/sys/ |
| getcontext.S | 45 addql #4,UC_MCONTEXT_SP(%a0) | adjust saved stack pointer 46 movl %sp@,UC_MCONTEXT_PC(%a0)| adjust saved program counter
|
| /src/lib/librefuse/ |
| refuse_signals.c | 81 /* Saved sigaction for each signal before we modify them. */ 121 struct sigaction* saved; local 124 saved = malloc(sizeof(*saved)); 125 if (!saved) 128 if (sigaction(sig, NULL, saved) != 0) { 129 free(saved); 133 saved_actions[sig] = saved; 143 if (!(saved->sa_flags & SA_SIGINFO) && saved->sa_handler == SIG_DFL 161 struct sigaction* saved; local 192 struct sigaction* saved; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/journal/ |
| setup.sh | 17 cp ns1/changed.ver1.jnl.saved ns1/changed.db.jnl 20 cp ns1/unchanged.ver1.jnl.saved ns1/unchanged.db.jnl 23 cp ns1/changed.ver2.jnl.saved ns1/changed2.db.jnl 26 cp ns1/unchanged.ver2.jnl.saved ns1/unchanged2.db.jnl 29 cp ns1/ixfr.ver1.jnl.saved ns1/ixfr.db.jnl 32 cp ns1/d1212.jnl.saved ns1/d1212.db.jnl 35 cp ns1/d2121.jnl.saved ns1/d2121.db.jnl 38 cp ns1/maxjournal.jnl.saved ns1/maxjournal.db.jnl 41 cp ns1/maxjournal2.jnl.saved ns1/maxjournal2.db.jnl
|
| /src/external/bsd/libproc/dist/ |
| proc_bkpt.c | 75 proc_breakpoint_t *saved) 104 piod.piod_addr = (void *)saved->data; 105 piod.piod_len = sizeof(saved->data); 137 proc_breakpoint_t *saved) 164 piod.piod_addr = (void *)saved->data; 165 piod.piod_len = sizeof(saved->data); 201 proc_bkptexec(struct proc_handle *phdl, proc_breakpoint_t *saved) 212 if (proc_bkptdel(phdl, pc, saved) < 0) { 234 * Restore the breakpoint. The saved instruction should be 242 assert(memcmp(saved, &samesaved, sizeof(samesaved)) == 0) [all...] |
| /src/lib/libc/arch/m68k/gen/ |
| swapcontext.S | 45 addql #8,UC_MCONTEXT_SP(%a0) | adjust saved stack pointer (again) 46 movl %sp@(4),UC_MCONTEXT_PC(%a0) | adjust saved program counter (again)
|
| /src/lib/libc/arch/or1k/sys/ |
| getcontext.S | 47 l.sw UC_GREGS_PC(r3),r9 # saved pc <- lr
|
| /src/lib/libc/arch/powerpc/sys/ |
| getcontext.S | 48 stptr %r4,UC_GREGS_PC(%r5) # saved pc <- lr
|
| /src/lib/libc/arch/powerpc64/sys/ |
| getcontext.S | 48 stptr %r4,UC_GREGS_PC(%r5) # saved pc <- lr
|
| /src/external/bsd/zstd/dist/tests/ |
| seqgen.h | 31 unsigned saved; member in struct:__anon8934
|
| seqgen.c | 65 stream->saved = SEQ_randByte(&stream->seed) & 0xFF; 66 } while (*op == stream->saved); 76 memset(op, stream->saved, setLength); 94 } while (*op == stream->saved); 110 * Generates another kMatchBytes using the saved seed to generate a match. 128 stream->saved = stream->seed; 155 *op++ = SEQ_randByte(&stream->saved) | 0x80; 175 * Generates another kMatchBytes using the saved seed to generate a with the 193 stream->saved = stream->seed; 225 *op++ = SEQ_randByte(&stream->saved) | 0x80 [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/ |
| test_intercept.py | 69 saved = os.environ['PATH'] 71 os.environ['PATH'] = tmpdir + ':' + saved 79 os.environ['PATH'] = saved 81 saved = os.environ['PATH'] 89 os.environ['PATH'] = saved
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rename.c | 42 int saved; local 52 saved = errno; 54 errno = saved; 62 saved = errno; 65 errno = saved; 70 saved = errno; 83 errno = saved;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rename.c | 42 int saved; local 52 saved = errno; 54 errno = saved; 62 saved = errno; 65 errno = saved; 70 saved = errno; 83 errno = saved;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_atom.c | 183 int *ptr, uint32_t *saved, int print) 333 if (saved) 334 *saved = val; 435 int *ptr, uint32_t *saved, int print) 440 ptr, saved, print); 451 int *ptr, uint32_t val, uint32_t saved) 460 saved &= ~atom_arg_mask[align]; 461 val |= saved; 589 uint32_t dst, src, saved; local 592 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1) 603 uint32_t dst, src, saved; local 638 uint32_t saved; local 772 uint32_t dst, mask, src, saved; local 789 uint32_t src, saved; local 836 uint32_t dst, src, saved; local 926 uint32_t saved, dst; local 942 uint32_t saved, dst; local 958 uint32_t saved, dst; local 977 uint32_t saved, dst; local 996 uint32_t dst, src, saved; local 1049 uint32_t dst, src, saved; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_atom.c | 197 int *ptr, uint32_t *saved, int print) 347 if (saved) 348 *saved = val; 449 int *ptr, uint32_t *saved, int print) 454 ptr, saved, print); 465 int *ptr, uint32_t val, uint32_t saved) 474 saved &= ~atom_arg_mask[align]; 475 val |= saved; 603 uint32_t dst, src, saved; local 606 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1) 617 uint32_t dst, src, saved; local 652 uint32_t saved; local 765 uint32_t dst, mask, src, saved; local 782 uint32_t src, saved; local 815 uint32_t dst, src, saved; local 905 uint32_t saved, dst; local 921 uint32_t saved, dst; local 937 uint32_t saved, dst; local 956 uint32_t saved, dst; local 975 uint32_t dst, src, saved; local 1028 uint32_t dst, src, saved; local [all...] |
| /src/sys/arch/sparc/sparc/ |
| pci_fixup.c | 76 pcireg_t val, saved; local 163 * restore the saved value 166 saved = pci_conf_read(NULL, tag, PCI_BAR(i)); 169 pci_conf_write(NULL, tag, PCI_BAR(i), saved); 172 saved &= 0xfffffffe; /* Remove I/O bit */ 175 PCI_BAR(i), saved, val); 180 saved = saved + PCI_MAPREG_IO_SIZE(val); 182 if (saved > io[j] && saved < [all...] |
| /src/games/adventure/ |
| wizard.c | 95 saved = -1; 109 saved = -1; 136 printf("What would you like to call the saved version?\n");
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-reg-undefined.exp | 44 set pattern_rax_rbx_rcx_print "<not saved>" 45 set pattern_rax_rbx_rcx_info "<not saved>" 75 # "not saved" and not "optimized out". 79 { \[frame\] frame_unwind_register_value: -> <not saved>} \ 83 # Test that history values show "not saved" and not "optimized out". 84 gdb_test "print" " = <not saved>" 86 # Test that convenience variables _don't_ show "not saved".
|