Searched refs:SRC (Results 1 - 25 of 166) sorted by relevance

1234567

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dgen.pl10 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
12 print OUT while <SRC>;
14 close SRC or die "Error closing $filename after reading: $!";
H A Ddep.pl25 open(SRC, "<$filename");
29 my $line = <SRC>;
36 while (<SRC>) {
44 close SRC;
55 open(SRC, "<$filename") or die "Can't open source file!\n";
65 while (<SRC>) {
85 close SRC;
H A Dpretty.build44 if (open(SRC, "<$tmp")) {
45 close SRC;
48 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
49 ++$lines while (<SRC>);
50 close SRC or die "Error closing $filename after reading: $!";
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dcphelpdir.sh25 SRC=$1
28 if [ -d $SRC ]
30 SRCBRF=`(cd $SRC; echo *.brf)`
44 ../runtcl ../tools/instcopy -dirname $SRC $BUILD
/macosx-10.10/dtrace-147/test/cmd/chkargs/64/
H A DMakefile28 include $(SRC)/Makefile.master
29 include $(SRC)/Makefile.master.64
/macosx-10.10/dtrace-147/test/cmd/chkargs/32/
H A DMakefile28 include $(SRC)/Makefile.master
/macosx-10.10/ruby-106/ruby/test/fileutils/
H A Dclobber.rb20 SRC = 'data/src'
33 File.open(SRC, 'w') {|f| f.puts 'dummy' }
44 cp SRC, 'tmp/cp'
49 mv SRC, 'tmp/mv'
55 assert_file_exist SRC, message
56 assert_same_file SRC, COPY, message
60 rm SRC
61 assert_file_exist SRC
62 assert_same_file SRC, COPY
66 rm_f SRC
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dmemmove.c39 #define SRC ((const char *)s2) macro
44 if ((DST + n > SRC) && (SRC + n > DST)) {
53 bfr[j] = SRC[j];
57 DST[n] = SRC[n];
/macosx-10.10/dtrace-147/test/cmd/
H A DMakefile28 include $(SRC)/Makefile.master
/macosx-10.10/procmail-14/procmail/man/
H A Dmansed17 SRC="$2"
21 export SHELL SRC DEST RM DEVNULL
37 sed -e '1,/^.ex/ d' -e '/^\.TH/ q' <$SRC
79 sed -e '1,/^\.TH/ d' <$SRC
/macosx-10.10/ruby-106/ruby/test/-ext-/
H A Dtest_bug-3571.rb7 src = <<SRC
13 SRC
/macosx-10.10/ncurses-44/ncurses/
H A Dheaders.sh13 SRC=$3
14 TMPSRC=${TMPDIR-/tmp}/`basename $SRC`$$
16 echo installing $SRC in $DST
31 sed -f $TMPSED $SRC > $TMPSRC
32 NAME=`basename $SRC`
/macosx-10.10/dtrace-147/test/tst/
H A DMakefile28 include $(SRC)/Makefile.master
/macosx-10.10/OpenSSL098-52/src/crypto/seed/
H A Dseed_locl.h75 #define XOR_SEEDBLOCK(DST, SRC) \
76 ((DST))[0] ^= ((SRC))[0]; \
77 ((DST))[1] ^= ((SRC))[1]; \
78 ((DST))[2] ^= ((SRC))[2]; \
79 ((DST))[3] ^= ((SRC))[3]
81 #define MOV_SEEDBLOCK(DST, SRC) \
82 ((DST))[0] = ((SRC))[0]; \
83 ((DST))[1] = ((SRC))[1]; \
84 ((DST))[2] = ((SRC))[2]; \
85 ((DST))[3] = ((SRC))[
[all...]
/macosx-10.10/Security-57031.1.35/securityd/etc/
H A Dstartup.mk17 SRC=$(SRCROOT)/etc macro
37 cp $(SRC)/com.apple.securityd.plist $(LAUNCH_DIR)
39 #plutil -lint $(SRC)/authorization.plist
40 #cp $(SRC)/authorization.plist $(AUTHORIZATION_PLIST)
44 cp $(SRC)/CodeEquivalenceCandidates $(CANDIDATES)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dinstall.sh.in83 SRC=
115 -ln) shift; CMD=@LN@; SRC="$1"
118 -lns) shift; CMD=@LN@; preopts="@LN_S@"; SRC="$1"
121 -src) shift; SRC="$1";;
167 if [ -z "$SRC" -a $HasSource = yes ]; then
171 $VERBOSE "$CMD $preopts $SRC $target $postopts"
172 $CMD $preopts $SRC $target $postopts
201 if [ -z "$SRC" -a $HasSource = yes ]; then
207 $CMP -s $SRC $t || {
230 if [ -z "$SRC"
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_argf.rb74 assert_src_expected(__LINE__+1, <<-'SRC')
90 SRC
94 assert_src_expected(__LINE__+1, <<-'SRC')
110 SRC
114 assert_src_expected(__LINE__+1, <<-'SRC')
129 SRC
273 ruby('-e', <<-SRC, @t1.path, @t2.path, @t3.path) do |f|
279 SRC
285 ruby('-e', <<-SRC, @t1.path, @t2.path, @t3.path) do |f|
295 SRC
[all...]
/macosx-10.10/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dmach_install_mig.sh54 SRC="$SRCROOT/mach"
107 install -o 0 -c -m 444 $SRC/servers/$hdr $SERVER_HEADER_DST
113 install -o 0 -c -m 444 $SRC/mach/$hdr $MACH_HEADER_DST
117 $MIG -novouchers -arch $MACHINE_ARCH -header "$SERVER_HEADER_DST/netname.h" $SRC/servers/netname.defs
125 $MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_HEADER_DST/$MIG_NAME.h" $MIG_DEFINES $SRC/$mig
132 $MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_PRIVATE_HEADER_DST/$MIG_NAME.h" $MIG_DEFINES $MIG_PRIVATE_DEFS_INCFLAGS $SRC/$mig
147 $MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_INTERNAL_HEADER_DST/${MIG_NAME}_internal.h" $SRC/$mig
/macosx-10.10/libclosure-65/escapeTests/
H A Dmakefile4 SRC = escape.m escape2.m escape3.m escape4.m escape5.m escape6.m macro
8 ALL = $(SRC:.m=.32)
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A DNTMakefile49 $(C2OBJ) -I$(SRC)\$(RELDIR)
55 $(C2OBJ) -I$(SRC)\$(RELDIR) -DYY_NO_UNISTD_H
72 cd $(SRC)\$(RELDIR)
/macosx-10.10/OpenSSL098-52/src/crypto/krb5/
H A DMakefile24 SRC= $(LIBSRC) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
58 ctags $(SRC)
63 lint -DLINT $(INCLUDES) $(SRC)>fluff
/macosx-10.10/OpenSSL098-52/src/crypto/txt_db/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/macosx-10.10/dtrace-147/test/cmd/baddof/
H A DMakefile28 include $(SRC)/Makefile.master
/macosx-10.10/dtrace-147/test/cmd/badioctl/
H A DMakefile28 include $(SRC)/Makefile.master
/macosx-10.10/dtrace-147/test/cmd/scripts/
H A DMakefile28 include $(SRC)/Makefile.master

Completed in 122 milliseconds

1234567