/openbsd/usr.sbin/pppd/ |
H A D | chap.c | 645 u_char *outp; in ChapSendChallenge() local 652 outp = outpacket_buf; in ChapSendChallenge() 658 PUTSHORT(outlen, outp); in ChapSendChallenge() 662 INCPTR(chal_len, outp); in ChapSendChallenge() 681 u_char *outp; in ChapSendStatus() local 692 outp = outpacket_buf; in ChapSendStatus() 696 PUTCHAR(code, outp); in ChapSendStatus() 698 PUTSHORT(outlen, outp); in ChapSendStatus() 738 u_char *outp; in ChapSendResponse() local 744 outp = outpacket_buf; in ChapSendResponse() [all …]
|
H A D | upap.c | 483 u_char *outp; in upap_sauthreq() local 488 outp = outpacket_buf; in upap_sauthreq() 490 MAKEHEADER(outp, PPP_PAP); in upap_sauthreq() 494 PUTSHORT(outlen, outp); in upap_sauthreq() 517 u_char *outp; in upap_sresp() local 521 outp = outpacket_buf; in upap_sresp() 524 PUTCHAR(code, outp); in upap_sresp() 525 PUTCHAR(id, outp); in upap_sresp() 526 PUTSHORT(outlen, outp); in upap_sresp() 527 PUTCHAR(msglen, outp); in upap_sresp() [all …]
|
H A D | cbcp.c | 363 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 D | fsm.c | 713 u_char *outp; in fsm_sconfreq() local 734 outp = outpacket_buf + PPP_HDRLEN + HEADERLEN; in fsm_sconfreq() 740 (*f->callbacks->addci)(f, outp, &cilen); in fsm_sconfreq() 745 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen); in fsm_sconfreq() 764 u_char *outp; in fsm_sdata() local 768 outp = outpacket_buf; in fsm_sdata() 772 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen); in fsm_sdata() 774 MAKEHEADER(outp, f->protocol); in fsm_sdata() 775 PUTCHAR(code, outp); in fsm_sdata() 776 PUTCHAR(id, outp); in fsm_sdata() [all …]
|
/openbsd/lib/libcrypto/aes/ |
H A D | aes_ige.c | 99 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 D | utf8.c | 23 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 D | conv.c | 114 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 D | dd.c | 362 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 D | vis.c | 242 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 D | ppp.c | 960 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 D | mppe.c | 475 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 D | fsm.c | 707 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 D | utf8.c | 249 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 D | protoize.c | 1063 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 D | protoize.c | 1151 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 D | SBInstruction.cpp | 270 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 D | lex.c | 258 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 D | coffswap.h | 641 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 D | peXXigen.c | 414 _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 D | coff64-rs6000.c | 294 _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 D | coffswap.h | 589 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 D | coff64-rs6000.c | 294 _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 D | peXXigen.c | 375 _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 D | linux_syscall_hooks.h | 1187 #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 D | sanitizer_common_syscalls.inc | 2065 (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));
|