Searched refs:resbuf (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dgethost.c82 * *error. resbuf is a pointer to a struct hostent which is initialised
85 * h_addr_list elements of the struct hostent returned in resbuf.
86 * Successful calls to lwres_gethostbyname_r() return resbuf, which is a
93 * identical to those in lwres_gethostbyname_r(). resbuf is a pointer to
97 * struct hostent returned in resbuf. Successful calls to
98 * lwres_gethostbyaddr_r() return resbuf, which is a pointer to the
130 * lwres_gethostbyaddr_r() return resbuf, a pointer to the struct hostent
231 lwres_gethostbyname_r(const char *name, struct hostent *resbuf, argument
240 res = copytobuf(he, resbuf, buf, buflen);
246 return (resbuf);
251 lwres_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *resbuf, char *buf, int buflen, int *error) argument
272 lwres_gethostent_r(struct hostent *resbuf, char *buf, int buflen, int *error) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dmd5.h122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
H A Dsha1.h114 extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
123 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dmd5.h122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
H A Dsha1.h114 extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
123 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dmd5.h116 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
125 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dmd5.h122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
H A Dsha1.h114 extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
123 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
/netbsd-6-1-5-RELEASE/usr.bin/ruptime/
H A Druptime.c190 static char resbuf[32]; local
194 (void)snprintf(resbuf, sizeof(resbuf), " %s ??:??", updown);
195 return (resbuf);
204 (void)snprintf(resbuf, sizeof(resbuf),
207 (void)snprintf(resbuf, sizeof(resbuf),
209 return (resbuf);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dmd5.h112 extern void *__md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) __THROW;
121 extern void *__md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) __THROW;
H A Dmd5.c89 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) argument
91 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
92 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
93 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
94 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
96 return resbuf;
105 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) argument
127 return md5_read_ctx (ctx, resbuf);
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c222 char resbuf[256]; local
360 while (fgets(resbuf, 255, fd) != NULL) {
361 i = strlen(resbuf);
363 resbuf[i - 1] = '\0'; /* trim NL */
364 if (!strncmp(resbuf, "request id is ", 14))
366 strlcpy(req_id, strtok(&resbuf[14], delims),
369 if (strembedded("disabled", resbuf))
1113 char resbuf[256]; local
1128 if (fgets(resbuf, 255, fd) == NULL)
1131 if (!strstr(resbuf, "U
1161 char resbuf[256]; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c346 struct hostent *resbuf,
362 *result=gethostbyname_r( name, resbuf, *buf, buflen, herrno_ptr );
365 r = gethostbyname_r( name, resbuf, *buf,
397 } else if (copy_hostent( resbuf, buf, he )<0) {
401 *result = resbuf;
543 struct hostent *resbuf,
560 resbuf, *buf, buflen, herrno_ptr );
564 resbuf, *buf, buflen,
594 } else if (copy_hostent( resbuf, buf, he )<0) {
598 *result = resbuf;
344 ldap_pvt_gethostbyname_a( const char *name, struct hostent *resbuf, char **buf, struct hostent **result, int *herrno_ptr ) argument
539 ldap_pvt_gethostbyaddr_a( const char *addr, int len, int type, struct hostent *resbuf, char **buf, struct hostent **result, int *herrno_ptr ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsha1.c76 sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf) argument
78 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
79 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
80 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
81 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
82 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
84 return resbuf;
93 sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf) argument
113 return sha1_read_ctx (ctx, resbuf);
H A Dmd5.c82 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) argument
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
89 return resbuf;
98 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) argument
120 return md5_read_ctx (ctx, resbuf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dsha1.c76 sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf) argument
78 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
79 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
80 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
81 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
82 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
84 return resbuf;
93 sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf) argument
113 return sha1_read_ctx (ctx, resbuf);
H A Dmd5.c82 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) argument
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
89 return resbuf;
98 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) argument
120 return md5_read_ctx (ctx, resbuf);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dsha1.c76 sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf) argument
78 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
79 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
80 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
81 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
82 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
84 return resbuf;
93 sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf) argument
113 return sha1_read_ctx (ctx, resbuf);
H A Dmd5.c82 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) argument
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
89 return resbuf;
98 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) argument
120 return md5_read_ctx (ctx, resbuf);
/netbsd-6-1-5-RELEASE/usr.sbin/rwhod/
H A Drwhod.c589 static char resbuf[32]; local
593 (void)snprintf(resbuf, sizeof(resbuf), " %s ??:??", updown);
594 return (resbuf);
600 (void)snprintf(resbuf, sizeof(resbuf), "%s %2d+%02d:%02d",
603 (void)snprintf(resbuf, sizeof(resbuf), "%s %2d:%02d",
605 return resbuf;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dmd5.c82 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) argument
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
89 return resbuf;
98 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) argument
120 return md5_read_ctx (ctx, resbuf);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c461 typedef struct resbuf { struct
598 resbuf_t resbuf; local
599 resbuf.rb_size = RES_BUF_CHUNK_SIZE;
600 resbuf.rb_base = xmalloc(resbuf.rb_size);
601 bcopy(h, resbuf.rb_base, sizeof (ctf_header_t));
602 resbuf.rb_ptr = resbuf.rb_base + sizeof (ctf_header_t);
604 compress_start(&resbuf);
606 &resbuf);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dldap_pvt.h144 struct hostent *resbuf,
154 struct hostent *resbuf,
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dhifn7751.c2482 hifn_callback(struct hifn_softc *sc, struct hifn_command *cmd, u_int8_t *resbuf)
2578 macbuf = resbuf + sizeof(struct hifn_base_result);
2849 u_int8_t *resbuf)
2867 memcpy(&baseres, resbuf, sizeof(struct hifn_base_result));

Completed in 291 milliseconds