Home
last modified time | relevance | path

Searched refs:subjectLine (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/ci_support/
H A DCheckinTest.py1147 subjectLine = "passed: " + subjectLine
1149 subjectLine = "FAILED: " + subjectLine
1157 emailBody = subjectLine + "\n\n"
2119 subjectLine = None
2526 subjectLine = None
2635 subjectLine = "READY TO PUSH"
2940 subjectLine = "DID PUSH"
2947 subjectLine = "PUSH FAILED"
2956 subjectLine = "PASSED"
2958 subjectLine = "FAILED"
[all …]
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dsendmail.c16 static char subjectLine[400]; variable
339 if (s - t >= sizeof(subjectLine)) { in encodeAttachment()
344 memcpy(subjectLine, t, s - t); in encodeAttachment()
345 subjectLine[s - t] = 0; in encodeAttachment()
346 if (subjectLine[0]) { in encodeAttachment()
347 char *subjiso = isoEncode(subjectLine, in encodeAttachment()
348 subjectLine + in encodeAttachment()
349 strlen(subjectLine)); in encodeAttachment()
354 sizeof(subjectLine) - 1); in encodeAttachment()
357 strcpy(subjectLine, subjiso); in encodeAttachment()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/src/
H A Dpktwrite.c177 if (strlen(msg.subjectLine) >= 72) fwrite(msg.subjectLine, 71, 1, pkt);
178 else fputs(msg. subjectLine, pkt);
201 z = strlen(msg.subjectLine); in writeMsgToPkt()
233 memmove(pbuf,msg.subjectLine,z); pbuf+=z; in writeMsgToPkt()
H A Dtxt2pkt.c75 nfree(msg.subjectLine); \
336 msg.subjectLine = sstrdup(tmp); in main()
339 CharToOem(msg.subjectLine, msg.subjectLine); in main()
501 if (msg.subjectLine==NULL) xstrcat(&msg.subjectLine, ""); in main()
510 recodeToTransportCharset((char*)msg.subjectLine); in main()
/dports/news/husky/husky-1.9.20191207/fidoconf/src/
H A Dafixcmn.c133 xstrcat(&(msg->subjectLine), subject); in makeMessage()
232 && strpbrk(msg->subjectLine, "/\\:")) { in createXMSG()
235 running = msg->subjectLine; in createXMSG()
259 } else strcpy((char *) msgHeader.subj, msg->subjectLine); in createXMSG()
282 nfree(msg->subjectLine); in freeMsgBuffers()
/dports/news/husky/husky-1.9.20191207/hpt/src/
H A Dpktwrite.c177 if (strlen(msg.subjectLine) >= 72) fwrite(msg.subjectLine, 71, 1, pkt);
178 else fputs(msg. subjectLine, pkt);
201 z = strlen(msg.subjectLine); in writeMsgToPkt()
233 memmove(pbuf,msg.subjectLine,z); pbuf+=z; in writeMsgToPkt()
H A Dtxt2pkt.c75 nfree(msg.subjectLine); \
336 msg.subjectLine = sstrdup(tmp); in main()
339 CharToOem(msg.subjectLine, msg.subjectLine); in main()
501 if (msg.subjectLine==NULL) xstrcat(&msg.subjectLine, ""); in main()
510 recodeToTransportCharset((char*)msg.subjectLine); in main()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/hpt/src/
H A Dpktwrite.c177 if (strlen(msg.subjectLine) >= 72) fwrite(msg.subjectLine, 71, 1, pkt);
178 else fputs(msg. subjectLine, pkt);
201 z = strlen(msg.subjectLine); in writeMsgToPkt()
233 memmove(pbuf,msg.subjectLine,z); pbuf+=z; in writeMsgToPkt()
H A Dtxt2pkt.c75 nfree(msg.subjectLine); \
336 msg.subjectLine = sstrdup(tmp); in main()
339 CharToOem(msg.subjectLine, msg.subjectLine); in main()
501 if (msg.subjectLine==NULL) xstrcat(&msg.subjectLine, ""); in main()
510 recodeToTransportCharset((char*)msg.subjectLine); in main()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fidoconf/src/
H A Dafixcmn.c133 xstrcat(&(msg->subjectLine), subject); in makeMessage()
232 && strpbrk(msg->subjectLine, "/\\:")) { in createXMSG()
235 running = msg->subjectLine; in createXMSG()
259 } else strcpy((char *) msgHeader.subj, msg->subjectLine); in createXMSG()
282 nfree(msg->subjectLine); in freeMsgBuffers()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/hpt/src/
H A Dpktwrite.c177 if (strlen(msg.subjectLine) >= 72) fwrite(msg.subjectLine, 71, 1, pkt);
178 else fputs(msg. subjectLine, pkt);
201 z = strlen(msg.subjectLine); in writeMsgToPkt()
233 memmove(pbuf,msg.subjectLine,z); pbuf+=z; in writeMsgToPkt()
H A Dtxt2pkt.c75 nfree(msg.subjectLine); \
336 msg.subjectLine = sstrdup(tmp); in main()
339 CharToOem(msg.subjectLine, msg.subjectLine); in main()
501 if (msg.subjectLine==NULL) xstrcat(&msg.subjectLine, ""); in main()
510 recodeToTransportCharset((char*)msg.subjectLine); in main()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fidoconf/src/
H A Dafixcmn.c133 xstrcat(&(msg->subjectLine), subject); in makeMessage()
232 && strpbrk(msg->subjectLine, "/\\:")) { in createXMSG()
235 running = msg->subjectLine; in createXMSG()
259 } else strcpy((char *) msgHeader.subj, msg->subjectLine); in createXMSG()
282 nfree(msg->subjectLine); in freeMsgBuffers()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/hpt/src/
H A Dpktwrite.c177 if (strlen(msg.subjectLine) >= 72) fwrite(msg.subjectLine, 71, 1, pkt);
178 else fputs(msg. subjectLine, pkt);
201 z = strlen(msg.subjectLine); in writeMsgToPkt()
233 memmove(pbuf,msg.subjectLine,z); pbuf+=z; in writeMsgToPkt()
H A Dtxt2pkt.c75 nfree(msg.subjectLine); \
336 msg.subjectLine = sstrdup(tmp); in main()
339 CharToOem(msg.subjectLine, msg.subjectLine); in main()
501 if (msg.subjectLine==NULL) xstrcat(&msg.subjectLine, ""); in main()
510 recodeToTransportCharset((char*)msg.subjectLine); in main()
/dports/news/husky-htick/husky-htick-1.9.20191207/fidoconf/src/
H A Dafixcmn.c133 xstrcat(&(msg->subjectLine), subject); in makeMessage()
232 && strpbrk(msg->subjectLine, "/\\:")) { in createXMSG()
235 running = msg->subjectLine; in createXMSG()
259 } else strcpy((char *) msgHeader.subj, msg->subjectLine); in createXMSG()
282 nfree(msg->subjectLine); in freeMsgBuffers()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fidoconf/src/
H A Dafixcmn.c133 xstrcat(&(msg->subjectLine), subject); in makeMessage()
232 && strpbrk(msg->subjectLine, "/\\:")) { in createXMSG()
235 running = msg->subjectLine; in createXMSG()
259 } else strcpy((char *) msgHeader.subj, msg->subjectLine); in createXMSG()
282 nfree(msg->subjectLine); in freeMsgBuffers()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpt/src/
H A Dpktwrite.c177 if (strlen(msg.subjectLine) >= 72) fwrite(msg.subjectLine, 71, 1, pkt);
178 else fputs(msg. subjectLine, pkt);
201 z = strlen(msg.subjectLine); in writeMsgToPkt()
233 memmove(pbuf,msg.subjectLine,z); pbuf+=z; in writeMsgToPkt()
H A Dtxt2pkt.c75 nfree(msg.subjectLine); \
336 msg.subjectLine = sstrdup(tmp); in main()
339 CharToOem(msg.subjectLine, msg.subjectLine); in main()
501 if (msg.subjectLine==NULL) xstrcat(&msg.subjectLine, ""); in main()
510 recodeToTransportCharset((char*)msg.subjectLine); in main()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fidoconf/src/
H A Dafixcmn.c133 xstrcat(&(msg->subjectLine), subject); in makeMessage()
232 && strpbrk(msg->subjectLine, "/\\:")) { in createXMSG()
235 running = msg->subjectLine; in createXMSG()
259 } else strcpy((char *) msgHeader.subj, msg->subjectLine); in createXMSG()
282 nfree(msg->subjectLine); in freeMsgBuffers()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fidoconf/src/
H A Dafixcmn.c133 xstrcat(&(msg->subjectLine), subject); in makeMessage()
232 && strpbrk(msg->subjectLine, "/\\:")) { in createXMSG()
235 running = msg->subjectLine; in createXMSG()
259 } else strcpy((char *) msgHeader.subj, msg->subjectLine); in createXMSG()
282 nfree(msg->subjectLine); in freeMsgBuffers()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fidoconf/src/
H A Dafixcmn.c133 xstrcat(&(msg->subjectLine), subject); in makeMessage()
232 && strpbrk(msg->subjectLine, "/\\:")) { in createXMSG()
235 running = msg->subjectLine; in createXMSG()
259 } else strcpy((char *) msgHeader.subj, msg->subjectLine); in createXMSG()
282 nfree(msg->subjectLine); in freeMsgBuffers()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpt/src/
H A Dpktwrite.c177 if (strlen(msg.subjectLine) >= 72) fwrite(msg.subjectLine, 71, 1, pkt);
178 else fputs(msg. subjectLine, pkt);
201 z = strlen(msg.subjectLine); in writeMsgToPkt()
233 memmove(pbuf,msg.subjectLine,z); pbuf+=z; in writeMsgToPkt()
H A Dtxt2pkt.c75 nfree(msg.subjectLine); \
336 msg.subjectLine = sstrdup(tmp); in main()
339 CharToOem(msg.subjectLine, msg.subjectLine); in main()
501 if (msg.subjectLine==NULL) xstrcat(&msg.subjectLine, ""); in main()
510 recodeToTransportCharset((char*)msg.subjectLine); in main()
/dports/news/husky-htick/husky-htick-1.9.20191207/hpt/src/
H A Dpktwrite.c177 if (strlen(msg.subjectLine) >= 72) fwrite(msg.subjectLine, 71, 1, pkt);
178 else fputs(msg. subjectLine, pkt);
201 z = strlen(msg.subjectLine); in writeMsgToPkt()
233 memmove(pbuf,msg.subjectLine,z); pbuf+=z; in writeMsgToPkt()

1234567