| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | input-scrub.c | 139 register struct input_save *saved; in input_scrub_push() local 141 saved = (struct input_save *) xmalloc (sizeof *saved); in input_scrub_push() 143 saved->saved_position = saved_position; in input_scrub_push() 144 saved->buffer_start = buffer_start; in input_scrub_push() 145 saved->partial_where = partial_where; in input_scrub_push() 146 saved->partial_size = partial_size; in input_scrub_push() 147 saved->buffer_length = buffer_length; in input_scrub_push() 148 saved->physical_input_file = physical_input_file; in input_scrub_push() 149 saved->logical_input_file = logical_input_file; in input_scrub_push() 150 saved->physical_input_line = physical_input_line; in input_scrub_push() [all …]
|
| D | input-file.c | 89 register struct saved_file *saved; in input_file_push() local 91 saved = (struct saved_file *) xmalloc (sizeof *saved); in input_file_push() 93 saved->f_in = f_in; in input_file_push() 94 saved->file_name = file_name; in input_file_push() 95 saved->preprocess = preprocess; in input_file_push() 97 saved->app_save = app_push (); in input_file_push() 102 return (char *) saved; in input_file_push() 108 register struct saved_file *saved = (struct saved_file *) arg; in input_file_pop() local 112 f_in = saved->f_in; in input_file_pop() 113 file_name = saved->file_name; in input_file_pop() [all …]
|
| D | app.c | 235 register struct app_save *saved; in app_push() local 237 saved = (struct app_save *) xmalloc (sizeof (*saved)); in app_push() 238 saved->state = state; in app_push() 239 saved->old_state = old_state; in app_push() 240 saved->out_string = out_string; in app_push() 241 memcpy (saved->out_buf, out_buf, sizeof (out_buf)); in app_push() 242 saved->add_newlines = add_newlines; in app_push() 244 saved->saved_input = NULL; in app_push() 247 saved->saved_input = xmalloc (saved_input_len); in app_push() 248 memcpy (saved->saved_input, saved_input, saved_input_len); in app_push() [all …]
|
| /mirbsd/src/usr.sbin/popa3d/ |
| D | mailbox.c | 83 int block, saved, extra, length; /* Internal block sizes */ in mailbox_parse() local 121 current = file_buffer; block = 0; saved = 0; /* empty buffers */ in mailbox_parse() 147 if (saved) { in mailbox_parse() 149 extra = LINE_BUFFER_SIZE - saved; in mailbox_parse() 151 memcpy(&line_buffer[saved], current, extra); in mailbox_parse() 153 length = saved + extra; in mailbox_parse() 157 saved = 0; in mailbox_parse() 167 if (saved || block <= LINE_BUFFER_SIZE) { in mailbox_parse() 170 extra = LINE_BUFFER_SIZE - saved; in mailbox_parse() 172 if (!saved) line_offset = file_offset - block; in mailbox_parse() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | rename.c | 53 int saved; in simple_copy() local 66 saved = errno; in simple_copy() 68 errno = saved; in simple_copy() 75 saved = errno; in simple_copy() 78 errno = saved; in simple_copy() 82 saved = errno; in simple_copy() 87 errno = saved; in simple_copy()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/IPC/ |
| D | Open3.pm | 313 my ($fd, $pid, @saved_fh, $saved, %saved, @errs); 318 $saved{fileno $fd->{handle}} = $fd->{tmp_copy}; 325 $fd->{handle}->fdopen($saved{fileno $fd->{open_as}} || $fd->{open_as}, 332 unless $saved{fileno $fd}; # Do not close what we redirect!
|
| /mirbsd/src/gnu/usr.bin/texinfo/info/ |
| D | signals.c | 102 restore_termsig (int sig, const signal_info *saved) in restore_termsig() argument 104 sigaction (sig, saved, NULL); in restore_termsig() 109 #define restore_termsig(sig, saved) (void)signal (sig, *(saved)) argument
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | DB.pm | 10 @stack, @saved, @skippkg, @clients); 53 @saved = (); 147 ($@, $!, $,, $/, $\, $^W) = @saved; 155 ($@, $!, $,, $/, $\, $^W) = @saved; 167 @saved = ($@, $!, $,, $/, $\, $^W);
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | blender | 13 >7 string =_ saved as 32-bits 14 >7 string =- saved as 64-bits
|
| D | mail.news | 6 # Unfortunately, saved netnews also has From line added in some news software. 18 0 string Article saved news text
|
| D | interleaf | 6 0 string =\210OPS Interleaf saved data
|
| D | maple | 42 # I think 'nul E' means a file that was saved as a different name
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTMLGen.c | 234 char *saved = me->line_break[me->cleanness]; in HTMLGen_put_character() local 237 saved++; in HTMLGen_put_character() 245 char *p = saved; in HTMLGen_put_character() 261 me->line_break[i] > saved) { in HTMLGen_put_character() 263 (saved - me->buffer); in HTMLGen_put_character() 272 me->write_pointer = me->write_pointer - (saved - me->buffer); in HTMLGen_put_character()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | agentexpr.texi | 560 Search the trace frame @var{frame} for memory saved from @var{address}. 562 it; otherwise, provide the address of the next saved area. 567 If the memory at @var{address} was saved in @var{frame}, set 569 saved, set @code{*@var{size}} to the number of bytes from @var{address} 570 that are saved at @code{*@var{buffer}}, and return 577 the saved region with the lowest address higher than @var{address}. If 578 there is no memory saved from any higher address, set @code{*@var{size}} 583 walk the address space to the next saved area. 586 This function allows the GDB agent to map the regions of memory saved in 592 function searches all data saved in @var{frame}, whether the data is [all …]
|
| /mirbsd/src/usr.bin/sudo/ |
| D | PORTING | 25 saved IDs. If sudo prints the error message "seteuid(0) failed, 26 your operating system may have broken POSIX saved ID support" this 27 means saved IDs are not implemented properly. You should run 28 configure with the "--disable-saved-ids" option and rebuild sudo.
|
| D | TROUBLESHOOTING | 21 system may have broken POSIX saved ID support\nTry running configure with 22 --disable-saved-ids" and sudo quits. 24 POSIX saved IDs. You should run configure with the "--disable-saved-ids"
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/bin/ |
| D | enc2xs | 211 my $saved = 0; 334 my $perc_saved = $saved/($strings + $saved) * 100; 338 $saved, $perc_saved if $saved; 710 $saved += length($s); 1129 384 bytes (75%) saved spotting duplicates 1130 1 bytes (0.775%) saved using substrings
|
| /mirbsd/src/libexec/ld.so/i386/ |
| D | ldasm.S | 52 pushl %eax # load saved SP for dl_boot_bind 58 pushl %edi # push saved dl_data
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-alpha.texi | 351 Indicate which of the integer registers are saved in the current 353 bit @var{n} set indicates that register @var{n} is saved. The registers 354 are saved in a block located @var{offset} bytes from the @dfn{canonical 356 the function. The registers are saved sequentially, except that the 357 return address register (normally @code{$26}) is saved first. 365 Indicate which of the floating-point registers are saved in the current 373 address is initially located in @var{retreg} until it is saved as 376 indicate the offset from the CFA to the saved argument registers.
|
| D | c-msp430.texi | 275 extra parameter saved (a constant value like frame size) 294 ; we also demand stack value to be saved
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | HTInit.c | 967 HTList *saved = HTPresentations; in HTLoadTypesConfigFile() local 978 HTList_appendList(HTPresentations, saved); in HTLoadTypesConfigFile() 979 FREE(saved); in HTLoadTypesConfigFile() 981 HTPresentations = saved; in HTLoadTypesConfigFile()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ |
| D | NOTES | 3 names of objects to be saved (probably doesn't work properly yet). 37 subs to be saved. Without extra arguments, it saves the main program. 102 names of objects to be saved (probably doesn't work properly yet).
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | SMIME_read_PKCS7.pod | 17 If cleartext signing is used then the content is saved in
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | deffilep.y | 630 char saved; in def_file_add_directive() local 632 saved = * tend; in def_file_add_directive() 636 * tend = saved; in def_file_add_directive()
|
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_CTX_sess_set_get_cb.pod | 52 functions, session can be saved to disk or put into a database using the
|