Home
last modified time | relevance | path

Searched refs:inp_buf (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/make/lib/mksh/
H A Dread.cc91 if (source->inp_buf != NULL) { in get_next_block_fn()
92 retmem_mb(source->inp_buf); in get_next_block_fn()
93 source->inp_buf = NULL; in get_next_block_fn()
107 source->inp_buf_ptr = source->inp_buf = getmem(to_read + 1); in get_next_block_fn()
108 source->inp_buf_end = source->inp_buf + to_read; in get_next_block_fn()
109 length = read(source->fd, source->inp_buf, (unsigned int) to_read); in get_next_block_fn()
162 if (source->inp_buf != NULL) { in get_next_block_fn()
163 retmem_mb(source->inp_buf); in get_next_block_fn()
164 source->inp_buf = NULL; in get_next_block_fn()
H A Dmacro.cc164 sourceb.inp_buf = in expand_value()
/titanic_41/usr/src/cmd/make/bin/
H A Dread.cc126 source->inp_buf = in read_simple_file()
695 extrap->inp_buf = in parse_makefile()
1729 extrap->inp_buf = in parse_makefile()
2032 bp->inp_buf = in push_macro_value()
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c577 char inp_buf[INET6_ADDRSTRLEN]; in iscsid_do_sendtgts() local
608 &disc_addr->e_u, inp_buf, sizeof (inp_buf)); in iscsid_do_sendtgts()
630 inp_buf, sizeof (inp_buf)); in iscsid_do_sendtgts()
/titanic_41/usr/src/cmd/make/include/mksh/
H A Ddefs.h743 char *inp_buf; member