Home
last modified time | relevance | path

Searched refs:write_string (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c201 write_string(int fd, char *string) in write_string() function
405 if (!write_string(fd_drb, fs_entry->name)) in write_dryrun_bin()
408 if (!write_string(fd_drb, fs_entry->fstype)) in write_dryrun_bin()
411 if (!write_string(fd_drb, fs_entry->remote_name)) in write_dryrun_bin()
437 if (!write_string(fd_drb, extptr[n]->cf_ent.path)) in write_dryrun_bin()
440 if (!write_string(fd_drb, extptr[n]->cf_ent.ainfo.local)) in write_dryrun_bin()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c55 write_string(byte, sp) in write_string() function
86 convert.put = (int (*)(int, void *)) write_string;
229 convert.put = (int (*)(int, void *)) write_string;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.print.c214 write_string(char *s) in write_string() function
H A Dsh.proc.c153 write_string("\015\n"); in pchild()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c58 write_string(int byte, t_string *sp) in write_string() function
84 convert.put = (int (*)(int, void *)) write_string; in wistombs()
231 convert.put = (int (*)(int, void *)) write_string; in __m_cc_mbs()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c829 dnp->path = write_string(hdp, cnp->path, next); in write_nodes()
887 dmp->name = write_string(hdp, cmnp->name, next); in write_minors()
888 dmp->nodetype = write_string(hdp, cmnp->nodetype, next); in write_minors()
949 dlp->path = write_string(hdp, clp->path, next); in write_links()
950 dlp->content = write_string(hdp, clp->content, next); in write_links()
979 write_string(struct di_devlink_handle *hdp, const char *str, uint32_t *next) in write_string() function
H A Ddevinfo_devlink.h321 static uint32_t write_string(struct di_devlink_handle *hdp, const char *str,