Searched refs:pl (Results 1 - 25 of 628) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dstop.sh21 $PERL ./stop.pl "$@"
H A Dstart.sh21 $PERL start.pl "$@"
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/stress/
H A Dsetup.sh24 $PERL setup.pl
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/
H A Dstop.sh20 $PERL ./stop.pl "$@"
H A Dstart.sh20 $PERL start.pl "$@"
/macosx-10.10/OpenSSL098-52/src/util/
H A DFreeBSD.sh3 perl util/perlpath.pl /usr/bin
4 perl util/ssldir.pl /usr/local
5 perl util/mk1mf.pl FreeBSD >Makefile.FreeBSD
H A Ddo_ms.sh8 # perl util/mk1mf.pl no-sock VC-MSDOS >ms/msdos.mak
9 # perl util/mk1mf.pl VC-W31-32 >ms/w31.mak
10 perl util/mk1mf.pl dll VC-WIN16 >ms/w31dll.mak
11 # perl util/mk1mf.pl VC-WIN32 >ms/nt.mak
12 perl util/mk1mf.pl dll VC-WIN32 >ms/ntdll.mak
13 perl util/mk1mf.pl Mingw32 >ms/mingw32.mak
14 perl util/mk1mf.pl Mingw32-files >ms/mingw32f.mak
16 perl util/mkdef.pl 16 libeay > ms/libeay16.def
17 perl util/mkdef.pl 32 libeay > ms/libeay32.def
18 perl util/mkdef.pl 1
[all...]
H A Dx86asm.sh5 (cd crypto/bn/asm; perl x86.pl cpp > bn86unix.cpp)
6 (cd crypto/bn/asm; perl x86.pl win32 > bn-win32.asm)
9 (cd crypto/des/asm; perl des-586.pl cpp > dx86unix.cpp)
10 (cd crypto/des/asm; perl des-586.pl win32 > d-win32.asm)
13 (cd crypto/des/asm; perl crypt586.pl cpp > yx86unix.cpp)
14 (cd crypto/des/asm; perl crypt586.pl win32 > y-win32.asm)
17 (cd crypto/bf/asm; perl bf-586.pl cpp > bx86unix.cpp)
18 (cd crypto/bf/asm; perl bf-586.pl win32 > b-win32.asm)
21 (cd crypto/cast/asm; perl cast-586.pl cpp > cx86unix.cpp)
22 (cd crypto/cast/asm; perl cast-586.pl win3
[all...]
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dsvc_simple.c83 struct proglst *pl; variable in typeref:struct:proglst
126 pl = (struct proglst *)malloc(sizeof(struct proglst));
127 if (pl == NULL) {
131 pl->p_progname = progname;
132 pl->p_prognum = prognum;
133 pl->p_procnum = procnum;
134 pl->p_inproc = inproc;
135 pl->p_outproc = outproc;
136 pl->p_nxt = proglst;
137 proglst = pl;
149 struct proglst *pl; local
[all...]
/macosx-10.10/CPAN-56/Modules/IO-Stty-0.03/
H A DMakefile7 sed "s/@@@VERSION@@@/$$VERSIONER_PERL_VERSION/" $(MYSRC)/stty.pl.ed | ed - $(DIR)/scripts/stty.pl
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dder_plist.c52 CFPropertyListRef* pl, CFErrorRef *error,
63 return der_decode_null(allocator, mutability, (CFNullRef*)pl, error, der, der_end);
65 return der_decode_boolean(allocator, mutability, (CFBooleanRef*)pl, error, der, der_end);
67 return der_decode_data(allocator, mutability, (CFDataRef*)pl, error, der, der_end);
69 return der_decode_date(allocator, mutability, (CFDateRef*)pl, error, der, der_end);
71 return der_decode_array(allocator, mutability, (CFArrayRef*)pl, error, der, der_end);
73 return der_decode_string(allocator, mutability, (CFStringRef*)pl, error, der, der_end);
75 return der_decode_number(allocator, mutability, (CFNumberRef*)pl, error, der, der_end);
77 return der_decode_dictionary(allocator, mutability, (CFDictionaryRef*)pl, error, der, der_end);
85 size_t der_sizeof_plist(CFPropertyListRef pl, CFErrorRe argument
51 der_decode_plist(CFAllocatorRef allocator, CFOptionFlags mutability, CFPropertyListRef* pl, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
117 der_encode_plist(CFPropertyListRef pl, CFErrorRef *error, const uint8_t *der, uint8_t *der_end) argument
[all...]
H A Dder_plist.h44 size_t der_sizeof_plist(CFPropertyListRef pl, CFErrorRef *error);
46 uint8_t* der_encode_plist(CFPropertyListRef pl, CFErrorRef *error,
49 const uint8_t* der_decode_plist(CFAllocatorRef pl, CFOptionFlags mutability,
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dder_plist.c52 CFPropertyListRef* pl, CFErrorRef *error,
63 return der_decode_null(allocator, mutability, (CFNullRef*)pl, error, der, der_end);
65 return der_decode_boolean(allocator, mutability, (CFBooleanRef*)pl, error, der, der_end);
67 return der_decode_data(allocator, mutability, (CFDataRef*)pl, error, der, der_end);
69 return der_decode_date(allocator, mutability, (CFDateRef*)pl, error, der, der_end);
71 return der_decode_array(allocator, mutability, (CFArrayRef*)pl, error, der, der_end);
73 return der_decode_string(allocator, mutability, (CFStringRef*)pl, error, der, der_end);
75 return der_decode_number(allocator, mutability, (CFNumberRef*)pl, error, der, der_end);
77 return der_decode_dictionary(allocator, mutability, (CFDictionaryRef*)pl, error, der, der_end);
85 size_t der_sizeof_plist(CFPropertyListRef pl, CFErrorRe argument
51 der_decode_plist(CFAllocatorRef allocator, CFOptionFlags mutability, CFPropertyListRef* pl, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
117 der_encode_plist(CFPropertyListRef pl, CFErrorRef *error, const uint8_t *der, uint8_t *der_end) argument
[all...]
/macosx-10.10/MITKerberosShim-66/
H A Dgen.sh3 perl gen.pl l > heim-loader.c
4 perl gen.pl h > heim-sym.h
5 perl gen.pl 6 > heim-sym.x86_64.s
6 perl gen.pl 3 > heim-sym.i386.s
8 perl gen.pl 6p > heim-proxy.x86_64.s
9 perl gen.pl 3p > heim-proxy.i386.s
15 gen.pl gen.sh
/macosx-10.10/OpenSSL098-52/src/ms/
H A Ddo_ms.bat2 perl util\mkfiles.pl >MINFO
3 perl util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak
4 perl util\mk1mf.pl dll no-asm VC-WIN32 >ms\ntdll.mak
6 perl util\mk1mf.pl no-asm VC-CE >ms\ce.mak
7 perl util\mk1mf.pl dll no-asm VC-CE >ms\cedll.mak
10 perl util\mkdef.pl 32 libeay > ms\libeay32.def
11 perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
H A D32all.bat4 perl util\mkfiles.pl >MINFO
5 perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
6 perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak
7 perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak
8 perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak
9 perl util\mkdef.pl 32 libeay > ms\libeay32.def
10 perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
/macosx-10.10/objc4-646/
H A Druntests.sh21 perl test.pl ARCHS=x86_64 OBJC_ROOT="$RootsDirectory/objc4.roots/"
23 perl test.pl ARCHS=i386 OBJC_ROOT="$RootsDirectory/objc4.roots/"
25 perl test.pl ARCHS=x86_64 GUARDMALLOC=YES OBJC_ROOT="$RootsDirectory/objc4.roots/"
27 perl test.pl ARCHS=i386 GUARDMALLOC=YES OBJC_ROOT="$RootsDirectory/objc4.roots/"
29 perl test.pl clean
/macosx-10.10/dyld-353.2.1/unit-tests/
H A Drun-all-unit-tests17 ../bin/make-recursive.pl clean > /dev/null
20 ../bin/make-recursive.pl ARCH="i386" OS_VERSION=$OSVERSION OS_NAME=MacOSX | ../bin/result-filter.pl
29 ../bin/make-recursive.pl clean > /dev/null
32 ../bin/make-recursive.pl ARCH="x86_64" OS_VERSION=$OSVERSION OS_NAME=MacOSX | ../bin/result-filter.pl
/macosx-10.10/objc4-646/test/
H A DMakefile3 perl test.pl $(MAKEFLAGS)
7 perl test.pl $(MAKEFLAGS) MEM=mrc,arc,gc CC=clang LANGUAGE=objc,objc++
11 perl test.pl $(MAKEFLAGS) ARCH=x86_64,i386 MEM=mrc,arc,gc CC=clang LANGUAGE=objc,objc++
14 perl test.pl $(MAKEFLAGS) ARCH=i386 SDK=iphonesimulator MEM=mrc,arc CC=clang LANGUAGE=objc,objc++
17 perl test.pl $(MAKEFLAGS) ARCH=armv6,armv7 SDK=iphoneos MEM=mrc,arc CC=clang LANGUAGE=objc,objc++
20 @ perl test.pl clean
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dwrap.py30 pl = [ metakit.property('S','a'), variable
34 vc = metakit.wrap(dc, pl)
35 vd = metakit.wrap(dd, pl)
36 vt = metakit.wrap(dt, pl, 1)
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dregen.sh3 perl ../../../cf/make-proto.pl -q -P comment -p netlogon-private.h *.c
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dregen.sh2 perl ../../cf/make-proto.pl -q -P keep -o heimntlm-protos.h ntlm.c
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/
H A DMakefile2 exec perl mklistpage.pl > menubody.html
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/xferquota/
H A Dsetup.sh24 $PERL setup.pl
/macosx-10.10/ntfs-84/kext/
H A Dntfs_page.h51 upl_t *upl, upl_page_info_array_t *pl, u8 **kaddr,
59 * @pl: destination array of pages containing the page itself
65 * page in @pl and the address of the mapped page contents in @kaddr.
78 upl_page_info_array_t *pl, u8 **kaddr, const BOOL rw)
80 return ntfs_page_map_ext(ni, ofs, upl, pl, kaddr, TRUE, rw);
88 * @pl: destination array of pages containing the page itself
94 * page in @pl and the address of the mapped page contents in @kaddr.
108 upl_page_info_array_t *pl, u8 **kaddr, const BOOL rw)
110 return ntfs_page_map_ext(ni, ofs, upl, pl, kaddr, FALSE, rw);
114 upl_page_info_array_t pl, cons
77 ntfs_page_map(ntfs_inode *ni, s64 ofs, upl_t *upl, upl_page_info_array_t *pl, u8 **kaddr, const BOOL rw) argument
107 ntfs_page_grab(ntfs_inode *ni, s64 ofs, upl_t *upl, upl_page_info_array_t *pl, u8 **kaddr, const BOOL rw) argument
[all...]

Completed in 329 milliseconds

1234567891011>>