/openbsd/usr.sbin/npppd/npppd/ |
H A D | npppd_pool.c | 125 char buf0[BUFSIZ], buf1[BUFSIZ]; in npppd_pool_reload() local 131 buf0[0] = '\0'; in npppd_pool_reload() 160 strlcat(buf0, "dyn_pool=[", sizeof(buf0)); in npppd_pool_reload() 162 strlcat(buf0, ",", sizeof(buf0)); in npppd_pool_reload() 165 strlcat(buf0, buf1, sizeof(buf0)); in npppd_pool_reload() 169 strlcat(buf0, "] ", sizeof(buf0)); in npppd_pool_reload() 176 strlcat(buf0, "pool=[", sizeof(buf0)); in npppd_pool_reload() 178 strlcat(buf0, ",", sizeof(buf0)); in npppd_pool_reload() 181 strlcat(buf0, buf1, sizeof(buf0)); in npppd_pool_reload() 185 strlcat(buf0, "]", sizeof(buf0)); in npppd_pool_reload() [all …]
|
H A D | ipcp.c | 198 char buf0[256]; in ipcp_reqci() local 258 strlcpy(buf0, inet_ntoa(ip_addr), in ipcp_reqci() 259 sizeof(buf0)); in ipcp_reqci() 261 "IP Address peer=%s our=%s.", buf0, in ipcp_reqci()
|
H A D | npppd_radius.c | 85 char buf0[40], buf1[40]; in ppp_process_radius_attrs() local 115 buf0, sizeof(buf0)) : "", in ppp_process_radius_attrs() 138 buf0, sizeof(buf0)) : "", in ppp_process_radius_attrs()
|
H A D | npppd_iface.c | 249 char buf0[128], buf1[128]; in npppd_iface_reinit() local 263 ? inet_ntop(AF_INET, &backup, buf0, sizeof(buf0)) in npppd_iface_reinit()
|
H A D | pap.c | 393 char buf0[MAX_USERNAME_LENGTH]; in pap_radius_authenticate() local 415 username, buf0)) != 0) in pap_radius_authenticate()
|
H A D | chap.c | 722 char buf0[MAX_USERNAME_LENGTH]; in chap_radius_authenticate() local 749 username, buf0)) != 0) in chap_radius_authenticate()
|
H A D | npppd.c | 669 char buf0[MAX_USERNAME_LENGTH]; in npppd_get_user_password() local 673 npppd_auth_username_for_auth(ppp->realm, username, buf0), password, in npppd_get_user_password()
|
/openbsd/lib/libradius/ |
H A D | radius_eapmsk.c | 40 uint8_t buf0[256]; in radius_get_eap_msk() local 47 len0 = sizeof(buf0); in radius_get_eap_msk() 49 if (radius_get_mppe_recv_key_attr(packet, buf0, &len0, secret) == 0 && in radius_get_eap_msk() 55 memcpy(buf, buf0, len0); in radius_get_eap_msk()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/go/ |
H A D | test.c | 55 char *buf0; variable 67 buf0 = mmap(go_heap, 16384, PROT_READ | PROT_WRITE, in main() 69 if (buf0 == MAP_FAILED) { in main() 74 char *buf = (char*)((unsigned long)buf0 + (64<<10) - 1 & ~((64<<10) - 1)); in main()
|
/openbsd/usr.sbin/radiusd/ |
H A D | radiusd_radius.c | 343 char buf0[NI_MAXHOST + NI_MAXSERV + 32]; in radius_server_start() local 370 locallen, buf0, sizeof(buf0)), in radius_server_start() 475 char buf0[NI_MAXHOST + NI_MAXSERV + 32]; in radius_server_on_fail() local 483 addrport_tostring(caddr, caddr->sa_len, buf0, sizeof(buf0)), in radius_server_on_fail() 494 addrport_tostring(caddr, caddr->sa_len, buf0, sizeof(buf0)), in radius_server_on_fail()
|
H A D | radiusd.c | 754 char buf0[NI_MAXHOST + NI_MAXSERV + 30]; in raidus_query_accounting_request() local 771 q->clientaddrlen, buf0, sizeof(buf0)), q->req_id, q->username, in raidus_query_accounting_request() 1652 u_char *buf = NULL, *buf0; in radiusd_module_set() local 1672 if ((buf0 = realloc(buf, bufsiz0)) == NULL) { in radiusd_module_set() 1677 buf = buf0; in radiusd_module_set()
|
/openbsd/gnu/usr.bin/perl/ext/PerlIO-scalar/t/ |
H A D | scalar.t | 504 my $buf0 = "hello"; 505 open my $fh, "<", \$buf0 or die $!; 513 my $buf0 = "hello"; 514 open my $fh, "<", \$buf0 or die $!; 523 my $buf0 = "hello"; 524 open my $fh, "+<", \$buf0 or die $!;
|
/openbsd/lib/libutil/ |
H A D | imsg-buffer.c | 611 struct ibuf *buf, *buf0 = NULL; in msgbuf_write() local 633 buf0 = buf; in msgbuf_write() 639 if (buf0 != NULL) { in msgbuf_write() 646 *(int *)CMSG_DATA(cmsg) = buf0->fd; in msgbuf_write() 667 if (buf0 != NULL) { in msgbuf_write() 668 close(buf0->fd); in msgbuf_write() 669 buf0->fd = -1; in msgbuf_write()
|
/openbsd/usr.sbin/radiusctl/ |
H A D | radiusctl.c | 710 char buf0[128], buf1[NI_MAXHOST + NI_MAXSERV + 4], buf2[80]; in ipcp_handle_show() local 742 buf0, sizeof(buf0)), dump->records[i].rec.username, in ipcp_handle_show() 774 char buf0[128], buf1[NI_MAXHOST + NI_MAXSERV + 4], buf2[80]; in ipcp_handle_dump0() local 786 inet_ntop(dump->records[idx].af, &dump->records[idx].addr, buf0, in ipcp_handle_dump0() 787 sizeof(buf0)), time_long_str(start, buf1, sizeof(buf1)), in ipcp_handle_dump0() 792 time_long_str(timeout, buf0, sizeof(buf0))); in ipcp_handle_dump0()
|
/openbsd/sys/dev/pci/ |
H A D | if_mwx.c | 1553 ptr->buf0 = htole32(addr); in mwx_txwi_enqueue() 1676 q->mq_desc[i].buf0 = 0; in mwx_queue_reset() 1715 uint32_t buf0, len0, ctrl; in mwx_buf_fill() local 1739 buf0 = md->md_map->dm_segs[0].ds_addr; in mwx_buf_fill() 1744 desc->buf0 = htole32(buf0); in mwx_buf_fill() 1921 uint32_t buf0, buf1 = 0; in mwx_dma_tx_enqueue() local 1942 desc->buf0 = htole32(buf0); in mwx_dma_tx_enqueue() 1968 uint32_t buf0, len0, ctrl; in mwx_dma_txwi_enqueue() local 1987 buf0 = mt->mt_addr; in mwx_dma_txwi_enqueue() 1992 desc->buf0 = htole32(buf0); in mwx_dma_txwi_enqueue() [all …]
|
H A D | if_mwxreg.h | 392 volatile uint32_t buf0; member 399 uint32_t buf0; member
|
/openbsd/usr.sbin/pppd/chat/ |
H A D | chat.c | 1437 char *str, *buf0; in vfmtmsg() local 1443 buf0 = buf; in vfmtmsg() 1618 return buf - buf0; in vfmtmsg()
|
/openbsd/usr.sbin/pppd/ |
H A D | main.c | 1352 char *str, *f, *buf0; in vfmtmsg() local 1358 buf0 = buf; in vfmtmsg() 1542 return buf - buf0; in vfmtmsg()
|
/openbsd/bin/ksh/ |
H A D | edit.c | 301 char *buf0 = buf; in plain_fmt_entry() local 324 return buf0; in plain_fmt_entry()
|
/openbsd/usr.bin/ssh/ |
H A D | libcrux_mlkem768_sha3.h | 2530 Eurydice_slice buf0[1U] = {data}; in libcrux_sha3_portable_sha512() local 2532 libcrux_sha3_portable_keccakx1_ce(buf0, buf); in libcrux_sha3_portable_sha512() 2889 Eurydice_slice buf0[1U] = {data}; in libcrux_sha3_portable_sha256() local 2891 libcrux_sha3_portable_keccakx1_ce0(buf0, buf); in libcrux_sha3_portable_sha256() 3017 Eurydice_slice buf0[1U] = {data}; in libcrux_sha3_portable_shake256() local 3019 libcrux_sha3_portable_keccakx1_ce1(buf0, buf); in libcrux_sha3_portable_shake256() 3624 Eurydice_slice buf0[1U] = {data}; in libcrux_sha3_portable_sha224() local 3626 libcrux_sha3_portable_keccakx1_ce2(buf0, buf); in libcrux_sha3_portable_sha224() 3983 Eurydice_slice buf0[1U] = {data}; in libcrux_sha3_portable_sha384() local 3985 libcrux_sha3_portable_keccakx1_ce3(buf0, buf); in libcrux_sha3_portable_sha384() [all …]
|