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

1234567891011>>

/macosx-10.9.5/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.9.5/Libc-997.90.3/string/FreeBSD/
H A Drindex.c51 char *save; local
55 for (save = NULL;; ++p) {
57 save = (char *)p;
59 return (save);
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dstrchr.c22 const char *save; local
25 save = 0;
28 save = s;
31 return (char *)save;
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/ncurses-42/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.9.5/CPANInternal-140/HTTP-Proxy/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.9.5/CPANInternal-140/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.9.5/bash-92/bash-3.2/
H A Dbashjmp.h32 #define COPY_PROCENV(old, save) \
33 xbcopy ((char *)old, (char *)save, sizeof (procenv_t));
/macosx-10.9.5/Libc-997.90.3/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.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/OlsonDB/
H A DRule.pm22 save => { type => SCALAR },
27 my $save = $p{save};
31 if ( $save && $save ne q{-} )
33 if ( $save =~ /^\d+$/ )
35 $p{offset_from_std} = 3600 * $save;
39 $p{offset_from_std} = DateTime::TimeZone::offset_as_seconds($save);
/macosx-10.9.5/bind9-45.100/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.9.5/bash-92/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.9.5/Heimdal-323.92.1/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.9.5/IOGraphics-471.92.1/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.9.5/gnutar-452/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.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abaddressbook.py7 self.failUnlessResultIsBOOL(ABAddressBook.save)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abaddressbook.py7 self.assertResultIsBOOL(ABAddressBook.save)

Completed in 170 milliseconds

1234567891011>>