Lines Matching refs:Pathname
82 char *Pathname; variable
1008 if (Pathname) in wcreceive()
1009 free(Pathname); in wcreceive()
1011 Pathname=malloc(PATH_MAX+1); in wcreceive()
1015 strcpy(Pathname, *argp); in wcreceive()
1016 checkpath(Pathname); in wcreceive()
1025 vstringf(_("%s: ready to receive %s"), program_name, Pathname); in wcreceive()
1080 if (Restricted && Pathname) { in wcreceive()
1082 vstringf(_("\r\n%s: %s removed.\r\n"), program_name, Pathname); in wcreceive()
1587 if (Pathname) in procheader()
1588 free(Pathname); in procheader()
1589 Pathname=malloc((PATH_MAX)*2); in procheader()
1590 if (!Pathname) in procheader()
1592 sprintf(Pathname, "%s %s", program_name+2, name_static); in procheader()
1596 Pathname, Thisbinary?"BIN":"ASCII"); in procheader()
1599 if ((fout=popen(Pathname, "w")) == NULL) in procheader()
1606 if (Pathname) in procheader()
1607 free(Pathname); in procheader()
1608 Pathname=malloc((PATH_MAX)*2); in procheader()
1611 strcpy(Pathname, name_static); in procheader()
2651 chmod(Pathname, (00666 & zi->mode));
2653 chmod(Pathname, (07777 & zi->mode));