Searched refs:pl (Results 351 - 375 of 622) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Da2ps.vim36 \ '\<\%(del\|pro\|ps\|pl\|toc\|user\|\)\ze\.'
H A Dpcap.vim31 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
/macosx-10.10.1/libxslt-13/libxslt/tests/XSLTMark/
H A DMakefile.am4 dbgen.pl \
75 db100.xml: $(srcdir)/dbgen.pl
76 $(PERL) $(srcdir)/dbgen.pl 100 > db100.xml
78 db1000.xml: $(srcdir)/dbgen.pl
79 $(PERL) $(srcdir)/dbgen.pl 1000 > db1000.xml
81 db10000.xml: $(srcdir)/dbgen.pl
82 $(PERL) $(srcdir)/dbgen.pl 10000 > db10000.xml
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dsecurity.c496 prot(char *pl) argument
505 if(!strcasecmp(pl, "C"))
507 else if(!strcasecmp(pl, "S"))
509 else if(!strcasecmp(pl, "E"))
511 else if(!strcasecmp(pl, "P"))
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp187 int32_t pl=prefixLength; local
188 s1+=pl;
189 s2+=pl;
198 ++pl; // increment shared same-prefix length
200 prefixLength=pl;
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dobject.cpp111 position::position(const place &pl) argument
113 if (pl.obj != 0) {
115 object *tem = pl.obj;
119 x = pl.x;
120 y = pl.y;
917 place *pl; variable
918 while (iter.next(&key, &pl))
919 if (key && csupper(key[0]) && pl->obj == 0) {
920 pl->x += a.x;
921 pl
1965 follow(const place &pl, place *result) const argument
[all...]
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.c453 ParmList *pl = CopyParmList(k.item); local
454 Setattr(nn,key,pl);
455 Delete(pl);
1691 ParmList *pl = CopyParmList(throws); local
1692 if (throws) Setattr(new_function,"throws",pl);
1693 Delete(pl);
1813 ParmList *pl; member in union:YYSTYPE
4560 top = (yyvsp[(3) - (5)].pl);
5528 { (yyval.str) = (yyvsp[(3) - (5)].pl); }
5558 val = (yyvsp[(3) - (7)].pl);
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c313 const Char *pe, *pm, *pm1, *pl; local
350 for (i = 0, pl = pm = ptr; pm <= pe; pm++)
380 for (lm = ls; (pl < pm); *lm++ = *pl++)
386 for (pl = pe + 1; (*lm++ = *pl++) != EOS;)
396 pl = pm + 1;
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfo.c317 CFPropertyListRef pl = NULL;
323 *der_p = der_decode_plist(allocator, kCFPropertyListImmutable, &pl, error, *der_p, sequence_end);
331 if (CFGetTypeID(pl) != CFDictionaryGetTypeID()) {
332 CFStringRef description = CFCopyTypeIDDescription(CFGetTypeID(pl));
339 pi->description = (CFMutableDictionaryRef) pl;
341 CFReleaseNull(pl);
408 CFReleaseNull(pl);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c1331 XOTclClasses *pl; local
1353 pl = NEW(XOTclClasses);
1354 pl->cl = cl;
1355 pl->next = base->order;
1356 base->order = pl;
1515 SearchPLMethod(XOTclClasses *pl, char *methodName, Tcl_Command *cmd) { argument
1519 for (; pl; pl = pl->next) {
1520 if ((entryPtr = XOTcl_FindHashEntry(Tcl_Namespace_cmdTable(pl
3124 XOTclClasses *pl, **clPtr = mixinClasses; local
3186 XOTclClasses *fullList, *checkList = NULL, *mixinClasses = NULL, *nextCl, *pl, local
4191 XOTclClasses *pl; local
4539 XOTclClasses *pl; local
4590 XOTclClasses *pl; local
4737 XOTclClasses *pl; local
5109 XOTclClasses *pl; local
6446 XOTclClasses *pl; local
6491 XOTclClasses *pl = ComputeOrder(cl, cl->order, Super); local
6502 XOTclClasses *pl; local
6791 XOTclClasses *pl = 0; local
8352 XOTclClasses *pl, *checkList = NULL, *mixinClasses = NULL, *mc; local
11335 XOTclClasses *pl = ComputeOrder(cl, cl->order, Super); local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dmakefile106 perl gen.pl
134 perl booker.pl
181 perl gen.pl ; mv mpi.c pre_gen/ ; \
/macosx-10.10.1/apache-793/httpd/include/
H A Dhttp_log.h620 * @param pl The piped log structure
622 AP_DECLARE(void) ap_close_piped_log(piped_log *pl); variable
626 * @param pl The piped log structure
629 AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl); variable
633 * @param pl The piped log structure
636 AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl); variable
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/Package/
H A DbuildDMG.pl3 my $versionStr = '$Id: buildDMG.pl,v 1.1.1.1 2004-12-17 21:52:17 russw Exp $';
67 my ($prog, $version) = ($versionStr =~ /:\s*(\w+).pl\S*\s+(\d+\.?\d*)/);
245 buildDMG.pl [-help] [-version] [-debug] [-buildDir dir] [-compressionLevel n] [-deleteHeaders] [-dmgName name] [-slaRsrcFile file] [-volName name]
321 a "Legacy Makefile" target. Therefore you have to set the build tool to "/usr/bin/perl", the arguments to "<pathToScript>/buildDMG.pl",
335 C</usr/bin/perl buildDMG.pl>
339 C<./buildDMG.pl -dmgName Name -buildDir build -volSize 10 -volName Volume -compressionLevel 9 -slaRsrcFile SLA.r Example.app
/macosx-10.10.1/CPANInternal-159.1/Makefiles/
H A DMakefile226 cat Makefile.PL.orig ../add_rc_constants.pl > Makefile.PL && \
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges53 ! #87127 TEST.pl removed from MANIFEST
287 ! Fixed 1158666 - stubmaker.pl no longer call deprecated subroutine
288 + stubmaker.pl got a lot of enhancements - now has help and version
289 output, run time options, etc. See 'man stubmaker.pl' for more.
290 + Classes generated by stub_maker.pl now have a special subroutine
488 + added example (google.pl)
545 + added more examples (terraserver.pl, joke.pl, weblog.pl)
592 + added full search example UDDI->WSDL->SOAP (fullsearch.pl)
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A DNTMakefile170 $(PERL) $(SRCDIR)\..\..\cf\make-proto.pl -R "^(_|^C)" -E HX509_LIB -q -P remove -o hx509-protos.h $(dist_libhx509_la_SOURCES) || $(RM) -f hx509-protos.h
175 $(PERL) $(SRCDIR)\..\..\cf\make-proto.pl -q -P remove -p hx509-private.h $(dist_libhx509_la_SOURCES) || $(RM) -f hx509-private.h
/macosx-10.10.1/ICU-531.30/icuSources/tools/genren/
H A Dgenren.pl8 #* file name: genren.pl
85 * Created by: Perl script tools/genren.pl written by Vladimir Weinstein
/macosx-10.10.1/OpenSSL098-52/src/Netware/
H A Dcpy_tests.bat58 copy %loc%\netware\do_tests.pl %2\openssl\
86 echo "Perl \openssl\do_tests.pl"
/macosx-10.10.1/OpenSSL098-52/src/crypto/cms/
H A DMakefile45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
48 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
49 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/macosx-10.10.1/OpenSSL098-52/src/crypto/dsa/
H A DMakefile43 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
46 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
47 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
48 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/macosx-10.10.1/OpenSSL098-52/src/crypto/pkcs7/
H A DMakefile62 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
65 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
66 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
67 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/macosx-10.10.1/OpenSSL098-52/src/crypto/rand/
H A DMakefile43 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
46 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
47 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
48 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/macosx-10.10.1/OpenSSL098-52/src/fips/dsa/
H A DMakefile46 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
49 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
50 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TEST)
51 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/apps $(APPS)
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/staticstub/
H A Dtests.sh84 $PERL ../digcomp.pl knowngood.dig.out.rec dig.out.ns2.test$n || ret=1
160 if $PERL ../testsock6.pl ::1
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Doakley.h199 u_int8_t type; /* type of CERT, must be same to pl->v[0]*/
201 vchar_t *pl; /* CERT payload minus isakmp general header */ member in struct:cert_t_tag

Completed in 448 milliseconds

<<11121314151617181920>>