| /NextBSD/tools/tools/nanobsd/ |
| HD | fill_pkg.sh | 77 PL=$NANO_PACKAGE_DIR/_list 78 true > $PL 81 ports_recurse `pwd`/$PL $i 84 for i in `cat $PL` 95 rm -f $PL
|
| /NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMBaseInfo.h | 35 PL, // Plus, positive or zero >, ==, or unordered enumerator 54 case MI: return PL; in getOppositeCondition() 55 case PL: return MI; in getOppositeCondition() 75 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
|
| /NextBSD/sys/arm/xilinx/zedboard/ |
| HD | files.zedboard | 7 # for Zedboard PL peripherals such as HDMI, VGA, or Audio Codecs. For
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | PPLexerChange.cpp | 80 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile() local 81 EnterSourceFileWithPTH(PL, CurDir); in EnterSourceFile() 136 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, in EnterSourceFileWithPTH() argument 143 CurPTHLexer.reset(PL); in EnterSourceFileWithPTH()
|
| /NextBSD/share/syscons/fonts/ |
| HD | iso07-8x16.fnt | 35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(` 73 M`````/YF8FAX:&!B9OX```````#^QH8,&#!@PL;^````````QL;&QO[&QL;&
|
| HD | iso02-8x16.fnt | 35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(` 65 M&#!@PL;^`````!@8`/[&C!@P8,+&_@``````.&QL.```````````````````
|
| HD | cp1251-8x16.fnt | 35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(` 83 M``````#^P/S&QL;\````````````_,;&_,;&_````````````/[&PL#`P,``
|
| HD | koi8-rc-8x16.fnt | 35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(` 60 MQL;&QL;&QOX``````&#P8&QV9F9F9N8&##`````8$`#^PL#`P,#`````````
|
| HD | iso08-8x16.fnt | 35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(`
|
| HD | iso-8x16.fnt | 70 M,&;.ECX&!@```,#`PL;,&#!@SIL&#!\```#P,'(V[!@P9LZ6/@8&`````#`P
|
| HD | iso09-8x16.fnt | 70 M,&;.ECX&!@```,#`PL;,&#!@SIL&#!\```#P,'(V[!@P9LZ6/@8&`````#`P
|
| HD | iso04-8x14.fnt | 31 M``#^QH8,&#!@PL;^`````'Q@8&!@8&!@8'P`````P,!@8#`8&`P&!@````!\
|
| HD | iso04-vga9-8x14.fnt | 31 M``#^QH8,&#!@PL;^`````'Q@8&!@8&!@8'P`````P,!@8#`8&`P&!@````!\
|
| HD | iso05-8x16.fnt | 35 M``#^QH8,&#!@PL;^````````/#`P,#`P,#`P/`````````"`P.!P.!P.!@(`
|
| /NextBSD/libexec/getty/ |
| HD | main.c | 327 if (IM && *IM && !(PL && PP)) in main() 354 } else if (!(PL && PP)) in main() 356 if (rval == 2 || (PL && PP)) { in main()
|
| HD | gettytab.h | 173 #define PL gettyflags[25].value macro
|
| /NextBSD/contrib/subversion/ |
| HD | Makefile.in | 835 $(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in 836 ./config.status subversion/bindings/swig/perl/native/Makefile.PL 838 $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL 839 cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Module.cpp | 481 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() argument 482 addModuleFlag(ModFlagBehavior::Error, "PIC Level", PL); in setPICLevel()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Driver.cpp | 1375 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL; in BuildActions() local 1380 PL.clear(); in BuildActions() 1381 types::getCompilationPhases(InputType, PL); in BuildActions() 1385 phases::ID InitialPhase = PL[0]; in BuildActions() 1425 for (auto i = PL.begin(), e = PL.end(); i != e; ++i) { in BuildActions() 1436 for (SmallVectorImpl<phases::ID>::iterator i = PL.begin(), e = PL.end(); in BuildActions() 1483 if (FinalPhase == phases::Link && PL.size() == 1) { in BuildActions()
|
| /NextBSD/usr.sbin/makefs/cd9660/ |
| HD | iso9660_rrip.h | 185 ISO_RRIP_PLINK PL; member
|
| HD | iso9660_rrip.c | 192 t->attr.rr_entry.PL.dir_loc); in cd9660_rrip_finalize_node() 483 p->attr.rr_entry.PL.h.length[0] = 12; in cd9660_rrip_PL() 484 p->attr.rr_entry.PL.h.version[0] = 1; in cd9660_rrip_PL()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/Utils/ |
| HD | AArch64BaseInfo.h | 199 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator 222 case PL: return "pl"; in getCondCodeName() 256 case PL: return 0; // N == 0 in getNZCVToSatisfyCondCode()
|
| /NextBSD/usr.bin/calendar/calendars/ |
| HD | calendar.computer | 26 03/01 First NPL (later PL/I) report published, 1964
|
| /NextBSD/crypto/heimdal/lib/gssapi/mech/ |
| HD | mech.cat5 | 46 EEXXAAMMPPLLEESS
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | RAND_egd.pod | 45 Makefile.PL; make; make install> to install). It is run as B<egd>
|