Searched refs:ubuf (Results 26 - 50 of 54) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_itimes.c46 #define buf ubuf
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c404 unsigned char *ubuf; local
411 len = ASN1_STRING_to_UTF8(&ubuf,
415 strlcpy(*returnstring, (const char*)ubuf, len+1);
416 OPENSSL_free(ubuf);
419 OPENSSL_free(ubuf);
438 unsigned char *ubuf; local
491 len = ASN1_STRING_to_UTF8(&ubuf,
494 DPRINTF(D_TLS, "found CN: %.*s\n", len, ubuf);
497 (const char*)ubuf, len))
499 (const char*)ubuf, le
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dinode.c105 struct ubuf *bp;
231 struct ubuf *bp;
453 struct ubuf *bp;
584 struct ubuf *bp;
H A Dpass0.c106 struct ubuf *bp, *cbp;
H A Dpass5.c62 struct ubuf *bp;
H A Dutilities.c38 #define buf ubuf
H A Dpass1.c95 struct ubuf *bp;
168 struct ubuf *bp;
H A Dpass6.c84 struct ubuf *bp;
215 struct ubuf *bp, *sbp, *cbp;
334 struct ubuf *bp;
425 struct ubuf *bp;
475 struct ubuf *bp, *cbp;
552 struct ubuf *bp, *ibp, *sbp, *cbp;
H A Ddir.c135 struct ubuf *bp;
179 struct ubuf *bp;
565 struct ubuf *bp;
621 struct ubuf *bp;
H A Dsetup.c172 struct ubuf *bp;
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dcoalesce.c112 struct ubuf *bp;
146 struct ubuf *bp;
H A Dlfs_cleanerd.c300 struct ubuf *bp;
330 lfs_ientry(IFILE **ifpp, struct clfs *fs, ino_t ino, struct ubuf **bpp)
386 struct ubuf *ifbp;
512 struct ubuf *nbp;
999 struct ubuf *bp;
1203 struct ubuf *bp;
/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dsra.c384 sra_printsub(unsigned char *data, int cnt, unsigned char *ubuf, int buflen) argument
386 char lbuf[32], *buf = (char *)ubuf;
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dstrftime.c844 char ubuf[1024]; /* enough for any single format in practice */ variable
859 len = strftime (ubuf, sizeof ubuf, ufmt, tp);
860 if (len == 0 && ubuf[0] != '\0')
862 cpy (len, ubuf);
/netbsd-6-1-5-RELEASE/sys/net/agr/
H A Dif_agr.c889 agrreq_copyin(const void *ubuf, struct agrreq *ar) argument
893 error = copyin(ubuf, ar, sizeof(*ar));
906 agrreq_copyout(void *ubuf, struct agrreq *ar) argument
912 error = copyout(ar, ubuf, sizeof(*ar));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/tests/
H A Ddig8.c244 static char ubuf[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:123.123.123.123")]; variable
888 p_sockun(u[i], ubuf,
889 sizeof(ubuf)));
984 ubuf, sizeof(ubuf)));
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_misc.c997 struct ibcs2_utimbuf ubuf; local
999 error = copyin(SCARG(uap, buf), &ubuf, sizeof(ubuf));
1002 tp[0].tv_sec = ubuf.actime;
1004 tp[1].tv_sec = ubuf.modtime;
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_stat.c583 if (SCARG(uap, ubuf) != NULL) {
584 if ((error = copyin(SCARG(uap, ubuf), &ub, sizeof(ub))) != 0)
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_stat.c596 if (SCARG_P32(uap, ubuf)) {
597 if ((error = copyin(SCARG_P32(uap, ubuf),
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_subr.c594 altq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes) argument
601 error = cbq_getqstats(a, ubuf, nbytes);
606 error = priq_getqstats(a, ubuf, nbytes);
611 error = hfsc_getqstats(a, ubuf, nbytes);
H A Daltq_cbq.c459 cbq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes) argument
477 if ((error = copyout((void *)&stats, ubuf, sizeof(stats))) != 0)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c643 usch *args[MAXARGS+1], *ubuf, *sbeg; local
738 ubuf = stringbuf;
744 stringbuf = ubuf;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c766 char ubuf[1024]; /* enough for any single format in practice */ local
784 len = strftime (ubuf, sizeof ubuf, ufmt, tp);
786 cpy (len - 1, ubuf + 1);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dtrap.c155 char ubuf[64]; local
179 sprintf(ubuf, "type %lx", entry);
180 entryname = (const char *) ubuf;
/netbsd-6-1-5-RELEASE/sbin/newfs_lfs/
H A Dmake_lfs.c85 # define buf ubuf
325 struct ubuf *bp;

Completed in 307 milliseconds

123