Home
last modified time | relevance | path

Searched refs:att_path (Results 1 – 5 of 5) sorted by relevance

/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Doutb_flo.c96 if( fgets(FLO->att_path, BFORCE_MAX_PATH, FLO->fp) == NULL ) in flo_next()
99 if( string_is_empty(FLO->att_path) || *FLO->att_path == '~' ) in flo_next()
102 string_chomp(FLO->att_path); in flo_next()
104 switch(*FLO->att_path) { in flo_next()
107 memmove(FLO->att_path, FLO->att_path+1, strlen(FLO->att_path+1)+1); in flo_next()
112 memmove(FLO->att_path, FLO->att_path+1, strlen(FLO->att_path+1)+1); in flo_next()
116 memmove(FLO->att_path, FLO->att_path+1, strlen(FLO->att_path+1)+1); in flo_next()
122 flo_translate(FLO->att_path, BFORCE_MAX_PATH); in flo_next()
165 if( access(FLO->att_path, F_OK) == 0 ) in out_flo_isempty()
191 if( strcmp(fname, FLO->att_path) == 0 ) in out_flo_marksent()
H A Doutb_fsqueue.c74 if( stat(FLO->att_path, &st) == 0 ) in out_readflo()
76 type = out_filetype(FLO->att_path); in out_readflo()
82 (*tmpl)->fname = (char *)xstrcpy(FLO->att_path); in out_readflo()
93 FLO->att_path, floname); in out_readflo()
H A Doutb_sysqueue.c240 if( stat(FLO->att_path, &st) == 0 ) in out_handle_sysqueue()
247 if( out_filetype(FLO->att_path) & TYPE_ARCMAIL ) in out_handle_sysqueue()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/dbox-single/
H A Dsdbox-file.c192 const char *path, *att_path; in sdbox_file_unlink_aborted_save_attachments() local
195 array_foreach_elem(&file->attachment_paths, att_path) T_BEGIN { in sdbox_file_unlink_aborted_save_attachments()
201 att_path); in sdbox_file_unlink_aborted_save_attachments()
212 sdbox_file_attachment_relpath(file, att_path)); in sdbox_file_unlink_aborted_save_attachments()
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/include/
H A Doutbound.h55 char att_path[BFORCE_MAX_PATH+1]; member