Searched refs:retbuf (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_datum.c147 char retbuf[8]; /* returned time from the datum pts */ member in struct:datum_pts_unit
543 for (i=0; (i < dpend) && (nb < sizeof(datum_pts->retbuf)); i++, nb++) {
544 datum_pts->retbuf[nb] = dpt[i];
559 datum_pts->day = 100*(datum_pts->retbuf[0] & 0x0f) +
560 10*((datum_pts->retbuf[1] & 0xf0)>>4) +
561 (datum_pts->retbuf[1] & 0x0f);
563 datum_pts->hour = 10*((datum_pts->retbuf[2] & 0x30)>>4) +
564 (datum_pts->retbuf[2] & 0x0f);
566 datum_pts->minute = 10*((datum_pts->retbuf[3] & 0x70)>>4) +
567 (datum_pts->retbuf[
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dms-buffer.c145 struct buffer *retbuf; local
156 retbuf = buf_initialize (ms_buffer_input, NULL, NULL,
159 if (!buf_empty_p (buf)) buf_append_buffer (retbuf, buf);
160 mb->buf = retbuf;
162 return retbuf;
H A Dlog-buffer.c136 struct buffer *retbuf; local
149 retbuf = buf_initialize (input ? log_buffer_input : NULL,
203 buf_append_buffer (retbuf, buf);
205 return retbuf;
358 struct buffer *retbuf; local
389 retbuf = fd_buffer_initialize (fd, 0, NULL, true, buf->memory_error);
394 buf_append_buffer (retbuf, lb->back_buf);
400 return retbuf;
H A Drcs.c3636 char **retbuf, size_t *retlen)
3655 *retbuf = buf;
4081 *retbuf = buf;
4089 *retbuf = ret;
7188 const char *diffbuf, size_t difflen, char **retbuf,
7194 *retbuf = NULL;
7219 *retbuf = p;
7229 *retlen = p - *retbuf;
3634 expand_keywords(RCSNode *rcs, RCSVers *ver, const char *name, const char *log, size_t loglen, enum kflag expand, char *buf, size_t len, char **retbuf, size_t *retlen) argument
7187 rcs_change_text(const char *name, char *textbuf, size_t textlen, const char *diffbuf, size_t difflen, char **retbuf, size_t *retlen) argument
/netbsd-current/external/gpl2/lvm2/dist/daemons/clvmd/
H A Drefresh_clvmd.c88 static int _send_request(const char *inbuf, int inlen, char **retbuf) argument
123 *retbuf = dm_malloc(buflen);
124 if (!*retbuf) {
130 memcpy(*retbuf, outbuf, len);
131 outheader = (struct clvm_header *) *retbuf;
193 char *retbuf = NULL; local
212 strlen(head->node) + len, &retbuf);
217 head = (struct clvm_header *) retbuf;
272 if (retbuf)
273 dm_free(retbuf);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dsection.c121 gdb_byte *buf, *retbuf; local
172 retbuf = symfile_relocate_debug_section (objfile, sectp, buf);
173 if (retbuf != NULL)
175 buffer = retbuf;
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dsection.c123 gdb_byte *buf, *retbuf; local
174 retbuf = symfile_relocate_debug_section (objfile, sectp, buf);
175 if (retbuf != NULL)
177 buffer = retbuf;
/netbsd-current/external/gpl2/lvm2/dist/lib/locking/
H A Dcluster_locking.c100 static int _send_request(char *inbuf, int inlen, char **retbuf) argument
135 *retbuf = dm_malloc(buflen);
136 if (!*retbuf) {
142 memcpy(*retbuf, outbuf, len);
143 outheader = (struct clvm_header *) *retbuf;
206 char *retbuf = NULL; local
225 strlen(head->node) + len, &retbuf);
230 head = (struct clvm_header *) retbuf;
284 if (retbuf)
285 dm_free(retbuf);
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dadmin.c639 char *retbuf = NULL; local
646 retbuf = racoon_calloc(1, tlen);
647 if (retbuf == NULL) {
653 combuf = (struct admin_com *) retbuf;
666 memcpy(retbuf + sizeof(*combuf), buf->v, buf->l);
668 tlen = send(so, retbuf, tlen, 0);
669 racoon_free(retbuf);
/netbsd-current/sys/arch/xen/xenbus/
H A Dxenbus_xs.c189 char **retbuf)
236 if (retbuf != NULL)
237 *retbuf = ret;
318 char ***retbuf)
335 *retbuf = split(strings, len, num);
336 if (*retbuf == NULL)
184 xs_talkv(struct xenbus_transaction *t, enum xsd_sockmsg_type type, const struct iovec *iovec, unsigned int num_vecs, unsigned int *len, char **retbuf) argument
316 xenbus_directory(struct xenbus_transaction *t, const char *dir, const char *node, unsigned int *num, char ***retbuf) argument
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dhash.c351 static unsigned char retbuf[sizeof("Contents/Size (%): " local
394 sprintf((char *)retbuf,
398 return retbuf;
/netbsd-current/sys/arch/hppa/stand/xxboot/
H A Dstart.S276 addil L%retbuf-$global$,%r27;%r1
277 ldo R%retbuf-$global$(%r1),%r22 ; arg4: return buffer
441 addil L%retbuf-$global$,%r27;%r1
442 ldw R%retbuf-$global$(%r1),%r2 ; ret[0]
456 ldd R%retbuf-$global$(%r1),%r2 ; ret[0] (64bit)
636 retbuf: .block 32*8 ; *4 for narrow mode / *8 for wide mode label
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_debug.c768 char *retbuf = precsize_ntoa_retbuf; local
777 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100);
778 return (retbuf);
/netbsd-current/lib/libc/resolv/
H A Dres_debug.c775 char *retbuf = precsize_ntoa_retbuf; local
784 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100);
785 return (retbuf);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalue.h894 struct regcache *retbuf);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalue.h913 struct regcache *retbuf);

Completed in 297 milliseconds