Lines Matching refs:out
279 vms_sys(char *cmd, char *out, char *inp) in vms_sys() argument
286 if (out) in vms_sys()
287 vul_desc(&odsc, out); in vms_sys()
293 out ? &odsc : NULL, // output file in vms_sys()
546 vms_unix_mixed_filespec(char *in, char *out) in vms_unix_mixed_filespec() argument
552 char *out_str=out; in vms_unix_mixed_filespec()
559 strncpy(out, in, len); in vms_unix_mixed_filespec()
560 out += len; in vms_unix_mixed_filespec()
572 *out++ = '['; in vms_unix_mixed_filespec()
573 *out++ = '-'; in vms_unix_mixed_filespec()
574 end_of_dir = out; in vms_unix_mixed_filespec()
584 strcpy(out, in); // No - get rest of the spec in vms_unix_mixed_filespec()
587 *out++ = '['; // Yes, denote a Vms subdirectory in vms_unix_mixed_filespec()
596 *out++ = ch; in vms_unix_mixed_filespec()
602 end_of_dir = out; in vms_unix_mixed_filespec()
607 *out++ = '-'; in vms_unix_mixed_filespec()
608 end_of_dir = out; in vms_unix_mixed_filespec()
615 end_of_dir = out; in vms_unix_mixed_filespec()
623 *out++ = ch; in vms_unix_mixed_filespec()
627 *out = '\0'; // Terminate output file spec in vms_unix_mixed_filespec()