Searched refs:old_text (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c209 unsigned char old_text[8]; local
211 memcpy(old_text,text,8);
240 text[n]^=old_text[n];
/macosx-10.10/OpenSSL098-52/src/test/
H A Dfips_desmovs.c209 unsigned char old_text[8]; local
211 memcpy(old_text,text,8);
240 text[n]^=old_text[n];
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Delement.rb498 old_text = get_text
500 old_text.remove unless old_text.nil?
502 if old_text.nil?
505 old_text.replace_with( text )
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngset.c654 png_textp old_text; local
659 old_text = info_ptr->text;
664 png_free(png_ptr, old_text);
667 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max *
669 png_free(png_ptr, old_text);
/macosx-10.10/JavaScriptCore-7600.1.17/replay/scripts/
H A DCodeGeneratorReplayInputs.py531 old_text = read_file.read()
533 text_changed = old_text != self._output
/macosx-10.10/vim-55/src/
H A Dgui_gtk.c1568 char_u *old_text = entry_text; local
1570 vim_free(old_text);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A DCodeGeneratorInspector.py2540 old_text = read_file.read()
2542 text_changed = old_text != self.output_

Completed in 205 milliseconds