Searched refs:ln (Results 1 - 25 of 615) sorted by relevance

1234567891011>>

/macosx-10.10.1/libpthread-105.1.4/xcodescripts/
H A Dinstall-symlinks.sh31 ln -sf "pthread/pthread.h" "$DSTROOT/usr/include/pthread.h"
32 ln -sf "pthread/pthread_impl.h" "$DSTROOT/usr/include/pthread_impl.h"
33 ln -sf "pthread/pthread_spis.h" "$DSTROOT/usr/include/pthread_spis.h"
34 ln -sf "pthread/sched.h" "$DSTROOT/usr/include/sched.h"
36 ln -sf "pthread/posix_sched.h" "$DSTROOT/usr/local/include/posix_sched.h"
37 ln -sf "pthread/spinlock_private.h" "$DSTROOT/usr/local/include/pthread_spinlock.h"
38 ln -sf "pthread/workqueue_private.h" "$DSTROOT/usr/local/include/pthread_workqueue.h"
40 ln -sf "../../../../../../../usr/local/include/pthread/tsd_private.h" \
/macosx-10.10.1/iodbc-42.5/iodbc/mac/
H A Dlink-inclibs.sh102 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/include/isqlext.h"
106 ln -s "$ODBC_FW/Headers/isqltypes.h" "$PREFIX/include/isqltypes.h"
107 ln -s "$ODBC_FW/Headers/sql.h" "$PREFIX/include/sql.h"
108 ln -s "$ODBC_FW/Headers/sqlext.h" "$PREFIX/include/sqlext.h"
109 ln -s "$ODBC_FW/Headers/sqltypes.h" "$PREFIX/include/sqltypes.h"
110 ln -s "$ODBC_FW/Headers/sqlucode.h" "$PREFIX/include/sqlucode.h"
112 ln
[all...]
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dpoint.sh7 ln -s "$1" "$2"
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html2.awk7 getline ln
8 numf = split (ln, spln)
10 if ( ln !~ "Name: *" )
16 while ( ln !~ "^</table>" )
23 getline ln
24 numf = split (ln, spln)
41 while ( ln !~ "^</table>" )
43 print ln
44 getline ln
/macosx-10.10.1/curl-83.1.2/xcscripts/
H A Dlink_dylibs.sh5 ln -s "$FULL_PRODUCT_NAME" "$INSTALL_DIR"/libcurl.dylib
9 ln -s "$FULL_PRODUCT_NAME" "$INSTALL_DIR"/libcurl.3.dylib
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dbase64_code.h28 #define base64_encode(bp, cp, ln) \
29 base64_encode_opt((bp), (cp), (ln), BASE64_FLAG_NONE)
30 #define base64_decode(bp, cp, ln) \
31 base64_decode_opt((bp), (cp), (ln), BASE64_FLAG_NONE)
/macosx-10.10.1/Libnotify-133.1.1/xcodescripts/
H A Dsim-compat-symlink.sh4 ln -s libsystem_notify.dylib ${DSTROOT}${INSTALL_PATH}/libnotify_sim.dylib
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dchange_lf.cpp34 void change_lineno(int ln) argument
36 current_lineno = ln;
H A Dlf.cpp36 int ln = 0; local
38 ln *= 10;
39 ln += *p++ - '0';
46 change_lineno(ln);
61 change_lineno(ln);
/macosx-10.10.1/syslog-267/xcodescripts/
H A Dsim-compat-symlink.sh4 ln -s libsystem_asl.dylib ${DSTROOT}${INSTALL_PATH}/libsystem_sim_asl.dylib
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dinstall_zoneinfo.sh5 ln -hfs "/var/db/timezone/zoneinfo" "${DSTROOT}/usr/share/zoneinfo"
/macosx-10.10.1/expat-12/xcodescripts/
H A Dlib_symlinks.sh5 ln -s libexpat.1.dylib ${DSTROOT}/usr/lib/libexpat.dylib
6 ln -s libexpat.1.dylib ${DSTROOT}/usr/lib/libexpat.1.5.2.dylib
/macosx-10.10.1/libarchive-30/xcodescripts/
H A Dcreate_tar_symlinks.sh8 ln -s bsdtar ${DSTROOT}/usr/bin/tar
9 ln -s bsdtar.1 ${DSTROOT}/usr/share/man/man1/tar.1
H A Dcreate_dylib_symlinks.sh7 ln -s libarchive.2.dylib ${DSTROOT}/usr/lib/libarchive.dylib
/macosx-10.10.1/Libsystem-1213/xcodescripts/
H A Dcreate_system_framework.sh17 ln -sf "Versions/Current/PrivateHeaders" "${DSTROOT}/${FPATH}/PrivateHeaders" || exit 1
18 ln -sf "Versions/Current/Resources" "${DSTROOT}/${FPATH}/Resources" || exit 1
21 ln -sf "B" "${DSTROOT}/${FPATH}/Versions/Current" || exit 1
29 ln -sf "Versions/Current/System${suffix}" "${DSTROOT}/${FPATH}/System${suffix}" || exit 1
32 ln -sf "../../../../../../usr/lib/libSystem${suffix}.dylib" "${DSTROOT}/${FPATH}/Versions/B/System${suffix}" || exit 1
34 ln -sf "../../../../../../usr/lib/libSystem.B${suffix}.dylib" "${DSTROOT}/${FPATH}/Versions/B/System${suffix}" || exit 1
H A Dcreate_dylib_symlinks.sh24 ln -sf "libSystem${suffix}.dylib" "${DSTROOT}/usr/lib/libSystem.B${suffix}.dylib" || exit 1
26 ln -sf "libSystem.B${suffix}.dylib" "${DSTROOT}/usr/lib/libSystem${suffix}.dylib" || exit 1
30 ln -sf "libSystem.dylib" "${DSTROOT}/usr/lib/lib${i}.dylib" || exit 1
/macosx-10.10.1/bzip2-36/xcodescripts/
H A Dcreate_man_symlinks.sh7 ln -s bzip2.1 ${DSTROOT}/usr/share/man/man1/bunzip2.1
8 ln -s bzip2.1 ${DSTROOT}/usr/share/man/man1/bzcat.1
9 ln -s bzip2.1 ${DSTROOT}/usr/share/man/man1/bzip2recover.1
11 ln -s bzdiff.1 ${DSTROOT}/usr/share/man/man1/bzcmp.1
13 ln -s bzmore.1 ${DSTROOT}/usr/share/man/man1/bzless.1
H A Dcreate_bzip2_links.sh9 ln ${DSTROOT}/usr/bin/bzip2 ${DSTROOT}/usr/bin/bunzip2
10 ln ${DSTROOT}/usr/bin/bzip2 ${DSTROOT}/usr/bin/bzcat
H A Dcreate_dylib_symlinks.sh7 ln -fs libbz2.1.0.dylib ${DSTROOT}/usr/lib/libbz2.dylib
8 ln -fs libbz2.1.0.dylib ${DSTROOT}/usr/lib/libbz2.1.0.5.dylib
/macosx-10.10.1/vim-55/xcodescripts/
H A Dinstall-man-pages.sh20 ln "$MANDIR"/vim.1 "$MANDIR"/ex.1
21 ln "$MANDIR"/vim.1 "$MANDIR"/vi.1
22 ln "$MANDIR"/vim.1 "$MANDIR"/view.1
23 ln "$MANDIR"/vim.1 "$MANDIR"/rvim.1
24 ln "$MANDIR"/vim.1 "$MANDIR"/rview.1
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dasn_moid.c115 char *ln, *ostr, *p, *lntmp; local
119 ln = name;
124 ln = NULL;
131 nid = OBJ_create(ostr, name, ln);
138 ln = value;
139 while(isspace((unsigned char)*ln)) ln++;
143 if (p == ln)
148 lntmp = OPENSSL_malloc((p - ln) + 1);
151 memcpy(lntmp, ln,
[all...]
/macosx-10.10.1/adv_cmds-158/xcodescripts/
H A Dvariant_links.sh10 ln ${DSTROOT}/usr/bin/pkill ${DSTROOT}/usr/bin/pgrep
11 ln ${DSTROOT}/usr/share/man/man1/pkill.1 ${DSTROOT}/usr/share/man/man1/pgrep.1
/macosx-10.10.1/OpenSSL098-52/src/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL; local
89 r->ln=r->sn=NULL;
90 if (o->ln != NULL)
92 i=strlen(o->ln)+1;
93 r->ln=ln=OPENSSL_malloc(i);
94 if (r->ln == NULL) goto err;
95 memcpy(ln,o->ln,i);
114 if (ln !
[all...]
/macosx-10.10.1/IOSerialFamily-74/pbxbuild.data/IOSerialFamily.build/
H A DBPTag0002 mkdir -p "${DERIVED_SOURCES_DIR}/IOKit" && ln -sf "${SRCROOT}/IOSerialFamily.kmodproj" "${DERIVED_SOURCES_DIR}/IOKit/serial";
H A DBPTag000-script.sh2 mkdir -p "${DERIVED_SOURCES_DIR}/IOKit" && ln -sf "${SRCROOT}/IOSerialFamily.kmodproj" "${DERIVED_SOURCES_DIR}/IOKit/serial";

Completed in 294 milliseconds

1234567891011>>