Searched refs:usr (Results 76 - 100 of 1425) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/scripting/
H A Derr.D_SYNTAX.pid.d0 #!/usr/sbin/dtrace -qs
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.assign.d0 #!/usr/sbin/dtrace -qs
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.egid.d0 #!/usr/sbin/dtrace -s
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.euid.d0 #!/usr/sbin/dtrace -s
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.gid.d0 #!/usr/sbin/dtrace -s
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.pgid.d0 #!/usr/sbin/dtrace -qs
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.pid.d0 #!/usr/sbin/dtrace -qs
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.ppid.d0 #!/usr/sbin/dtrace -s
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.projid.d0 #!/usr/sbin/dtrace -s
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.sid.d0 #!/usr/sbin/dtrace -s
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.taskid.d0 #!/usr/sbin/dtrace -s
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dtst.uid.d0 #!/usr/sbin/dtrace -s
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/macosx-10.10/emacs-93/emacs/src/m/
H A Dtandem-s2.h20 #define START_FILES pre-crt0.o /usr/lib/crt1.o1.31
21 #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o1.31
H A Damdx86-64.h106 installed under /usr/lib in FreeBSD, and the ones that need special paths
107 are 32-bit compatibility libraries (installed under /usr/lib32). To build
108 a native binary of Emacs on FreeBSD/amd64 we can just point to /usr/lib. */
111 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
119 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
124 #define START_FILES pre-crt0.o /usr/lib/crt0.o /usr/lib/crtbegin.o
126 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o
141 #define START_FILES pre-crt0.o /usr/lib6
[all...]
/macosx-10.10/file-46/xcodescripts/
H A Dopensource.sh3 install -d -m 0755 "$DSTROOT"/usr/local/OpenSourceLicenses \
4 "$DSTROOT"/usr/local/OpenSourceVersions
7 "$DSTROOT"/usr/local/OpenSourceLicenses/file.txt
10 "$DSTROOT"/usr/local/OpenSourceVersions/file.plist
H A Dman-pages.sh3 COMMAND="sed -e s@__CSECTION__@1@g -e s@__FSECTION__@5@g -e s@__VERSION__@5.04@g -e s@__MAGIC__@/usr/share/file/magic@g"
5 install -d -m 0755 "$DSTROOT"/usr/share/man/man1 \
6 "$DSTROOT"/usr/share/man/man5 \
7 "$DSTROOT"/usr/local/share/man/man3
9 ${COMMAND} "$SRCROOT"/file/doc/file.man > "$DSTROOT"/usr/share/man/man1/file.1
10 ${COMMAND} "$SRCROOT"/file/doc/magic.man > "$DSTROOT"/usr/share/man/man5/magic.5
11 ${COMMAND} "$SRCROOT"/file/doc/libmagic.man > "$DSTROOT"/usr/local/share/man/man3/libmagic.3
/macosx-10.10/libarchive-30/xcodescripts/
H A Dinstall_opensource_versions.sh8 mkdir -m 0755 -p ${DSTROOT}/usr/local/OpenSourceLicenses ${DSTROOT}/usr/local/OpenSourceVersions
9 install -m 0444 ${SRCROOT}/libarchive.plist ${DSTROOT}/usr/local/OpenSourceVersions/libarchive.plist
10 install -m 0444 ${SRCROOT}/libarchive/COPYING ${DSTROOT}/usr/local/OpenSourceLicenses/libarchive.txt
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
/macosx-10.10/PostgreSQL-97/Support/backup_restore/
H A Dxpg_ctl2 /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_ctl -p \
3 /Applications/Server.app/Contents/ServerRoot/usr/bin/xpostgres "$@"
/macosx-10.10/dtrace-147/test/tst/common/dtraceUtil/
H A Dtst.InvalidTraceFunc2.d.ksh9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
39 dtrace=/usr/sbin/dtrace
41 if [ -f /usr/lib/dtrace/darwin.d ]; then
H A Dtst.InvalidTraceFunc5.d.ksh9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
39 dtrace=/usr/sbin/dtrace
41 if [ -f /usr/lib/dtrace/darwin.d ]; then
/macosx-10.10/emacs-93/emacs/src/s/
H A Dbsdos2-1.h6 #define LIB_X11_LIB -L/usr/X11/lib -lX11 -lipc
H A Dbsdos4.h17 pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o
19 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o
/macosx-10.10/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/libiconv-42/xcodescripts/
H A Ddest_cleanup.sh6 chown -hR root:wheel ${DSTROOT}/usr
9 ln -s libiconv.2.4.0.dylib ${DSTROOT}/usr/lib/libiconv.dylib
10 ln -s libiconv.2.dylib ${DSTROOT}/usr/lib/libiconv.2.4.0.dylib
11 ln -s libcharset.1.0.0.dylib ${DSTROOT}/usr/lib/libcharset.dylib
12 ln -s libcharset.1.dylib ${DSTROOT}/usr/lib/libcharset.1.0.0.dylib
14 find ${DSTROOT}/usr -type f -perm +u+w -print0 | xargs -t -0 chmod -h u-w

Completed in 317 milliseconds

1234567891011>>