Searched refs:PREFIX (Results 1 - 25 of 257) sorted by relevance

1234567891011

/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dpbox.h66 #define WIDTH_FORMAT PREFIX "w%d"
67 #define HEIGHT_FORMAT PREFIX "h%d"
68 #define DEPTH_FORMAT PREFIX "d%d"
69 #define TOTAL_FORMAT PREFIX "t%d"
70 #define SIZE_FORMAT PREFIX "z%d"
71 #define SMALL_SIZE_FORMAT PREFIX "Z%d"
72 #define SUP_RAISE_FORMAT PREFIX "p%d"
73 #define SUB_LOWER_FORMAT PREFIX "b%d"
74 #define SUB_KERN_FORMAT PREFIX "k%d"
75 #define FONT_FORMAT PREFIX "
[all...]
H A Deqn.h50 #define PREFIX "0" macro
/macosx-10.10.1/iodbc-42.5/iodbc/mac/
H A Dlink-inclibs.sh78 PREFIX="/usr/local/iODBC"
86 if [ -d "$PREFIX" ] ; then
87 rm -rf "$PREFIX"
94 mkdir -p "$PREFIX/bin"
95 mkdir -p "$PREFIX/lib"
96 mkdir -p "$PREFIX/include"
102 ln -s "$ODBC_FW/Headers/iodbcext.h" "$PREFIX/include/iodbcext.h"
103 ln -s "$ODBC_FW/Headers/iodbcunix.h" "$PREFIX/include/iodbcunix.h"
104 ln -s "$ODBC_FW/Headers/isql.h" "$PREFIX/include/isql.h"
105 ln -s "$ODBC_FW/Headers/isqlext.h" "$PREFIX/includ
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/certs/scripts/
H A Dgenserv.sh25 PREFIX=$1
26 if [ ".$PREFIX" = . ] ; then
30 if [ ! -f $PREFIX-sv.prm ] ; then
31 echo No configuration file $PREFIX-sv.prm
62 echo SERIAL=$SERIAL PREFIX=$PREFIX CAPREFIX=$CAPREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
65 echo "openssl dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE"
66 $OPENSSL dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE
70 echo "openssl req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX
[all...]
H A Dgenroot.sh21 PREFIX=$1
22 if [ ".$PREFIX" = . ] ; then
26 if [ ! -f $PREFIX-ca.prm ] ; then
27 echo No configuration file $PREFIX-ca.prm
41 echo SERIAL=$SERIAL PREFIX=$PREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
43 echo "openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout XXX"
44 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
46 echo "openssl req -config $PREFIX-ca.prm -new -key $PREFIX
[all...]
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dsavescreen.sh36 PREFIX=savescreen-$$
38 BEGINS=$PREFIX-$n.tmp
41 LATEST=$PREFIX-$n.tmp
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/ex_apprec/
H A Dex_apprec.src9 PREFIX ex_apprec
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nops/
H A DMakefile4 LIBS=-L$(PREFIX)/lib -lldap_r -llber -lcrypto
13 -rpath $(PREFIX)/lib -module -o $@ $? $(LIBS)
19 mkdir -p $(PREFIX)/lib/openldap
20 mkdir -p $(PREFIX)/man/man5
21 $(LIBTOOL) --mode=install cp nops.la $(PREFIX)/lib/openldap
22 $(LIBTOOL) --finish $(PREFIX)/lib
23 cp nops.5 $(PREFIX)/man/man5
/macosx-10.10.1/apr-32/apr/apr/build/pkg/
H A Dbuildpkg.sh22 PREFIX=/usr/local
53 ./configure --prefix=$PREFIX
56 rm $TEMPDIR$PREFIX/lib/apr.exp
58 cp build/pkg/pkginfo $TEMPDIR$PREFIX
61 cd $TEMPDIR$PREFIX
65 pkgmk -r $TEMPDIR$PREFIX -d $TEMPDIR/pkg
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dod_account_create.sh18 PREFIX="od_test_"
31 echo " will create users 1000 users (from '${PREFIX}1' to '${PREFIX}1000')"
51 echo "Creating users ${PREFIX}1 to ${PREFIX}$COUNT"
78 result=`dscl $NODE -list Users/${PREFIX}${i} 2> /dev/null`
82 echo "${PREFIX}${i}:test:${uid}:1211:${PREFIX}${i}:/Users/${PREFIX}${i}:/bin/bash" >> $TMPF
83 printf "\r${PREFIX}
[all...]
H A Dod_account_delete.sh16 PREFIX="od_test_"
28 echo " from '${PREFIX}1' to '${PREFIX}1000'"
45 echo "Deleting users ${PREFIX}1 to ${PREFIX}$COUNT"
58 result=`dscl $NODE -list Users/${PREFIX}${i} 2> /dev/null`
60 echo "delete Users/${PREFIX}${i}" >> $TMPF
61 printf "\r${PREFIX}${i} / ${COUNT}"
/macosx-10.10.1/iodbc-42.5/iodbc/
H A DPORT.OpenLink82 PREFIX=/usr/local/iODBC
91 export TOP CC CFLAGS LDFLAGS OS PREFIX CONFLAGS BUILD MAKE
107 echo "in $PREFIX."
138 ../configure --prefix=$PREFIX $CONFLAGS --bindir='${prefix}/bino32' --libdir='${prefix}/libo32'
145 ../configure --prefix=$PREFIX $CONFLAGS --bindir='${prefix}/bin32' --libdir='${prefix}/lib32'
152 ../configure --prefix=$PREFIX $CONFLAGS --bindir='${prefix}/bin64' --libdir='${prefix}/lib64'
159 ../configure --prefix=$PREFIX $CONFLAGS
164 ./configure --prefix=$PREFIX $CONFLAGS
170 ../configure --prefix=$PREFIX $CONFLAGS
290 PREFIX
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A DMakefile27 PREFIX=/usr/local macro
73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
74 if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
75 if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
76 if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
77 if ( test ! -d $(PREFIX)/includ
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dinstall_libodbc.sh78 PREFIX="$1"
90 if test ! -d "$PREFIX"
92 echo "**ERROR: installation directory [$PREFIX] does not exist"
97 cd "$PREFIX"
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A DMakefile15 PREFIX=/opt/openldap-HEAD macro
38 -rpath $(PREFIX)/lib -module -o $@ $? $(LIBS)
44 mkdir -p $(PREFIX)/libexec/openldap
45 $(LIBTOOL) --mode=install cp allowed.la $(PREFIX)/libexec/openldap
46 $(LIBTOOL) --finish $(PREFIX)/libexec/openldap
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/
H A DMakefile11 -rpath $(PREFIX)/lib -module -o $@ $? -lkrb5
18 -rpath $(PREFIX)/lib -module -o $@ $?
25 -rpath $(PREFIX)/lib -module -o $@ $? -lradius
32 -rpath $(PREFIX)/lib -module -o $@ $?
41 mkdir -p $(PREFIX)/lib/openldap
42 $(LIBTOOL) --mode=install cp kerberos.la $(PREFIX)/lib/openldap
43 $(LIBTOOL) --mode=install cp netscape.la $(PREFIX)/lib/openldap
44 $(LIBTOOL) --mode=install cp radius.la $(PREFIX)/lib/openldap
45 $(LIBTOOL) --mode=install cp apr1.la $(PREFIX)/lib/openldap
46 $(LIBTOOL) --finish $(PREFIX)/li
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/build/pkg/
H A Dbuildpkg.sh22 PREFIX=/usr/local
79 ./configure --prefix=$PREFIX --with-apr=$apr_src_dir \
83 rm $TEMPDIR$PREFIX/lib/aprutil.exp
85 cp build/pkg/pkginfo $TEMPDIR$PREFIX
88 cd $TEMPDIR$PREFIX
92 pkgmk -r $TEMPDIR$PREFIX -d $TEMPDIR/pkg
/macosx-10.10.1/dcerpc-61/BuildConfig/
H A Dgenerate-idl-parsers65 PREFIX="$(parser_prefix ${PARSER})"
70 run flex -P${PREFIX} -o $(outfile_name ${LEXER} c) ${SCRIPT_INPUT_FILE_0}
71 run bison -v -d -p ${PREFIX} -o $(outfile_name ${PARSER} c) ${SCRIPT_INPUT_FILE_1}
/macosx-10.10.1/apache-793/httpd/build/pkg/
H A Dbuildpkg.sh23 PREFIX=/usr/local/apache2
80 cp build/pkg/pkginfo $TEMPDIR$PREFIX
83 cd $TEMPDIR$PREFIX
87 pkgmk -r $TEMPDIR$PREFIX -d $TEMPDIR/pkg
/macosx-10.10.1/man-16/man/gencat/
H A DMakefile14 cp gencat $(PREFIX)/usr/bin
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmach_vm.defs80 #define PREFIX(NAME) _kernelrpc_ ## NAME
82 #define PREFIX(NAME) NAME
93 routine PREFIX(mach_vm_allocate) (
104 routine PREFIX(vm_allocate) (
120 routine PREFIX(mach_vm_deallocate) (
130 routine PREFIX(vm_deallocate) (
149 routine PREFIX(mach_vm_protect) (
163 routine PREFIX(vm_protect) (
199 routine PREFIX(mach_vm_read) (
201 routine PREFIX(vm_rea
[all...]
/macosx-10.10.1/libiconv-42/libiconv/po/
H A DMakefile.msvc.sh12 # PREFIX=Some\Directory Base directory for installation
13 !if !defined(PREFIX)
14 PREFIX = c:\usr
21 prefix = $(PREFIX)
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmltok.c27 { PREFIX(prologTok), PREFIX(contentTok), PREFIX(cdataSectionTok) }, \
28 { PREFIX(attributeValueTok), PREFIX(entityValueTok) }, \
29 PREFIX(sameName), \
30 PREFIX(nameMatchesAscii), \
31 PREFIX(nameLength), \
32 PREFIX(skipS), \
33 PREFIX(getAtt
178 #define PREFIX macro
333 #undef PREFIX macro
430 #define PREFIX macro
490 #undef PREFIX macro
492 #define PREFIX macro
553 #undef PREFIX macro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/com_err/
H A Dparse.y59 %token ET INDEX PREFIX CFPREFIX EC ID END
106 | PREFIX STRING
114 | PREFIX
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok_impl.c109 #ifndef PREFIX
110 #define PREFIX(ident) ident macro
116 int PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end,
154 int PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end,
161 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr);
201 int PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, int *tokPtr)
245 int PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end,
262 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
286 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
308 int PREFIX(scanCdataSectio
[all...]

Completed in 165 milliseconds

1234567891011