Home
last modified time | relevance | path

Searched refs:outp (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/usr.sbin/pppd/
H A Dchap.c678 u_char *outp; local
685 outp = outpacket_buf;
691 PUTSHORT(outlen, outp);
695 INCPTR(chal_len, outp);
716 u_char *outp; local
727 outp = outpacket_buf;
731 PUTCHAR(code, outp);
733 PUTSHORT(outlen, outp);
775 u_char *outp; local
781 outp = outpacket_buf;
[all …]
H A Dupap.c508 u_char *outp; local
513 outp = outpacket_buf;
515 MAKEHEADER(outp, PPP_PAP);
519 PUTSHORT(outlen, outp);
546 u_char *outp; local
550 outp = outpacket_buf;
553 PUTCHAR(code, outp);
554 PUTCHAR(id, outp);
555 PUTSHORT(outlen, outp);
556 PUTCHAR(msglen, outp);
[all …]
H A Dcbcp.c363 u_char *outp; in cbcp_send() local
366 outp = outpacket_buf; in cbcp_send()
370 MAKEHEADER(outp, PPP_CBCP); in cbcp_send()
372 PUTCHAR(code, outp); in cbcp_send()
373 PUTCHAR(us->us_id, outp); in cbcp_send()
374 PUTSHORT(outlen, outp); in cbcp_send()
377 BCOPY(buf, outp, len); in cbcp_send()
H A Dfsm.c746 u_char *outp; local
767 outp = outpacket_buf + PPP_HDRLEN + HEADERLEN;
773 (*f->callbacks->addci)(f, outp, &cilen);
778 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen);
801 u_char *outp; local
805 outp = outpacket_buf;
809 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
811 MAKEHEADER(outp, f->protocol);
812 PUTCHAR(code, outp);
813 PUTCHAR(id, outp);
[all …]
/openbsd/lib/libcrypto/aes/
H A Daes_ige.c99 aes_block_t *outp = (aes_block_t *)out; in AES_ige_encrypt() local
102 outp->data[n] = inp->data[n] ^ ivp->data[n]; in AES_ige_encrypt()
103 AES_encrypt((unsigned char *)outp->data, (unsigned char *)outp->data, key); in AES_ige_encrypt()
105 outp->data[n] ^= iv2p->data[n]; in AES_ige_encrypt()
106 ivp = outp; in AES_ige_encrypt()
150 aes_block_t *outp = (aes_block_t *)out; in AES_ige_encrypt() local
155 (unsigned char *)outp->data, key); in AES_ige_encrypt()
157 outp->data[n] ^= ivp->data[n]; in AES_ige_encrypt()
159 iv2p = outp; in AES_ige_encrypt()
/openbsd/usr.bin/rs/
H A Dutf8.c23 mbsavis(char** outp, const char *mbs) in mbsavis() argument
33 if ((*outp = malloc(len + 1)) == NULL) in mbsavis()
37 memcpy(*outp, mbs, len + 1); in mbsavis()
42 dst = *outp; in mbsavis()
/openbsd/bin/dd/
H A Dconv.c114 u_char *inp, *outp; in block() local
141 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) { in block()
146 *outp++ = t[ch]; in block()
150 *outp++ = ch; in block()
167 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt); in block()
188 outp = out.dbp; in block()
H A Ddd.c362 u_char *outp; in dd_out() local
380 outp = out.db; in dd_out()
383 nw = write(out.fd, outp, cnt); in dd_out()
391 outp += nw; in dd_out()
/openbsd/lib/libc/gen/
H A Dvis.c242 stravis(char **outp, const char *src, int flag) in stravis() argument
252 *outp = realloc(buf, len + 1); in stravis()
253 if (*outp == NULL) { in stravis()
254 *outp = buf; in stravis()
/openbsd/usr.sbin/npppd/npppd/
H A Dppp.c960 u_char *outp; local
963 outp = _this->outpacket_buf;
975 PUTCHAR(PPP_ALLSTATIONS, outp);
976 PUTCHAR(PPP_UI, outp);
983 PUTCHAR(proto, outp);
985 PUTSHORT(proto, outp);
1002 PUTCHAR(code, outp);
1003 PUTCHAR(id, outp);
1004 PUTSHORT(outlen, outp);
1009 if (outp != datap && ldata > 0)
[all …]
H A Dmppe.c475 u_char *outp, *outp0; in mppe_pkt_output() local
482 outp = ppp_packetbuf(_this->ppp, PPP_PROTO_MPPE); in mppe_pkt_output()
483 outp0 = outp; in mppe_pkt_output()
512 PUTSHORT(coher_cnt, outp); in mppe_pkt_output()
514 mppe_rc4_encrypt(_this, &_this->send, 2, (u_char *)&proto, outp); in mppe_pkt_output()
515 mppe_rc4_encrypt(_this, &_this->send, len, pktp, outp + 2); in mppe_pkt_output()
H A Dfsm.c707 u_char *outp; in fsm_sconfreq() local
728 outp = f->ppp->outpacket_buf + PPP_HDRLEN + HEADERLEN; in fsm_sconfreq()
734 (*f->callbacks->addci)(f, outp, &cilen); in fsm_sconfreq()
739 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen); in fsm_sconfreq()
/openbsd/usr.bin/ssh/
H A Dutf8.c249 asmprintf(char **outp, size_t sz, int *wp, const char *fmt, ...) in asmprintf() argument
254 *outp = NULL; in asmprintf()
256 ret = vasnmprintf(outp, sz, wp, fmt, ap); in asmprintf()
/openbsd/gnu/gcc/gcc/
H A Dprotoize.c1063 char *outp, *inp; in abspath() local
1097 outp = inp = abs_buffer; in abspath()
1125 outp -= 2; in abspath()
1126 while (outp >= abs_buffer && ! IS_DIR_SEPARATOR (*outp)) in abspath()
1127 outp--; in abspath()
1128 if (outp < abs_buffer) in abspath()
1138 *++outp = '\0'; in abspath()
1142 *outp++ = *inp++; in abspath()
1148 *outp = '\0'; in abspath()
1149 if (IS_DIR_SEPARATOR (outp[-1])) in abspath()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dprotoize.c1151 char *outp, *inp; local
1185 outp = inp = abs_buffer;
1213 outp -= 2;
1214 while (outp >= abs_buffer && ! IS_DIR_SEPARATOR (*outp))
1215 outp--;
1216 if (outp < abs_buffer)
1226 *++outp = '\0';
1230 *outp++ = *inp++;
1236 *outp = '\0';
1237 if (IS_DIR_SEPARATOR (outp[-1]))
[all …]
/openbsd/gnu/llvm/lldb/source/API/
H A DSBInstruction.cpp270 void SBInstruction::Print(FILE *outp) { in Print() argument
271 LLDB_INSTRUMENT_VA(this, outp); in Print()
272 FileSP out = std::make_shared<NativeFile>(outp, /*take_ownership=*/false); in Print()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c258 char *inp, *outp; local
268 outp = (char *) &result;
272 &outp, &outc);
334 char *inp, *outp; local
378 outp = &lex->out_buffer[lex->out_last];
380 &inbytesleft, &outp, &out_count);
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoffswap.h641 coff_swap_lineno_out (abfd, inp, outp) in coff_swap_lineno_out() argument
644 PTR outp;
647 struct external_lineno *ext = (struct external_lineno *) outp;
H A DpeXXigen.c414 _bfd_XXi_swap_lineno_out (abfd, inp, outp) in _bfd_XXi_swap_lineno_out() argument
417 PTR outp;
420 struct external_lineno *ext = (struct external_lineno *) outp;
H A Dcoff64-rs6000.c294 _bfd_xcoff64_swap_lineno_out (abfd, inp, outp) in _bfd_xcoff64_swap_lineno_out() argument
297 PTR outp;
300 struct external_lineno *ext = (struct external_lineno *) outp;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffswap.h589 coff_swap_lineno_out (bfd * abfd, void * inp, void * outp) in coff_swap_lineno_out() argument
592 struct external_lineno *ext = (struct external_lineno *) outp; in coff_swap_lineno_out()
H A Dcoff64-rs6000.c294 _bfd_xcoff64_swap_lineno_out (abfd, inp, outp) in _bfd_xcoff64_swap_lineno_out() argument
297 PTR outp;
300 struct external_lineno *ext = (struct external_lineno *) outp;
H A DpeXXigen.c375 _bfd_XXi_swap_lineno_out (bfd * abfd, void * inp, void * outp) in _bfd_XXi_swap_lineno_out() argument
378 struct external_lineno *ext = (struct external_lineno *) outp; in _bfd_XXi_swap_lineno_out()
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1187 #define __sanitizer_syscall_pre_select(n, inp, outp, exp, tvp) \ argument
1188 __sanitizer_syscall_pre_impl_select((long)(n), (long)(inp), (long)(outp), \
1190 #define __sanitizer_syscall_post_select(res, n, inp, outp, exp, tvp) \ argument
1192 (long)(outp), (long)(exp), (long)(tvp))
2685 void __sanitizer_syscall_pre_impl_select(long n, long inp, long outp, long exp,
2687 void __sanitizer_syscall_post_impl_select(long res, long n, long inp, long outp,
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2065 (long n, __sanitizer___kernel_fd_set *inp, __sanitizer___kernel_fd_set *outp,
2070 __sanitizer___kernel_fd_set *outp, __sanitizer___kernel_fd_set *exp,
2075 if (outp)
2076 POST_WRITE(outp, sizeof(*outp));

12