Searched refs:save (Results 1 - 25 of 565) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dstrrchr.c47 char *save; local
51 for (save = NULL;; ++p) {
53 save = (char *)p;
55 return (save);
H A Dstrcat.c48 char *save = s; local
52 return (save);
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Drindex.c51 char *save; local
55 for (save = NULL;; ++p) {
57 save = (char *)p;
59 return (save);
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dstrchr.c22 const char *save; local
25 save = 0;
28 save = s;
31 return (char *)save;
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrsep_copy.c47 const char *save = *stringp; local
49 if(save == NULL)
52 l = min(len, (size_t)(*stringp - save));
54 memcpy(buf, save, l);
58 l = *stringp - save;
H A Dstrsep.c45 char *save = *str; local
55 return save;
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Djpf-indent74 save="${name}".a$$
76 rm -f "$save" "$test"
77 mv "$name" "$save"
84 "$save" >"$test"
99 if (cmp -s "$name" "$save" ) then
102 diff -u "$save" "$name"
105 mv "$save" "$name"
106 elif ( cmp -s "$name" "$save" ) ; then
109 mv "$save" "$name"
112 rm -f "$save"
[all...]
H A Dncu-indent85 save="${name}".a$$
87 rm -f "$save" "$test"
88 mv "$name" "$save"
96 "$save" >"$test"
112 if (cmp -s "$name" "$save" ) then
115 diff -u "$save" "$name"
118 mv "$save" "$name"
119 elif ( cmp -s "$name" "$save" ) ; then
122 mv "$save" "$name"
125 rm -f "$save"
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Djs.pl2 use HTTP::Proxy::BodyFilter::save;
6 # save javascript files as we browse them
9 response => HTTP::Proxy::BodyFilter::save->new(
H A Drfc.pl2 use HTTP::Proxy::BodyFilter::save;
6 # save RFC files as we browse them
10 response => HTTP::Proxy::BodyFilter::save->new(
H A Dflv.pl5 use HTTP::Proxy::BodyFilter::save;
11 # a filter to save FLV files somewhere
12 my $flv_filter = HTTP::Proxy::BodyFilter::save->new(
28 # otherwise, save
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Djs.pl2 use HTTP::Proxy::BodyFilter::save;
6 # save javascript files as we browse them
9 response => HTTP::Proxy::BodyFilter::save->new(
H A Drfc.pl2 use HTTP::Proxy::BodyFilter::save;
6 # save RFC files as we browse them
10 response => HTTP::Proxy::BodyFilter::save->new(
H A Dflv.pl5 use HTTP::Proxy::BodyFilter::save;
11 # a filter to save FLV files somewhere
12 my $flv_filter = HTTP::Proxy::BodyFilter::save->new(
28 # otherwise, save
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashjmp.h32 #define COPY_PROCENV(old, save) \
33 xbcopy ((char *)old, (char *)save, sizeof (procenv_t));
/macosx-10.10.1/Libc-1044.1.2/xcodescripts/
H A Dpatch_headers_variants.pl62 my @save;
65 my $n = scalar(@save);
68 my($sym) = ($save[$n - 1] =~ /__DARWIN_(?:10\d+|ALIAS|EXTSN|INODE64)[^(]*\(([^)]*)\)/);
79 $f->print(@save);
81 $save[$n - 1] =~ s/__DARWIN_(10\d+|ALIAS|EXTSN|INODE64)/LIBC_$1/;
83 $f->print(@save);
89 @save = ();
91 @save = ($_);
94 push(@save, $_);
97 $f->print(@save);
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf_check_test.sh42 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
47 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
64 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
89 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
113 atf_check -s eq:1 -o save:stdout -e save
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrtol.c103 const char *save, *end; local
112 save = s = nptr;
144 save = s;
210 if (s == save)
248 if (save - nptr >= 2 && TOUPPER ((unsigned char) save[-1]) == 'X' && save[-2] == '0')
249 *endptr = (char *) &save[-1];
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dmd4.h53 unsigned char save[64]; member in struct:md4
H A Dmd5.h53 unsigned char save[64]; member in struct:md5
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferShared.h90 @field save This array stores the pixel values of the region underneath the cursor in its last drawn position.
95 unsigned int save[16]; member in struct:bm12Cursor
103 @field save This array stores the color values of the region underneath the cursor in its last drawn position.
108 unsigned char save[256]; member in struct:bm18Cursor
120 @field save This array stores the color values of the region underneath the cursor in its last drawn position.
124 unsigned short save[256]; member in struct:bm34Cursor
131 @field save This array stores the color values of the region underneath the cursor in its last drawn position.
135 unsigned int save[256]; member in struct:bm38Cursor
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgettimeofday.c90 struct tm save = *localtime_buffer_addr; local
92 *localtime_buffer_addr = save;
108 struct tm save = *localtime_buffer_addr; local
114 *localtime_buffer_addr = save;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abaddressbook.py7 self.failUnlessResultIsBOOL(ABAddressBook.save)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abaddressbook.py7 self.assertResultIsBOOL(ABAddressBook.save)
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/generator/
H A Dri.rb26 @store.save

Completed in 290 milliseconds

1234567891011>>