Home
last modified time | relevance | path

Searched refs:hist_fp (Results 1 – 25 of 25) sorted by last modified time

/dports/multimedia/mpeg_stat/mpeg_stat/
H A Dmain.c94 FILE *hist_fp; variable
305 hist_fp=stdout;
307 } else if ((hist_fp=fopen(argv[index+1],"w"))==NULL) {
345 hist_fp = stdout;
379 if ((hist_fp=fopen(tmpstr,"w"))==NULL) {
H A Dfilter.c476 fprintf(hist_fp,"\n");
479 fprintf(hist_fp,"I FRAME\n");
482 fprintf(hist_fp,"P FRAME\n");
485 fprintf(hist_fp,"B FRAME\n");
491 fprintf(hist_fp,"\tI Macro Block Stats:\n");
493 fprintf(hist_fp,"\tAvg. Size: %d bytes + %d bits\n",
513 fprintf(hist_fp,"\tP Macro Block Stats:\n");
515 fprintf(hist_fp,"\tAvg. Size: %d bytes + %d bits\n",
535 fprintf(hist_fp,"\tB Macro Block Stats:\n");
537 fprintf(hist_fp,"\tAvg. Size: %d bytes + %d bits\n",
[all …]
H A Dopts.h52 extern FILE *hist_fp;
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dsess_main.c606 FILE *hist_fp; in session_update_history() local
614 hist_fp = file_open(hist_file, "a"); in session_update_history()
615 if( !hist_fp ) in session_update_history()
631 fprintf(hist_fp, "%s,%s,%lu,%u,%s,%d,%lu,%lu,%lu,%lu,%lu,%lu\n", in session_update_history()
646 (void)file_close(hist_fp); in session_update_history()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dinit.c.gcov209 #####: 148: FILE *hist_fp = fopen(hist_file, "w+");
212 #####: 149: if (!hist_fp) {
224 #####: 155: fputs("edit\n", hist_fp);
229 #####: 158: fclose(hist_fp);
H A Dprofiles.c.gcov556 #####: 296: FILE *hist_fp = fopen(hist_file, "w");
560 #####: 298: if (hist_fp) {
563 #####: 299: fputs("edit\n", hist_fp);
566 #####: 300: fclose(hist_fp);
838 1: 439: FILE *hist_fp = fopen(nhist_file, "w+");
841 1: 441: if (!hist_fp) {
854 1: 448: fputs("edit\n", hist_fp);
857 1: 449: fclose(hist_fp);
H A Dhistory.c.gcov641 #####: 319: FILE *hist_fp = fopen(hist_file, "w+");
644 #####: 320: if (!hist_fp) {
657 #####: 327: fprintf(hist_fp, "%s %s\n", comm[0], comm[1]);
660 #####: 328: fclose(hist_fp);
1237 13: 561: FILE *hist_fp = fopen(hist_file, "r");
1240 13: 562: if (!hist_fp) {
1256 6503: 572: while ((line_len = getline(&line_buff, &line_size, hist_fp)) > 0) {
1274 13: 580: fclose(hist_fp);
/dports/misc/clifm/clifm-1.3/src/
H A Dprofiles.c218 FILE *hist_fp = fopen(hist_file, "w"); in profile_set() local
220 if (hist_fp) { in profile_set()
221 fputs("edit\n", hist_fp); in profile_set()
222 fclose(hist_fp); in profile_set()
348 FILE *hist_fp = fopen(nhist_file, "w+"); in profile_add() local
350 if (!hist_fp) { in profile_add()
357 fputs("edit\n", hist_fp); in profile_add()
358 fclose(hist_fp); in profile_add()
H A Dhistory.c372 FILE *hist_fp = fopen(hist_file, "w+"); in history_function() local
373 if (!hist_fp) { in history_function()
380 fprintf(hist_fp, "%s %s\n", comm[0], comm[1]); in history_function()
381 fclose(hist_fp); in history_function()
570 FILE *hist_fp = fopen(hist_file, "r"); in get_history() local
571 if (!hist_fp) { in get_history()
581 while ((line_len = getline(&line_buff, &line_size, hist_fp)) > 0) { in get_history()
590 fclose(hist_fp); in get_history()
H A Dinit.c180 FILE *hist_fp = fopen(hist_file, "w+"); in init_history() local
181 if (!hist_fp) { in init_history()
187 fputs("edit\n", hist_fp); in init_history()
190 fclose(hist_fp); in init_history()
/dports/databases/grass7/grass-7.8.6/vector/v.support/
H A Dmain.c186 Map.hist_fp = G_fopen_new(buf, GV_HIST_ELEMENT); in main()
188 Map.hist_fp = G_fopen_modify(buf, GV_HIST_ELEMENT); in main()
189 if (Map.hist_fp == NULL) { in main()
196 G_fseek(Map.hist_fp, (long)0, SEEK_END); in main()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dhist.c71 if (Map->hist_fp) { in Vect_hist_write()
72 ret = fprintf(Map->hist_fp, "%s", str); in Vect_hist_write()
73 fflush(Map->hist_fp); in Vect_hist_write()
96 if (Map->hist_fp == NULL) in Vect_hist_read()
118 if (Map->hist_fp != NULL) in Vect_hist_rewind()
119 rewind(Map->hist_fp); in Vect_hist_rewind()
138 if (In->hist_fp == NULL) in Vect_hist_copy()
140 if (Out->hist_fp == NULL) in Vect_hist_copy()
145 if (G_ftell(In->hist_fp) == 0) in Vect_hist_copy()
149 rewind(In->hist_fp); in Vect_hist_copy()
[all …]
H A Dopen.c505 Map->hist_fp = G_fopen_modify(path, GV_HIST_ELEMENT); in Vect__open_old()
506 if (Map->hist_fp == NULL) { in Vect__open_old()
511 G_fseek(Map->hist_fp, (off_t) 0, SEEK_END); in Vect__open_old()
519 Map->hist_fp = G_fopen_old(path, GV_HIST_ELEMENT, Map->mapset); in Vect__open_old()
523 Map->hist_fp = NULL; in Vect__open_old()
844 Map->hist_fp = G_fopen_new(path, GV_HIST_ELEMENT); in open_new()
845 if (Map->hist_fp == NULL) { in open_new()
H A Dclose.c220 if (Map->hist_fp) in Vect_close()
221 fclose(Map->hist_fp); in Vect_close()
/dports/databases/grass7/grass-7.8.6/include/vect/
H A Ddig_structs.h1393 FILE *hist_fp; member
/dports/japanese/webalizer/webalizer-2.23-08/
H A Dpreserve.c70 FILE *hist_fp; in get_history() local
74 hist_fp=fopen(hist_fname,"r"); in get_history()
76 if (hist_fp) in get_history()
79 while ( fgets(buffer,BUFSIZE,hist_fp) != NULL ) in get_history()
137 fclose(hist_fp); in get_history()
149 FILE *hist_fp; in put_history() local
176 hist_fp = fopen(new_fname,"w"); in put_history()
177 if (hist_fp) in put_history()
182 fprintf(hist_fp,"# Webalizer V%s-%s History Data - %s (%d month)\n", in put_history()
187 fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n", in put_history()
[all …]
/dports/portuguese/webalizer-pt_PT/webalizer-2.23-08/
H A Dpreserve.c70 FILE *hist_fp; in get_history() local
74 hist_fp=fopen(hist_fname,"r"); in get_history()
76 if (hist_fp) in get_history()
79 while ( fgets(buffer,BUFSIZE,hist_fp) != NULL ) in get_history()
137 fclose(hist_fp); in get_history()
149 FILE *hist_fp; in put_history() local
176 hist_fp = fopen(new_fname,"w"); in put_history()
177 if (hist_fp) in put_history()
182 fprintf(hist_fp,"# Webalizer V%s-%s History Data - %s (%d month)\n", in put_history()
187 fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n", in put_history()
[all …]
/dports/portuguese/webalizer-pt_BR/webalizer-2.23-08/
H A Dpreserve.c70 FILE *hist_fp; in get_history() local
74 hist_fp=fopen(hist_fname,"r"); in get_history()
76 if (hist_fp) in get_history()
79 while ( fgets(buffer,BUFSIZE,hist_fp) != NULL ) in get_history()
137 fclose(hist_fp); in get_history()
149 FILE *hist_fp; in put_history() local
176 hist_fp = fopen(new_fname,"w"); in put_history()
177 if (hist_fp) in put_history()
182 fprintf(hist_fp,"# Webalizer V%s-%s History Data - %s (%d month)\n", in put_history()
187 fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n", in put_history()
[all …]
/dports/www/geolizer/webalizer-2.23-08/
H A Dpreserve.c70 FILE *hist_fp; in get_history() local
74 hist_fp=fopen(hist_fname,"r"); in get_history()
76 if (hist_fp) in get_history()
79 while ( fgets(buffer,BUFSIZE,hist_fp) != NULL ) in get_history()
137 fclose(hist_fp); in get_history()
149 FILE *hist_fp; in put_history() local
176 hist_fp = fopen(new_fname,"w"); in put_history()
177 if (hist_fp) in put_history()
182 fprintf(hist_fp,"# Webalizer V%s-%s History Data - %s (%d month)\n", in put_history()
187 fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n", in put_history()
[all …]
/dports/german/webalizer2/webalizer-2.23-08/
H A Dpreserve.c70 FILE *hist_fp; in get_history() local
74 hist_fp=fopen(hist_fname,"r"); in get_history()
76 if (hist_fp) in get_history()
79 while ( fgets(buffer,BUFSIZE,hist_fp) != NULL ) in get_history()
137 fclose(hist_fp); in get_history()
149 FILE *hist_fp; in put_history() local
176 hist_fp = fopen(new_fname,"w"); in put_history()
177 if (hist_fp) in put_history()
182 fprintf(hist_fp,"# Webalizer V%s-%s History Data - %s (%d month)\n", in put_history()
187 fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n", in put_history()
[all …]
/dports/ukrainian/webalizer/webalizer-2.23-08/
H A Dpreserve.c70 FILE *hist_fp; in get_history() local
74 hist_fp=fopen(hist_fname,"r"); in get_history()
76 if (hist_fp) in get_history()
79 while ( fgets(buffer,BUFSIZE,hist_fp) != NULL ) in get_history()
137 fclose(hist_fp); in get_history()
149 FILE *hist_fp; in put_history() local
176 hist_fp = fopen(new_fname,"w"); in put_history()
177 if (hist_fp) in put_history()
182 fprintf(hist_fp,"# Webalizer V%s-%s History Data - %s (%d month)\n", in put_history()
187 fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n", in put_history()
[all …]
/dports/polish/webalizer2/webalizer-2.23-08/
H A Dpreserve.c70 FILE *hist_fp; in get_history() local
74 hist_fp=fopen(hist_fname,"r"); in get_history()
76 if (hist_fp) in get_history()
79 while ( fgets(buffer,BUFSIZE,hist_fp) != NULL ) in get_history()
137 fclose(hist_fp); in get_history()
149 FILE *hist_fp; in put_history() local
176 hist_fp = fopen(new_fname,"w"); in put_history()
177 if (hist_fp) in put_history()
182 fprintf(hist_fp,"# Webalizer V%s-%s History Data - %s (%d month)\n", in put_history()
187 fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n", in put_history()
[all …]
/dports/www/webalizer/webalizer-2.23-08/
H A Dpreserve.c70 FILE *hist_fp; in get_history() local
74 hist_fp=fopen(hist_fname,"r"); in get_history()
76 if (hist_fp) in get_history()
79 while ( fgets(buffer,BUFSIZE,hist_fp) != NULL ) in get_history()
137 fclose(hist_fp); in get_history()
149 FILE *hist_fp; in put_history() local
176 hist_fp = fopen(new_fname,"w"); in put_history()
177 if (hist_fp) in put_history()
182 fprintf(hist_fp,"# Webalizer V%s-%s History Data - %s (%d month)\n", in put_history()
187 fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n", in put_history()
[all …]
/dports/www/awffull/awffull-3.10.2/src/
H A Dpreserve.c89 FILE *hist_fp; in get_history() local
107 hist_fp = fopen(g_settings.settings.history_filename, "r"); in get_history()
108 if (hist_fp) { in get_history()
110 while ((fgets(buffer, BUFSIZE, hist_fp)) != NULL) { in get_history()
131 fclose(hist_fp); in get_history()
152 FILE *hist_fp; in put_history() local
154 hist_fp = fopen(g_settings.settings.history_filename, "w"); in put_history()
156 if (hist_fp) { in put_history()
159 fprintf(hist_fp, "%d %d %lu %lu %lu %.0f %d %d %lu %lu\n", in put_history()
163 fclose(hist_fp); in put_history()
/dports/japanese/awffull/awffull-3.10.2/src/
H A Dpreserve.c89 FILE *hist_fp; in get_history() local
107 hist_fp = fopen(g_settings.settings.history_filename, "r"); in get_history()
108 if (hist_fp) { in get_history()
110 while ((fgets(buffer, BUFSIZE, hist_fp)) != NULL) { in get_history()
131 fclose(hist_fp); in get_history()
152 FILE *hist_fp; in put_history() local
154 hist_fp = fopen(g_settings.settings.history_filename, "w"); in put_history()
156 if (hist_fp) { in put_history()
159 fprintf(hist_fp, "%d %d %lu %lu %lu %.0f %d %d %lu %lu\n", in put_history()
163 fclose(hist_fp); in put_history()