Home
last modified time | relevance | path

Searched defs:tbuf (Results 1 – 25 of 177) sorted by relevance

12345678

/netbsd-src/sys/dev/ic/
H A Dmpt_debug.c195 static char tbuf[64]; in mpt_ioc_status() local
209 static char tbuf[128]; in mpt_ioc_diag() local
230 static char tbuf[64]; in mpt_ioc_function() local
243 static char tbuf[64]; in mpt_ioc_event() local
256 static char tbuf[128]; in mpt_scsi_state() local
276 static char tbuf[64]; in mpt_scsi_status() local
/netbsd-src/lib/libterminfo/
H A Dcompile.c172 _ti_grow_tbuf(TBUF *tbuf, size_t len) in _ti_grow_tbuf()
194 _ti_find_cap(TIC *tic, TBUF *tbuf, char type, short ind) in _ti_find_cap()
226 _ti_find_extra(TIC *tic, TBUF *tbuf, const char *code) in _ti_find_extra()
415 encode_string(const char *term, const char *cap, TBUF *tbuf, const char *str, in encode_string()
557 _ti_encode_buf_id_num(TBUF *tbuf, int ind, int num, size_t len) in _ti_encode_buf_id_num()
571 _ti_encode_buf_id_count_str(TBUF *tbuf, int ind, const void *buf, size_t len) in _ti_encode_buf_id_count_str()
582 _ti_encode_buf_id_flags(TBUF *tbuf, int ind, int flag) in _ti_encode_buf_id_flags()
H A Dterm_private.h255 _ti_encode_buf_16(TBUF *tbuf, size_t num) in _ti_encode_buf_16()
263 _ti_encode_buf_32(TBUF *tbuf, size_t num) in _ti_encode_buf_32()
271 _ti_encode_buf_count_str(TBUF *tbuf, const void *buf, size_t len) in _ti_encode_buf_count_str()
279 _ti_encode_buf_num(TBUF *tbuf, int num, int rtype) in _ti_encode_buf_num()
/netbsd-src/libexec/talkd/
H A Dprint.c75 char tbuf[80]; in print_request() local
91 char tbuf[80], abuf[80]; in print_response() local
/netbsd-src/sys/ddb/
H A Ddb_examine.c78 char tbuf[24]; in db_examine() local
254 char tbuf[24]; in db_print_cmd() local
265 char tbuf[24]; in db_print_cmd() local
H A Ddb_print.c66 char tbuf[24]; in db_show_regs() local
H A Ddb_sym.c411 char tbuf[24]; in db_printsym() local
441 char tbuf[24]; in db_printsym() local
/netbsd-src/sys/compat/linux/common/
H A Dlinux_exec_elf32.c102 char tbuf[sizeof(signature)]; in ELFNAME2() local
167 char tbuf[sizeof(signature) - 1]; in ELFNAME2() local
227 char tbuf[sizeof(signature)]; in ELFNAME2() local
285 char tbuf[sizeof(signature)], *tmp = NULL; in ELFNAME2() local
/netbsd-src/sbin/dump/
H A Ditime.c238 char tbuf[BUFSIZ]; in getrecord() local
256 makedumpdate(struct dumpdates *ddp, const char *tbuf) in makedumpdate()
/netbsd-src/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c412 struct utimbuf * tbuf, int how) in flush_one_file()
497 struct utimbuf tbuf; in flush_send_path() local
627 struct utimbuf tbuf; in flush_send_file_service() local
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_move.c65 struct utimbuf tbuf; in qmgr_move() local
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_move.c65 struct utimbuf tbuf; in qmgr_move() local
/netbsd-src/sys/dev/scsipi/
H A Dss_scanjet.c302 scanjet_ctl_write(struct ss_softc *ss, char *tbuf, u_int size) in scanjet_ctl_write()
323 scanjet_ctl_read(struct ss_softc *ss, char *tbuf, u_int size) in scanjet_ctl_read()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dlogger.h41 time_t *tbuf; member
H A Dsecurity.c72 vchar_t *tbuf = NULL; local
/netbsd-src/usr.bin/login/
H A Dlogin.c149 char tbuf[MAXPATHLEN + 2], tname[sizeof(_PATH_TTY) + 10]; in main() local
771 char tbuf[8192]; in checknologin() local
/netbsd-src/sbin/dkscan_bsdlabel/
H A Ddkscan_util.c72 void *tbuf, size_t len) in dkwedge_read()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyslog.c80 char tbuf[TBUF_LEN]; in syslog() local
/netbsd-src/usr.bin/skeyinit/
H A Dskeyinit.c54 char passwd[SKEY_MAX_PW_LEN+2], passwd2[SKEY_MAX_PW_LEN+2], tbuf[27], buf[80]; in main() local
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dnamed-rrchecker.c94 isc_buffer_t tbuf; in main() local
[all...]
/netbsd-src/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c812 char buf[MAX(MAXPATHLEN, LINE_MAX * 2)], tbuf[1024], *p; in putdbents() local
901 char tbuf[1024]; in deldbent() local
934 char tbuf[1024], *p; getdbent() local
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c773 struct _cpp_strbuf tbuf; in cpp_host_to_exec_charset() local
1165 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_ucn()
1299 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in emit_numeric_escape()
1353 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_hex()
1423 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_oct()
1473 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_escape()
1617 struct _cpp_strbuf tbuf; in cpp_interpret_string_1() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc786 struct _cpp_strbuf tbuf; in cpp_host_to_exec_charset() local
1198 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_ucn()
1332 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in emit_numeric_escape()
1386 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_hex()
1456 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_oct()
1504 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_escape()
1649 struct _cpp_strbuf tbuf; in cpp_interpret_string_1() local
/netbsd-src/usr.bin/mail/
H A Dmain.c105 struct termios tbuf; in setscreensize() local
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_dirent.c104 char *inp, *tbuf; /* BSD-format */ in linux32_sys_getdents() local

12345678