| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| types.h | 57 void *outs; /* output file stream */ member in struct:pgp_io_t
|
| /src/usr.sbin/lastlogin/ |
| lastlogin.c | 484 struct output **outs; local 493 outs = malloc(sizeof(*outs) * num); 494 if (!outs) 497 outs[i] = tmpo; 499 mergesort(outs, num, sizeof(*outs), comparelog); 502 output_record(outs[i]);
|
| /src/sys/netinet/ |
| sctp_timer.c | 695 struct sctp_stream_out *outs; local 708 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 710 TAILQ_FOREACH(chk, &outs->outqueue, sctp_next) { 1194 struct sctp_stream_out *outs; local 1212 TAILQ_FOREACH(outs, &stcb->asoc.out_wheel, next_spoke) { 1213 if (!TAILQ_EMPTY(&outs->outqueue)) { 1214 TAILQ_FOREACH(chk, &outs->outqueue, sctp_next) {
|
| sctp_indata.c | 4040 struct sctp_stream_out *outs; local 4041 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 4042 if (!TAILQ_EMPTY(&outs->outqueue)) {
|
| sctp_input.c | 186 struct sctp_stream_out *outs; local 195 outs = &asoc->strmout[i]; 196 chk = TAILQ_FIRST(&outs->outqueue); 198 TAILQ_REMOVE(&outs->outqueue, chk, 216 chk = TAILQ_FIRST(&outs->outqueue); 581 struct sctp_stream_out *outs; local 582 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 583 if (!TAILQ_EMPTY(&outs->outqueue)) {
|
| sctp_pcb.c | 3122 struct sctp_stream_out *outs; local 3123 outs = TAILQ_FIRST(&asoc->out_wheel); 3124 TAILQ_REMOVE(&asoc->out_wheel, outs, next_spoke); 3126 chk = TAILQ_FIRST(&outs->outqueue); 3128 TAILQ_REMOVE(&outs->outqueue, chk, sctp_next); 3140 chk = TAILQ_FIRST(&outs->outqueue); 3142 outs = TAILQ_FIRST(&asoc->out_wheel); 3248 /* the stream outs */
|
| sctp_usrreq.c | 746 struct sctp_stream_out *outs; local 747 TAILQ_FOREACH(outs, &asoc->out_wheel, 749 if (!TAILQ_EMPTY(&outs->outqueue)) { 846 struct sctp_stream_out *outs; local 847 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 848 if (!TAILQ_EMPTY(&outs->outqueue)) {
|
| sctputil.c | 2570 struct sctp_stream_out *outs; local 2579 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 2581 chk = TAILQ_FIRST(&outs->outqueue); 2584 TAILQ_REMOVE(&outs->outqueue, chk, sctp_next); 2600 chk = TAILQ_FIRST(&outs->outqueue);
|
| sctp_output.c | 4516 struct sctp_stream_out *outs; local 4517 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 4518 if (!TAILQ_EMPTY(&outs->outqueue)) { 9736 struct sctp_stream_out *outs; local 9737 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 9738 if (!TAILQ_EMPTY(&outs->outqueue)) {
|
| /src/sys/netinet6/ |
| sctp6_usrreq.c | 725 struct sctp_stream_out *outs; local 726 TAILQ_FOREACH(outs, &asoc->out_wheel, 728 if (!TAILQ_EMPTY(&outs->outqueue)) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| raw_ostream.cpp | 881 // outs(), errs(), nulls() 884 raw_fd_ostream &llvm::outs() { function in class:llvm 893 // Set standard error to be unbuffered and tied to outs() by default. 994 return Write(outs());
|
| /src/common/lib/libx86emu/ |
| x86emu.c | 170 static void outs (struct X86EMU *, int size); 1643 outs(emu, 4); 1645 outs(emu, 2); 4404 outs(emu, 1); 8002 outs(struct X86EMU *emu, int size) function
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| node.cpp | 732 void outs(const char *s); 740 void ascii_output_file::outs(const char *s) function in class:ascii_output_file 2152 ascii->outs(ci->nm.contents()); 4262 ascii->outs(ci->nm.contents());
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ia64.c | 912 unsigned int outs, 918 sof = ins + locs + outs; 935 md.out.num_regs = outs; 4551 int ins, locs, outs, rots; local 4554 ins = locs = outs = rots = 0; 4563 outs = get_absolute_expression (); 4568 set_regstack (ins, locs, outs, rots);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ia64.c | 912 unsigned int outs, 918 sof = ins + locs + outs; 935 md.out.num_regs = outs; 4551 int ins, locs, outs, rots; local 4554 ins = locs = outs = rots = 0; 4563 outs = get_absolute_expression (); 4568 set_regstack (ins, locs, outs, rots);
|