Searched refs:write_string (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | dryrun.c | 201 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()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 57 write_string(byte, sp) in write_string() function 88 convert.put = (int (*)(int, void *)) write_string; 231 convert.put = (int (*)(int, void *)) write_string;
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.print.c | 216 write_string(char *s) in write_string() function
|
H A D | sh.proc.c | 147 write_string("\015\n"); in pchild()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 60 write_string(int byte, t_string *sp) in write_string() function 86 convert.put = (int (*)(int, void *)) write_string; in wistombs() 233 convert.put = (int (*)(int, void *)) write_string; in __m_cc_mbs()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 828 dnp->path = write_string(hdp, cnp->path, next); in write_nodes() 886 dmp->name = write_string(hdp, cmnp->name, next); in write_minors() 887 dmp->nodetype = write_string(hdp, cmnp->nodetype, next); in write_minors() 948 dlp->path = write_string(hdp, clp->path, next); in write_links() 949 dlp->content = write_string(hdp, clp->content, next); in write_links() 978 write_string(struct di_devlink_handle *hdp, const char *str, uint32_t *next) in write_string() function
|
H A D | devinfo_devlink.h | 321 static uint32_t write_string(struct di_devlink_handle *hdp, const char *str,
|