Searched defs:write_string (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.print.c216 write_string(char *s) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c57 write_string(byte, sp) function
88 convert.put = (int (*)(int, void *)) write_string;
231 convert.put = (int (*)(int, void *)) write_string;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c60 write_string(int byte, t_string *sp) function
86 convert.put = (int (*)(int, void *)) write_string;
233 convert.put = (int (*)(int, void *)) write_string;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c201 write_string(int fd, char *string) function
405 if (!write_string(fd_drb, fs_entry->name))
408 if (!write_string(fd_drb, fs_entry->fstype))
411 if (!write_string(fd_drb, fs_entry->remote_name))
437 if (!write_string(fd_drb, extptr[n]->cf_ent.path))
440 if (!write_string(fd_drb, extptr[n]->cf_ent.ainfo.local))
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c828 dnp->path = write_string(hdp, cnp->path, next);
886 dmp->name = write_string(hdp, cmnp->name, next);
887 dmp->nodetype = write_string(hdp, cmnp->nodetype, next);
948 dlp->path = write_string(hdp, clp->path, next);
949 dlp->content = write_string(hdp, clp->content, next);
978 write_string(struct di_devlink_handle *hdp, const char *str, uint32_t *next) function
986 (void) dprintf(DBG_ERR, "write_string: NULL argument\n");
992 (void) dprintf(DBG_ERR, "write_string: invalid index[%u],"

Completed in 71 milliseconds