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

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dstop.sh21 $PERL ./stop.pl "$@"
H A Dstart.sh21 $PERL start.pl "$@"
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/stress/
H A Dsetup.sh24 $PERL setup.pl
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/
H A Dstop.sh20 $PERL ./stop.pl "$@"
H A Dstart.sh20 $PERL start.pl "$@"
/macosx-10.9.5/Libinfo-449.1.3/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.9.5/CPAN-52/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.9.5/Security-55471.14.18/utilities/src/
H A Dder_plist.c36 CFPropertyListRef* pl, CFErrorRef *error,
47 return der_decode_null(allocator, mutability, (CFNullRef*)pl, error, der, der_end);
49 return der_decode_boolean(allocator, mutability, (CFBooleanRef*)pl, error, der, der_end);
51 return der_decode_data(allocator, mutability, (CFDataRef*)pl, error, der, der_end);
53 return der_decode_date(allocator, mutability, (CFDateRef*)pl, error, der, der_end);
55 return der_decode_array(allocator, mutability, (CFArrayRef*)pl, error, der, der_end);
57 return der_decode_string(allocator, mutability, (CFStringRef*)pl, error, der, der_end);
59 return der_decode_number(allocator, mutability, (CFNumberRef*)pl, error, der, der_end);
61 return der_decode_dictionary(allocator, mutability, (CFDictionaryRef*)pl, error, der, der_end);
69 size_t der_sizeof_plist(CFPropertyListRef pl, CFErrorRe argument
35 der_decode_plist(CFAllocatorRef allocator, CFOptionFlags mutability, CFPropertyListRef* pl, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
101 der_encode_plist(CFPropertyListRef pl, CFErrorRef *error, const uint8_t *der, uint8_t *der_end) argument
[all...]
H A Dder_plist.h30 size_t der_sizeof_plist(CFPropertyListRef pl, CFErrorRef *error);
32 uint8_t* der_encode_plist(CFPropertyListRef pl, CFErrorRef *error,
35 const uint8_t* der_decode_plist(CFAllocatorRef pl, CFOptionFlags mutability,
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dder_plist.c36 CFPropertyListRef* pl, CFErrorRef *error,
47 return der_decode_null(allocator, mutability, (CFNullRef*)pl, error, der, der_end);
49 return der_decode_boolean(allocator, mutability, (CFBooleanRef*)pl, error, der, der_end);
51 return der_decode_data(allocator, mutability, (CFDataRef*)pl, error, der, der_end);
53 return der_decode_date(allocator, mutability, (CFDateRef*)pl, error, der, der_end);
55 return der_decode_array(allocator, mutability, (CFArrayRef*)pl, error, der, der_end);
57 return der_decode_string(allocator, mutability, (CFStringRef*)pl, error, der, der_end);
59 return der_decode_number(allocator, mutability, (CFNumberRef*)pl, error, der, der_end);
61 return der_decode_dictionary(allocator, mutability, (CFDictionaryRef*)pl, error, der, der_end);
69 size_t der_sizeof_plist(CFPropertyListRef pl, CFErrorRe argument
35 der_decode_plist(CFAllocatorRef allocator, CFOptionFlags mutability, CFPropertyListRef* pl, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
101 der_encode_plist(CFPropertyListRef pl, CFErrorRef *error, const uint8_t *der, uint8_t *der_end) argument
[all...]
H A Dder_plist.h30 size_t der_sizeof_plist(CFPropertyListRef pl, CFErrorRef *error);
32 uint8_t* der_encode_plist(CFPropertyListRef pl, CFErrorRef *error,
35 const uint8_t* der_decode_plist(CFAllocatorRef pl, CFOptionFlags mutability,
/macosx-10.9.5/MITKerberosShim-62.1/
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.9.5/CPANInternal-140/Variable-Magic/
H A DMakefile.PL15 my $pl = $Config{perl_patchlevel};
17 if (defined $pl && length $pl) {
18 $pl = int $pl;
19 push @DEFINES, '-DVMG_PERL_PATCHLEVEL=' . $pl;
20 print $pl, "\n";
22 $pl = undef;
46 if ($^V ge v5.11.0 and not defined $pl) {
/macosx-10.9.5/objc4-551.1/
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.9.5/CPANInternal-140/TermReadKey/
H A DMakefile.PL38 sgtty cchars.h: genchars.pl
39 \$(PERL) -I\$(PERL_LIB) genchars.pl
41 distcc: genchars.pl
42 \$(PERL) -I\$(PERL_LIB) genchars.pl dist
54 s/test.pl/-w test.pl/;
/macosx-10.9.5/dyld-239.4/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.9.5/objc4-551.1/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.9.5/tcl-102/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.9.5/Heimdal-323.92.1/lib/gssapi/netlogon/
H A Dregen.sh3 perl ../../../cf/make-proto.pl -q -P comment -p netlogon-private.h *.c
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/
H A DMakefile2 exec perl mklistpage.pl > menubody.html
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/xferquota/
H A Dsetup.sh24 $PERL setup.pl
/macosx-10.9.5/ntfs-83/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...]
/macosx-10.9.5/libclosure-63/objectTests/
H A Dmakefile3 perl test.pl $(MAKEFLAGS)
7 perl test.pl $(MAKEFLAGS) MEM=mrc,gc CC=clang,llvm-gcc-4.2,gcc-4.2 LANGUAGE=c,c++,objc,objc++
11 perl test.pl $(MAKEFLAGS) ARCH=x86_64,i386 MEM=mrc,gc CC=clang,llvm-gcc-4.2,gcc-4.2 LANGUAGE=c,c++,objc,objc++
14 perl test.pl $(MAKEFLAGS) ARCH=i386 SDK=iphonesimulator MEM=mrc CC=clang,llvm-gcc-4.2,gcc-4.2 LANGUAGE=c,c++,objc,objc++
17 perl test.pl $(MAKEFLAGS) ARCH=armv6,armv7 SDK=iphoneos MEM=mrc CC=clang,llvm-gcc-4.2,gcc-4.2 LANGUAGE=c,c++,objc,objc++
20 @ perl test.pl clean
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A DMakefile15 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
17 llvm-native-gxx makellvm profile.pl vim
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnetinfo.c94 ni_proplist *pl,
101 MM_GROW_ARRAY(pl->nipl_val, pl->nipl_len);
102 for (i = pl->nipl_len; i > where; i--) {
103 pl->nipl_val[i] = pl->nipl_val[i - 1];
105 pl->nipl_val[i] = ni_prop_dup(prop);
106 pl->nipl_len++;
111 ni_proplist *pl,
117 ni_prop_free(&pl
93 ni_proplist_insert( ni_proplist *pl, const ni_property prop, ni_index where ) argument
110 ni_proplist_delete( ni_proplist *pl, ni_index which ) argument
159 ni_proplist_match( const ni_proplist pl, ni_name_const pname, ni_name_const pval ) argument
327 ni_proplist_dump(ni_proplist * pl) argument
[all...]

Completed in 201 milliseconds

1234567891011>>