Searched refs:tmpc (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/mopd/common/ |
H A D | dl.c | 37 u_char tmpc, c, program[17], code, *ucp; in mopDumpDL() local 130 mopPrintDevice(fd, tmpc); in mopDumpDL() 138 mopPrintPGTY(fd, tmpc); in mopDumpDL() 143 for (i = 0; i < tmpc; i++) { in mopDumpDL() 152 mopPrintBPTY(fd, tmpc); in mopDumpDL() 163 tmpc = mopGetChar(pkt, &idx); /* Error */ in mopDumpDL() 165 if (tmpc == 0) in mopDumpDL() 175 mopPrintDevice(fd, tmpc); in mopDumpDL() 184 tmpc = mopGetChar(pkt, &idx); /* Bits */ in mopDumpDL() 221 while (tmpc != MOP_K_PLTP_END) { in mopDumpDL() [all …]
|
H A D | rc.c | 100 if (tmpc == 0) in mopDumpRC() 102 if (tmpc == 254) { in mopDumpRC() 104 tmpc = 0; in mopDumpRC() 106 if (tmpc == 255) { in mopDumpRC() 108 tmpc = 0; in mopDumpRC() 110 if (tmpc > 0) { in mopDumpRC() 231 fprintf(fd, "Control Flags: %02x Message %d ", tmpc, tmpc & 1); in mopDumpRC() 232 if (tmpc & 2) in mopDumpRC() 259 fprintf(fd, "Control Flags: %02x Message %d ", tmpc, tmpc & 1); in mopDumpRC() 260 if (tmpc & 2) in mopDumpRC() [all …]
|
H A D | print.c | 424 u_char ilen, tmpc, device; in mopPrintInfo() local 446 *idx = *idx + tmpc; in mopPrintInfo() 507 tmpc = mopGetChar(pkt, idx); in mopPrintInfo() 509 if (tmpc == 0) in mopPrintInfo() 511 if (tmpc == 254) { in mopPrintInfo() 513 tmpc = 0; in mopPrintInfo() 515 if (tmpc == 255) { in mopPrintInfo() 517 tmpc = 0; in mopPrintInfo() 519 if (tmpc > 0) { in mopPrintInfo() 531 switch (tmpc) { in mopPrintInfo() [all …]
|
/openbsd/usr.sbin/mopd/mopd/ |
H A D | process.c | 49 u_char ilen, tmpc, device; in mopProcessInfo() local 68 tmpc = mopGetChar(pkt, idx); in mopProcessInfo() 69 *idx = *idx + tmpc; in mopProcessInfo() 91 tmpc = mopGetChar(pkt, idx); in mopProcessInfo() 92 *idx = *idx + tmpc; in mopProcessInfo() 341 u_char tmpc; in mopProcessDL() local 381 tmpc); in mopProcessDL() 389 if (tmpc > sizeof(pfile) - 1) in mopProcessDL() 391 for (i = 0; i < tmpc; i++) { in mopProcessDL() 396 if (tmpc == 0) { in mopProcessDL() [all …]
|
/openbsd/usr.sbin/mopd/mopprobe/ |
H A D | mopprobe.c | 126 u_char *dst, *src, mopcode, tmpc, device, ilen; in mopProcess() local 208 tmpc = mopGetChar(pkt,&idx); in mopProcess() 209 idx = idx + tmpc; in mopProcess() 246 tmpc = mopGetChar(pkt,&idx); in mopProcess() 247 if ((tmpc > 0) && (tmpc < 17)) in mopProcess() 248 idx = idx + tmpc; in mopProcess()
|
/openbsd/gnu/usr.bin/perl/t/porting/ |
H A D | extrefs.t | 64 if (open(my $tmpc, ">$tmp.c")) { 65 print $tmpc $c; 66 unless (close($tmpc)) {
|