Home
last modified time | relevance | path

Searched refs:buf0 (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c856 uint32_t *buf0, *buf1; in auimpl_format_setup() local
858 buf0 = kmem_alloc(cnv_max, KM_NOSLEEP); in auimpl_format_setup()
860 if ((buf0 == NULL) || (buf1 == NULL)) { in auimpl_format_setup()
864 if (buf0) in auimpl_format_setup()
865 kmem_free(buf0, cnv_max); in auimpl_format_setup()
876 sp->s_cnv_buf0 = buf0; in auimpl_format_setup()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c3083 char buf0[MAXLINE]; local
3098 if (bufsize > sizeof(buf0))
3102 buf = buf0;
3103 bufsize = sizeof(buf0);
3110 if (bufsize > sizeof(buf0))
3114 buf = buf0;
3115 bufsize = sizeof(buf0);
3250 if (buf != buf0)
3299 char buf0[MAXLINE]; local
3314 if (bufsize > sizeof(buf0))
[all …]
H A Drecipient.c470 char buf0[MAXNAME + 1]; /* unquoted image of the user name */ local
635 if (i >= sizeof(buf0))
642 buf = buf0;
643 buflen = sizeof(buf0);
1078 if (buf != buf0)
1129 (void) sm_snprintf(buf0, sizeof(buf0), "%d", e->e_nrcpts);
1130 macdefine(&e->e_macro, A_TEMP, macid("{nrcpts}"), buf0);
H A Dconf.c5336 char buf0[MAXLINE]; local
5346 buf = buf0;
5347 bufsize = sizeof(buf0);
5363 if (buf != buf0)
5399 if (buf != buf0)
5478 if (buf != buf0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c188 char *buf0, *mstr; local
197 buf0 = buf;
465 return (buf - buf0);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c353 char *buf0 = ctx->vsc_info.vsi_send_buf; in vs_icap_send_option_req() local
354 char *bufp = buf0; in vs_icap_send_option_req()
374 if (vs_icap_write(ctx->vsc_sockfd, buf0, (bufp - buf0)) < 0) in vs_icap_send_option_req()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c471 static int retry_read(int fd, void *buf0, unsigned nbyte) in retry_read() argument
475 char *buf = buf0; in retry_read()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1576 char *str, *buf0; local
1582 buf0 = buf;
1757 return buf - buf0;