Searched refs:phd (Results 1 – 5 of 5) sorted by relevance
/original-bsd/old/berknet/ |
H A D | header.c | 45 phd->hd_code,phd->hd_mchto,phd->hd_mchfrom, 46 phd->hd_vmajor+'a',phd->hd_vminor+'a',phd->hd_snto, 47 phd->hd_spasswd,phd->hd_sinfile,phd->hd_soutfile, 49 phd->hd_snfrom,phd->hd_sttyname,cflag,phd->hd_lttytime, 50 phd->hd_ijobno,genparmlist(phd),phd->hd_ltimesent-TIMEBASE); 56 sprintf(phd->hd_addrfrom,"%c:%s",phd->hd_mchfrom,phd->hd_snfrom); 57 sprintf(phd->hd_addrto, "%c:%s",phd->hd_mchto, phd->hd_snto); 62 printhd(phd) in printhd() argument 67 phd->hd_addrto, phd->hd_addrfrom, 73 phd->hd_code, phd->hd_vmajor,phd->hd_vminor, [all …]
|
H A D | netdaemon.c | 599 else if(phd->hd_sinfile[0])mreopen(TRUE,phd,tempresfile,phd->hd_sinfile,"r",stdin); 601 if(phd->hd_code == 's' && phd->hd_soutfile[0]){ 670 MWRITECMD, phd->hd_snfrom,phd->hd_sttyname,phd->hd_lttytime, 671 phd->hd_mchto,phd->hd_snto, phd->hd_scmdvirt,phd->hd_ltimesent-TIMEBASE, 672 phd->hd_addrfrom, phd->hd_addrto, phd->hd_lttytime, 673 phd->hd_scmdvirt, phd->hd_sttyname, phd->hd_ltimesent-TIMEBASE, rcode); 740 sprintf(phd->hd_addrfrom, "%s:%s",longname(phd->hd_mchfrom),phd->hd_snfrom); 741 sprintf(phd->hd_addrto, "%s:%s",longname(phd->hd_mchto),phd->hd_snto); 746 if(!phd->hd_mchfrom || !phd->hd_code || !cflag || !phd->hd_vmajor || !phd->hd_vminor){ 782 if(phd->hd_scmdvirt[0] == 0)strcpy(phd->hd_scmdvirt,phd->hd_scmdact); [all …]
|
H A D | netq.c | 205 readhdfd(phd,fd) in readhdfd() argument 212 phd->hd_code = phd->hd_mchto = phd->hd_snto[0] = phd->hd_sinfile[0] = 0; 213 phd->hd_soutfile[0] = phd->hd_srespfile[0] = phd->hd_snfrom[0] = 0; 214 phd->hd_scmdact[0] = 0; 217 phd->hd_code = ngetc(fd); 219 phd->hd_mchto = ngetc(fd); 235 s = phd->hd_scmdact; 241 s = phd->hd_scmdvirt; 247 if(phd->hd_scmdvirt[0] == 0)strcpy(phd->hd_scmdvirt,phd->hd_scmdact); 248 sprintf(phd->hd_addrfrom,"%c:%s",phd->hd_mchfrom,phd->hd_snfrom); [all …]
|
H A D | net.c | 405 fisacctpair(phd) in fisacctpair() argument 406 register struct header *phd; in fisacctpair()
|
/original-bsd/usr.bin/uucp/vms/ |
H A D | uucpd.c | 138 register struct PHD *phd; in Set_VMS_UAF_Info() local 145 phd = ctl$gl_phd; in Set_VMS_UAF_Info() 234 phd->phd$q_authpriv[0] = i; in Set_VMS_UAF_Info() 240 phd->phd$q_authpriv[1] = i; in Set_VMS_UAF_Info()
|