Searched refs:sbuf (Results 226 - 250 of 333) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/sys/
H A Dsysctl.h794 struct sbuf;
795 struct sbuf *sbuf_new_for_sysctl(struct sbuf *, char *, int,
/freebsd-9.3-release/contrib/file/src/
H A Dreadelf.c681 char sbuf[512]; local
689 file_printable(sbuf, sizeof(sbuf),
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c34 #include <sys/sbuf.h>
564 struct sbuf *sig;
594 struct sbuf *buf, *sig, *cert;
/freebsd-9.3-release/crypto/openssl/crypto/threads/
H A Dmttest.c397 static char cbuf[200], sbuf[200]; local
544 i = BIO_read(s_bio, sbuf, 100);
566 fwrite(sbuf, 1, i, stdout);
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_gpt.c42 #include <sys/sbuf.h>
91 static void g_gpt_printf_utf16(struct sbuf *, uint16_t *, size_t);
101 struct sbuf *, const char *);
666 struct sbuf *sb, const char *indent)
1191 g_gpt_printf_utf16(struct sbuf *sb, uint16_t *str, size_t len)
H A Dg_part_ldm.c42 #include <sys/sbuf.h>
331 struct sbuf *, const char *);
1177 struct g_part_entry *baseentry, struct sbuf *sb, const char *indent)
/freebsd-9.3-release/sys/kern/
H A Dsysv_sem.c585 struct semid_ds *sbuf; local
685 sbuf = arg->buf;
686 semakptr->u.sem_perm.uid = sbuf->sem_perm.uid;
687 semakptr->u.sem_perm.gid = sbuf->sem_perm.gid;
689 ~0777) | (sbuf->sem_perm.mode & 0777);
H A Dkern_sysctl.c57 #include <sys/sbuf.h>
1644 struct sbuf *
1645 sbuf_new_for_sysctl(struct sbuf *s, char *buf, int length,
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.c2359 char *sbuf; local
2366 sbuf = option_as_string(option, l->options[option].data,
2407 if (!res_hnok(sbuf)) {
2409 sbuf, opbuf);
2416 if (!res_hnok(sbuf)) {
2417 if (!check_search(sbuf)) {
2419 option, sbuf, opbuf);
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1945 string sbuf; member in class:html_printer
4060 * flush_sbuf - flushes the current sbuf into the list of glyphs.
4065 if (sbuf.length() > 0) {
4075 page_contents->add(&sbuf_style, sbuf,
4085 sbuf.clear();
4228 * add_to_sbuf - adds character code or name to the sbuf.
4250 last_sbuf_length = sbuf.length();
4252 sbuf += ((char)code);
4254 sbuf += html_glyph;
4261 * lets see whether the glyph is closer to the end of sbuf
[all...]
/freebsd-9.3-release/sys/security/mac_lomac/
H A Dmac_lomac.c58 #include <sys/sbuf.h>
495 static int lomac_to_string(struct sbuf *sb, struct mac_lomac *ml);
501 struct sbuf subjlabel_sb, subjtext_sb, objlabel_sb;
641 lomac_element_to_string(struct sbuf *sb, struct mac_lomac_element *element)
664 lomac_to_string(struct sbuf *sb, struct mac_lomac *ml)
705 struct sbuf *sb, int *claimed)
/freebsd-9.3-release/sys/security/mac_test/
H A Dmac_test.c414 struct sbuf *sb, int *claimed)
600 struct sbuf *sb, int *claimed)
1217 struct sbuf *sb, int *claimed)
1795 struct sbuf *sb, int *claimed)
1872 struct sbuf *sb, int *claimed)
2917 struct sbuf *sb, int *claimed)
/freebsd-9.3-release/sys/cam/
H A Dcam_periph.c45 #include <sys/sbuf.h>
318 cam_periph_list(struct cam_path *path, struct sbuf *sb)
320 struct sbuf local_sb;
/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c66 #include <sys/sbuf.h>
555 linprocfs_osbuild(struct thread *td, struct sbuf *sb)
581 linprocfs_osbuilder(struct thread *td, struct sbuf *sb)
/freebsd-9.3-release/sys/geom/
H A Dgeom_subr.c53 #include <sys/sbuf.h>
335 struct sbuf *sb;
559 struct sbuf *sb;
H A Dgeom_ctl.c50 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/geom/multipath/
H A Dg_multipath.c42 #include <sys/sbuf.h>
1305 struct sbuf *sb;
1387 g_multipath_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/geom/sched/
H A Dg_sched.c114 #include <sys/sbuf.h>
136 static void g_sched_dumpconf(struct sbuf *sb, const char *indent,
1876 g_sched_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/geom/stripe/
H A Dg_stripe.c37 #include <sys/sbuf.h>
1014 struct sbuf *sb;
1199 g_stripe_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1788 std::string sbuf; local
1789 llvm::raw_string_ostream os(sbuf);
2190 std::string sbuf; local
2191 llvm::raw_string_ostream os(sbuf);
3501 SmallString<128> sbuf; local
3502 llvm::raw_svector_ostream os(sbuf);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp548 SmallString<256> sbuf; local
549 llvm::raw_svector_ostream os(sbuf);
759 SmallString<64> sbuf; local
760 llvm::raw_svector_ostream os(sbuf);
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c43 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/net/
H A Dflowtable.c50 #include <sys/sbuf.h>
311 fs_print(struct sbuf *sb, struct flowtable_stats *fs)
325 flowtable_show_stats(struct sbuf *sb, struct flowtable *ft)
354 struct sbuf *sb;
/freebsd-9.3-release/sys/security/mac/
H A Dmac_internal.h406 struct sbuf sb; \
H A Dmac_socket.c57 #include <sys/sbuf.h>

Completed in 487 milliseconds

1234567891011>>