Home
last modified time | relevance | path

Searched refs:subj (Results 1 – 3 of 3) sorted by relevance

/original-bsd/contrib/bib/src/
H A Dstreams.c169 strreplace(subj, old, new) in strreplace() argument
170 char *subj, *old, *new; in strreplace()
174 strcpy(buf, &subj[strlen(old)]);
175 strcpy(subj, new);
176 strcat(subj, buf);
/original-bsd/usr.bin/mail/
H A Dcmd3.c238 reedit(subj) in reedit() argument
239 register char *subj; in reedit()
243 if (subj == NOSTR)
245 if ((subj[0] == 'r' || subj[0] == 'R') &&
246 (subj[1] == 'e' || subj[1] == 'E') &&
247 subj[2] == ':')
248 return subj;
249 newsubj = salloc(strlen(subj) + 5);
251 strcpy(newsubj + 4, subj);
/original-bsd/usr.bin/msgs/
H A Dmsgs.c84 char subj[128]; variable
456 printf("Subject: %s", subj);
760 subj[0] = from[0] = date[0] = NULL;
813 strncpy(subj, nxtfld(inbuf), sizeof subj);
826 strncpy(subj, "(No Subject)\n", sizeof subj);