/titanic_50/usr/src/lib/libgen/common/ |
H A D | strecpy.c | 54 strecpy(char *pout, const char *pin, const char *except) in strecpy() argument 56 (void) streadd(pout, pin, except); in strecpy() 57 return (pout); in strecpy() 62 streadd(char *pout, const char *pin, const char *except) in streadd() argument 68 *pout++ = '\\'; in streadd() 71 *pout++ = 'n'; in streadd() 74 *pout++ = 't'; in streadd() 77 *pout++ = 'b'; in streadd() 80 *pout++ = 'r'; in streadd() 83 *pout++ = 'f'; in streadd() [all …]
|
H A D | strccpy.c | 49 strccpy(char *pout, const char *pin) in strccpy() argument 51 (void) strcadd(pout, pin); in strccpy() 52 return (pout); in strccpy() 57 strcadd(char *pout, const char *pin) in strcadd() argument 67 *pout++ = '\n'; in strcadd() 70 *pout++ = '\t'; in strcadd() 73 *pout++ = '\b'; in strcadd() 76 *pout++ = '\r'; in strcadd() 79 *pout++ = '\f'; in strcadd() 82 *pout++ = '\v'; in strcadd() [all …]
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | strecpy.c | 47 strecpy(char *pout, char *pin, char *except) in strecpy() argument 52 output = pout; in strecpy() 55 *pout++ = '\\'; in strecpy() 58 *pout++ = 'n'; in strecpy() 61 *pout++ = 't'; in strecpy() 64 *pout++ = 'b'; in strecpy() 67 *pout++ = 'r'; in strecpy() 70 *pout++ = 'f'; in strecpy() 73 *pout++ = 'v'; in strecpy() 78 sprintf(pout, "%.3o", c); in strecpy() [all …]
|
/titanic_50/usr/src/lib/libslp/clib/ |
H A D | SLPUtils.c | 443 char *buf, *pin, *pout; in SLPEscape() local 454 for (pin = (char *)pcInbuf, pout = buf; *pin; ) { in SLPEscape() 461 *pout++ = *pin++; in SLPEscape() 472 (void) sprintf(pout, "\\%.2x", *pin); in SLPEscape() 473 pout += 3; in SLPEscape() 476 *pout++ = *pin++; in SLPEscape() 479 *pout = 0; in SLPEscape() 497 char *buf, *pin, *pout, conv[3]; in slp_unescape() local 506 for (pin = (char *)pcInbuf, pout = buf; *pin; ) { in slp_unescape() 513 *pout++ = *pin++; in slp_unescape() [all …]
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 72 int pin[2], pout[2]; in ssh_proxy_connect() local 120 if (pipe(pin) < 0 || pipe(pout) < 0) in ssh_proxy_connect() 141 close(pout[0]); in ssh_proxy_connect() 142 if (dup2(pout[1], 1) < 0) in ssh_proxy_connect() 145 close(pout[1]); in ssh_proxy_connect() 168 close(pout[1]); in ssh_proxy_connect() 174 packet_set_connection(pout[0], pin[1]); in ssh_proxy_connect()
|
/titanic_50/usr/src/cmd/ssh/scp/ |
H A D | scp.c | 207 int pin[2], pout[2], reserved[2]; in do_cmd() local 225 if (pipe(pout) < 0) in do_cmd() 236 close(pout[0]); in do_cmd() 238 dup2(pout[1], 1); in do_cmd() 240 close(pout[1]); in do_cmd() 259 close(pout[1]); in do_cmd() 260 *fdin = pout[0]; in do_cmd()
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 520 import_manifest_file(manifest_info_t *info, boolean_t validate, FILE *pout, in import_manifest_file() argument 552 if (pout != NULL) { in import_manifest_file() 553 (void) fprintf(pout, gettext("WARNING: svccfg " in import_manifest_file() 566 if (pout != NULL) { in import_manifest_file() 567 (void) fprintf(pout, gettext("WARNING: svccfg import " in import_manifest_file()
|
/titanic_50/usr/src/uts/sun4v/promif/ |
H A D | promif_io.c | 287 promif_io_init(ihandle_t in, ihandle_t out, phandle_t pin, phandle_t pout) in promif_io_init() argument 292 pstdout = pout; in promif_io_init()
|
H A D | promif_emul.c | 172 phandle_t pin, phandle_t pout, pnode_t chosen, pnode_t options) in cif_init() argument 180 promif_io_init(in, out, pin, pout); in cif_init()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2893 int pin,pout; in run_subshell() local 2921 pout = (sh.outpipe?sh.outpipe[0]:0); in run_subshell() 2924 if(sh.fdstatus[i]&IOCLEX && i!=pin && i!=pout) in run_subshell() 2953 if(sh.fdstatus[i]&IOCLEX && i!=pin && i!=pout) in run_subshell()
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 17765 pout
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 17764 pout
|