Home
last modified time | relevance | path

Searched refs:fp_tmp (Results 1 – 25 of 39) sorted by relevance

12

/dports/mail/neomutt/neomutt-20211029/
H A Drecvcmd.c504 if (!fp_tmp) in attach_forward_bodies()
573 st.fp_out = fp_tmp; in attach_forward_bodies()
617 mutt_file_fclose(&fp_tmp); in attach_forward_bodies()
618 fp_tmp = NULL; in attach_forward_bodies()
630 if (fp_tmp) in attach_forward_bodies()
662 FILE *fp_tmp = NULL; in attach_forward_msgs() local
695 if (!fp_tmp) in attach_forward_msgs()
948 FILE *fp_tmp = NULL; in mutt_attach_reply() local
1004 if (!fp_tmp) in mutt_attach_reply()
1029 st.fp_out = fp_tmp; in mutt_attach_reply()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/dircommon/
H A Ddirectory.c654 smartlist_t *fp_tmp = smartlist_new(); in dir_split_resource_into_fingerprints() local
662 if (smartlist_len(fp_tmp)) { in dir_split_resource_into_fingerprints()
663 char *last = smartlist_get(fp_tmp,smartlist_len(fp_tmp)-1); in dir_split_resource_into_fingerprints()
676 cp = smartlist_get(fp_tmp, i); in dir_split_resource_into_fingerprints()
692 smartlist_set(fp_tmp, i, d); in dir_split_resource_into_fingerprints()
705 smartlist_sort_digests(fp_tmp); in dir_split_resource_into_fingerprints()
706 smartlist_uniq_digests(fp_tmp); in dir_split_resource_into_fingerprints()
709 smartlist_sort_strings(fp_tmp); in dir_split_resource_into_fingerprints()
710 smartlist_uniq_strings(fp_tmp); in dir_split_resource_into_fingerprints()
713 smartlist_add_all(fp_out, fp_tmp); in dir_split_resource_into_fingerprints()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dircommon/
H A Ddirectory.c654 smartlist_t *fp_tmp = smartlist_new(); in dir_split_resource_into_fingerprints() local
662 if (smartlist_len(fp_tmp)) { in dir_split_resource_into_fingerprints()
663 char *last = smartlist_get(fp_tmp,smartlist_len(fp_tmp)-1); in dir_split_resource_into_fingerprints()
676 cp = smartlist_get(fp_tmp, i); in dir_split_resource_into_fingerprints()
692 smartlist_set(fp_tmp, i, d); in dir_split_resource_into_fingerprints()
705 smartlist_sort_digests(fp_tmp); in dir_split_resource_into_fingerprints()
706 smartlist_uniq_digests(fp_tmp); in dir_split_resource_into_fingerprints()
709 smartlist_sort_strings(fp_tmp); in dir_split_resource_into_fingerprints()
710 smartlist_uniq_strings(fp_tmp); in dir_split_resource_into_fingerprints()
713 smartlist_add_all(fp_out, fp_tmp); in dir_split_resource_into_fingerprints()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/tests/misc/
H A Dtac-continue.sh35 fp_tmp="$FULL_PARTITION_TMPDIR/tac-cont-$$"
40 rm -f "$fp_tmp"
45 if ! touch $fp_tmp; then
46 echo "$0: $fp_tmp: cannot create empty file" 1>&2
52 if seq 1000 > $fp_tmp 2>/dev/null; then
/dports/misc/gnuls/coreutils-8.30/tests/misc/
H A Dtac-continue.sh35 fp_tmp="$FULL_PARTITION_TMPDIR/tac-cont-$$"
40 rm -f "$fp_tmp"
45 if ! touch $fp_tmp; then
46 echo "$0: $fp_tmp: cannot create empty file" 1>&2
52 if seq 1000 > $fp_tmp 2>/dev/null; then
/dports/mail/neomutt/neomutt-20211029/send/
H A Dsendlib.c1328 if (fp_tmp) in bounce_message()
1355 fputc('\n', fp_tmp); in bounce_message()
1533 FILE *fp_tmp = NULL; in mutt_write_fcc() local
1560 if (!fp_tmp) in mutt_write_fcc()
1682 if (fp_tmp) in mutt_write_fcc()
1692 fputc('\n', fp_tmp); in mutt_write_fcc()
1695 fflush(fp_tmp); in mutt_write_fcc()
1696 if (ferror(fp_tmp)) in mutt_write_fcc()
1710 rewind(fp_tmp); in mutt_write_fcc()
1717 rewind(fp_tmp); in mutt_write_fcc()
[all …]
H A Dsend.c107 if (!fp_tmp) in append_signature()
118 mutt_file_fclose(&fp_tmp); in append_signature()
1224 fputc('\n', fp_tmp); in generate_body()
1480 if (!fp_tmp) in invoke_mta()
1542 if (fp_tmp) in invoke_mta()
1544 mutt_file_fclose(&fp_tmp); in invoke_mta()
2115 FILE *fp_tmp = NULL; in mutt_send_message() local
2216 if (!fp_tmp) in mutt_send_message()
2271 if (!fp_tmp) in mutt_send_message()
2462 mutt_file_fclose(&fp_tmp); in mutt_send_message()
[all …]
/dports/mail/neomutt/neomutt-20211029/ncrypt/
H A Dpgp.c475 FILE *fp_tmp = NULL; in pgp_class_application_handler() local
535 if (!fp_tmp) in pgp_class_application_handler()
542 fputs(buf, fp_tmp); in pgp_class_application_handler()
573 fflush(fp_tmp); in pgp_class_application_handler()
690 rewind(fp_tmp); in pgp_class_application_handler()
757 if (fp_tmp) in pgp_class_application_handler()
809 if (!fp_tmp) in pgp_check_traditional_one_body()
962 if (!fp_tmp) in pgp_extract_keys_from_attachment()
969 s.fp_out = fp_tmp; in pgp_extract_keys_from_attachment()
1609 if (!fp_tmp) in pgp_class_encrypt_message()
[all …]
H A Dsmime.c1386 if (!fp_tmp) in smime_class_build_smime_entity()
1412 fputc('\n', fp_tmp); in smime_class_build_smime_entity()
1414 mutt_file_fclose(&fp_tmp); in smime_class_build_smime_entity()
1478 if (fp_tmp) in smime_class_build_smime_entity()
1881 if (!fp_tmp) in smime_handle_entity()
1895 fflush(fp_tmp); in smime_handle_entity()
2108 if (!fp_tmp) in smime_class_decrypt_mime()
2114 s.fp_out = fp_tmp; in smime_class_decrypt_mime()
2116 fflush(fp_tmp); in smime_class_decrypt_mime()
2119 rewind(fp_tmp); in smime_class_decrypt_mime()
[all …]
H A Dpgpkey.c257 FILE *fp_tmp = mutt_file_fopen(mutt_buffer_string(tempf), "w"); in pgp_class_make_key_attachment() local
258 if (!fp_tmp) in pgp_class_make_key_attachment()
268 mutt_file_fclose(&fp_tmp); in pgp_class_make_key_attachment()
275 pid = pgp_invoke_export(NULL, NULL, NULL, -1, fileno(fp_tmp), fileno(fp_null), tmp); in pgp_class_make_key_attachment()
280 mutt_file_fclose(&fp_tmp); in pgp_class_make_key_attachment()
287 mutt_file_fclose(&fp_tmp); in pgp_class_make_key_attachment()
/dports/mail/neomutt/neomutt-20211029/history/
H A Dhistory.c200 FILE *fp_tmp = NULL; in shrink_histfile() local
258 fp_tmp = mutt_file_mkstemp(); in shrink_histfile()
259 if (!fp_tmp) in shrink_histfile()
283 fprintf(fp_tmp, "%s\n", linebuf); in shrink_histfile()
290 if (fp_tmp) in shrink_histfile()
292 if ((fflush(fp_tmp) == 0) && (fp = fopen(NONULL(c_history_file), "w"))) in shrink_histfile()
294 rewind(fp_tmp); in shrink_histfile()
295 mutt_file_copy_stream(fp_tmp, fp); in shrink_histfile()
298 mutt_file_fclose(&fp_tmp); in shrink_histfile()
/dports/databases/php81-dba/php-8.1.1/ext/dba/libinifile/
H A Dinifile.c460 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
487 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
488 if (!fp_tmp) { in inifile_delete_replace_append()
495 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
533 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
536 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
547 if (fp_tmp) { in inifile_delete_replace_append()
548 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/www/mod_php81/php-8.1.1/ext/dba/libinifile/
H A Dinifile.c460 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
487 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
488 if (!fp_tmp) { in inifile_delete_replace_append()
495 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
533 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
536 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
547 if (fp_tmp) { in inifile_delete_replace_append()
548 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/lang/php81/php-8.1.1/ext/dba/libinifile/
H A Dinifile.c460 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
487 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
488 if (!fp_tmp) { in inifile_delete_replace_append()
495 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
533 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
536 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
547 if (fp_tmp) { in inifile_delete_replace_append()
548 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/lang/php73/php-7.3.33/ext/dba/libinifile/
H A Dinifile.c469 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
496 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
497 if (!fp_tmp) { in inifile_delete_replace_append()
504 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
542 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
545 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
556 if (fp_tmp) { in inifile_delete_replace_append()
557 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/databases/php80-dba/php-8.0.15/ext/dba/libinifile/
H A Dinifile.c460 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
487 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
488 if (!fp_tmp) { in inifile_delete_replace_append()
495 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
533 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
536 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
547 if (fp_tmp) { in inifile_delete_replace_append()
548 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/databases/php74-dba/php-7.4.27/ext/dba/libinifile/
H A Dinifile.c469 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
496 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
497 if (!fp_tmp) { in inifile_delete_replace_append()
504 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
542 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
545 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
556 if (fp_tmp) { in inifile_delete_replace_append()
557 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/lang/php80/php-8.0.15/ext/dba/libinifile/
H A Dinifile.c460 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
487 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
488 if (!fp_tmp) { in inifile_delete_replace_append()
495 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
533 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
536 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
547 if (fp_tmp) { in inifile_delete_replace_append()
548 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/lang/php74/php-7.4.27/ext/dba/libinifile/
H A Dinifile.c469 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
496 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
497 if (!fp_tmp) { in inifile_delete_replace_append()
504 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
542 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
545 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
556 if (fp_tmp) { in inifile_delete_replace_append()
557 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/www/mod_php73/php-7.3.33/ext/dba/libinifile/
H A Dinifile.c469 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
496 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
497 if (!fp_tmp) { in inifile_delete_replace_append()
504 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
542 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
545 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
556 if (fp_tmp) { in inifile_delete_replace_append()
557 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/databases/php73-dba/php-7.3.33/ext/dba/libinifile/
H A Dinifile.c469 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
496 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
497 if (!fp_tmp) { in inifile_delete_replace_append()
504 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
542 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
545 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
556 if (fp_tmp) { in inifile_delete_replace_append()
557 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/www/mod_php74/php-7.4.27/ext/dba/libinifile/
H A Dinifile.c469 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
496 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
497 if (!fp_tmp) { in inifile_delete_replace_append()
504 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
542 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
545 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
556 if (fp_tmp) { in inifile_delete_replace_append()
557 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/www/mod_php80/php-8.0.15/ext/dba/libinifile/
H A Dinifile.c460 php_stream *fp_tmp = NULL; in inifile_delete_replace_append() local
487 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
488 if (!fp_tmp) { in inifile_delete_replace_append()
495 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
533 if (fp_tmp && php_stream_tell(fp_tmp)) { in inifile_delete_replace_append()
534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
536 if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) { in inifile_delete_replace_append()
547 if (fp_tmp) { in inifile_delete_replace_append()
548 php_stream_close(fp_tmp); in inifile_delete_replace_append()
/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/glsl/
H A Dshader-bundle-tool.cc82 fstream fp_tmp{argv[k], ios_base::in}; in main() local
84 if (!fp_tmp.is_open()) { in main()
89 ss << fp_tmp.rdbuf(); in main()
/dports/devel/pam_wrapper/pam_wrapper-1.0.6/src/modules/
H A Dpam_matrix.c202 FILE *fp_tmp = NULL; in pam_matrix_lib_items_put() local
226 fp_tmp = fopen(template, "w"); in pam_matrix_lib_items_put()
227 if (fp == NULL || fp_tmp == NULL) { in pam_matrix_lib_items_put()
263 rv = fprintf(fp_tmp, "%s:%s:%s\n", in pam_matrix_lib_items_put()
276 if (fp_tmp != NULL) { in pam_matrix_lib_items_put()
277 fflush(fp_tmp); in pam_matrix_lib_items_put()
278 fclose(fp_tmp); in pam_matrix_lib_items_put()

12