Searched refs:PR (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/transfer/
H A Dreceive.tcl17 proc PR {f args} { procedure
24 -progress [list PR $file]
H A Dsreceive.tcl24 proc PR {f args} { procedure
34 -progress [list PR $file] \
H A Dtransmit.tcl19 proc PR {f args} { procedure
26 -progress [list PR $file]
H A Dstransmit.tcl27 proc PR {f args} { procedure
37 -progress [list PR $file] \
/macosx-10.9.5/lukemftp-13.92.1/
H A DMakefile43 PR-4074918.ftp.c.patch \
45 PR-7577277.cmds.c.patch \
46 PR-7577277.extern.h.patch \
47 PR-7577277.fetch.c.patch \
48 PR-7577277.main.c.patch \
49 PR-7577277.util.c.patch \
50 PR-13253996_ftp.c.patch
/macosx-10.9.5/lukemftpd-50/
H A DMakefile35 PR-3795936.long-username.patch \
36 PR-3886477.ftpd.c.patch \
37 PR-4608716.ls.c.patch \
38 PR-4581099.ftpd.c.patch \
39 PR-4616924.ftpd.c.patch \
40 PR-5815072.ftpd.c.patch \
44 PR-10519551.patch \
45 PR-10452181.conf.c.patch \
46 PR-10804931.patch
/macosx-10.9.5/zlib-53/zlib/old/as400/
H A Dzlib.inc103 D compress PR 10I 0 extproc('compress')
109 D compress2 PR 10I 0 extproc('compress2')
116 D compressBound PR 10U 0 extproc('compressBound')
119 D uncompress PR 10I 0 extproc('uncompress')
125 D gzopen PR extproc('gzopen')
130 D gzdopen PR extproc('gzdopen')
135 D gzsetparams PR 10I 0 extproc('gzsetparams')
140 D gzread PR 10I 0 extproc('gzread')
145 D gzwrite PR 10I 0 extproc('gzwrite')
150 D gzputs PR 1
[all...]
/macosx-10.9.5/shell_cmds-175/hexdump/
H A Dhexdump.h59 } PR; typedef in typeref:struct:_pr
94 void bpad(PR *);
95 void conv_c(PR *, u_char *, size_t);
96 void conv_u(PR *, u_char *);
H A Dconv.c53 conv_c(PR *pr, u_char *p, size_t bufsize)
153 conv_u(PR *pr, u_char *p)
H A Ddisplay.c59 static __inline void print(PR *, u_char *);
66 PR *pr;
119 print(PR *pr, u_char *bp)
217 bpad(PR *pr)
H A Dparse.c211 PR *pr, **nextpr = NULL;
223 if ((pr = calloc(1, sizeof(PR))) == NULL)
401 * Copy to PR format string, set conversion character
/macosx-10.9.5/uucp-11/
H A DMakefile46 AEP_Patches = PR-3996371-conf.diff \
47 PR-4883535.patch \
48 PR-4383204.patch \
49 PR-4905054.manpages.patch
/macosx-10.9.5/apache-786.1/
H A DMakefile13 PR-3921505.diff \
16 PR-3853520.diff \
18 PR-5432464.diff \
19 PR-4764662.diff \
20 PR-7484748-EALREADY.diff \
21 PR-7652362-ulimit.diff \
22 PR-6223104.diff \
23 PR-10154185.diff
/macosx-10.9.5/ntp-88/libntp/
H A Dicom.c29 * Frames begin with a two-octet preamble PR-PR followyd by the
40 * | PR | PR | RE | TX | CN | DA | FI |
64 u_char cmd[] = {PAD, PR, PR, 0, TX, V_SFREQ, 0, 0, 0, 0, FI,
/macosx-10.9.5/procmail-14/
H A DMakefile51 PR-3076981.diff \
52 PR-7556883.diff
/macosx-10.9.5/ntp-88/include/
H A Dicom.h44 #define PR 0xfe /* preamble */ macro
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonPeephole.cpp247 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. local
270 unsigned PSrc = MI->getOperand(PR).getReg();
272 MI->getOperand(PR).setReg(POrig);
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dbs.c175 #define PR (void)addstr macro
240 PR(" \\\n");
241 PR(" \\ \\ \\\n");
242 PR(" \\ \\ \\ \\ \\_____________\n");
243 PR(" \\ \\ \\_____________ \\ \\/ |\n");
244 PR(" \\ \\/ \\ \\/ |\n");
245 PR(" \\/ \\_____/ |__\n");
246 PR(" ________________/ |\n");
247 PR(" \\ S.S. Penguin |\n");
248 PR(" \\ /\
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterScavenging.cpp68 BitVector PR = MBB->getParent()->getFrameInfo()->getPristineRegs(MBB); local
69 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
H A DPasses.cpp446 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
447 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue());
448 const PassInfo *IPI = PR->getPassInfo(StringRef("print-machineinstrs"));
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc.h54 #define PR IA64_OPND_PR macro
/macosx-10.9.5/groff-38/
H A DMakefile30 PR-13280133.diff
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetRegisterInfo.h896 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintReg &PR) { argument
897 PR.print(OS);
919 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintRegUnit &PR) { argument
920 PR.print(OS);
/macosx-10.9.5/llvmCore-3425.0.33/tools/llc/
H A Dllc.cpp530 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
532 const PassInfo *PI = PR->getPassInfo(StartAfter);
540 const PassInfo *PI = PR->getPassInfo(StopAfter);
/macosx-10.9.5/groff-38/groff/font/devps/generate/
H A DMakefile38 HNI HNR NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI
102 PR:

Completed in 448 milliseconds

12