Home
last modified time | relevance | path

Searched refs:attach_title (Results 1 – 4 of 4) sorted by relevance

/dports/mail/ripmime/ripmime-1.4.0.10/tnef/
H A Dtnef.c494 static char attach_title[256] = { in read_attribute() local
580 if (TNEF_glb.savedata && strlen(attach_title)>0 && attach_size > 0) { in read_attribute()
581 if (!save_attach_data(attach_title, (uint8 *)attach_loc,attach_size)) in read_attribute()
586 LOGGER_log("Decoding: %s\n", attach_title); in read_attribute()
595 … LOGGER_log("%s:%d:TNEF_read_attribute:ERROR: While saving attachment '%s'\n", FL, attach_title); in read_attribute()
600 strncpy(attach_title, make_string(tsp+header,size),255); in read_attribute()
601 if (TNEF_glb.savedata && strlen(attach_title)>0 && attach_size > 0) { in read_attribute()
602 if (!save_attach_data(attach_title, (uint8 *)attach_loc,attach_size)) in read_attribute()
607 LOGGER_log("Decoding: %s\n", attach_title); in read_attribute()
616 … LOGGER_log("%s:%d:TNEF_read_attribute:ERROR: While saving attachment '%s'\n", FL, attach_title); in read_attribute()
[all …]
/dports/textproc/tnef2txt/tnef2txt-1.4/
H A Dtnef.c510 static char attach_title[256] = "default.dat"; in read_attribute() local
576 if (!save_attach_data(attach_title, tsp+header,size)) in read_attribute()
577 printf("Attachment saved to file %s\n", attach_title); in read_attribute()
579 printf("Failure saving attachment to file %s\n", attach_title); in read_attribute()
581 printf("TNEF Contains attached file %s\n", attach_title); in read_attribute()
585 strcpy(attach_title, make_string(tsp+header,size)); in read_attribute()
586 printf("Attachment Title: %s\n",attach_title); in read_attribute()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxcmc.h70 CMC_string attach_title; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxcmc.h70 CMC_string attach_title; member