HomeSort by: relevance | last modified time | path
    Searched defs:outc (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/tset/
misc.c 62 outc(int c) function
  /src/crypto/external/apache2/openssl/dist/fuzz/
punycode.c 27 char outc[16]; local
34 ossl_a2ulabel(b, outc, sizeof(outc));
  /src/usr.bin/unvis/
unvis.c 112 char outc; local
117 switch(ret = unvis(&outc, (char)c, &state, eflags)) {
119 (void)putchar(outc);
122 (void)putchar(outc);
136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID)
137 (void)putchar(outc);
  /src/bin/sh/
output.h 103 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c))) macro
104 #define out1c(c) outc(c, out1)
105 #define out2c(c) outc(c, out2)
106 #define outxc(c) outc(c, outx)
  /src/usr.bin/ul/
ul.c 86 static void outc(int);
288 outc(' ');
291 outc(obuf[i].c_char);
420 outc(int c) function
  /src/crypto/external/apache2/openssl/dist/include/internal/
constant_time.h 461 unsigned char *outc = (unsigned char *)out; local
470 *(outc + j) |= constant_time_select_8(mask, *(tablec++), 0);
  /src/crypto/external/bsd/netpgp/dist/src/libpaa/
libpaa.c 235 int outc; local
249 outc = snprintf(out, outsize, "Authorization: PubKey.v1\r\n");
251 outc += snprintf(&out[outc], outsize - outc, " id=\"%s\"", response->userid);
252 outc += snprintf(&out[outc], outsize - outc, ",\r\n challenge=\"%s\"", challenge);
253 outc += snprintf(&out[outc], outsize - outc, ",\r\n realm=\"%s\"", response->realm)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/internal/
constant_time.h 425 unsigned char *outc = (unsigned char *)out; local
434 *(outc + j) |= constant_time_select_8(mask, *(tablec++), 0);
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
constant_time.h 368 unsigned char *outc = (unsigned char *)out; local
377 *(outc + j) |= constant_time_select_8(mask, *(tablec++), 0);
  /src/external/bsd/flex/dist/src/
misc.c 280 outc ('\n');
286 outc ('\n');
423 outc (',');
432 outc (',');
452 outc (',');
460 outc (',');
594 void outc (int c) function
828 outc ('\n');
831 outc ('\n');
  /src/usr.bin/ftp/
ftp.c 622 ssize_t inc, outc; local
639 inc = outc = 0;
656 outc = write(outfd, bufp, inc);
657 if (outc < 0) {
663 inc -= outc;
664 bufp += outc;
696 if (outc == -1)
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 731 void outc(unsigned char c);
735 void ascii_output_file::outc(unsigned char c) function in class:ascii_output_file
2150 ascii->outc(c);
3468 ascii->outc(' ');
3475 ascii->outc(' ');
3480 ascii->outc(' ');
4260 ascii->outc(c);
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 6143 outc (SIM_CPU *cpu, char ch) function
6192 TRACE_INSN (cpu, "OUTC R%i;", reg);
6193 outc (cpu, DREG (reg));
6219 TRACE_INSN (cpu, "OUTC %#x;", ch);
6221 outc (cpu, ch);
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 6143 outc (SIM_CPU *cpu, char ch) function
6192 TRACE_INSN (cpu, "OUTC R%i;", reg);
6193 outc (cpu, DREG (reg));
6219 TRACE_INSN (cpu, "OUTC %#x;", ch);
6221 outc (cpu, ch);

Completed in 49 milliseconds