Home
last modified time | relevance | path

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

12

/dports/textproc/spellutils/spellutils-0.7/
H A Dnewsbody_write.c25 static void do_header (FILE *newsfile, FILE *newsfile_copy, FILE *bodyfile,
27 static void do_body (FILE *newsfile, FILE *newsfile_copy, FILE *bodyfile,
30 void writebody (FILE *newsfile, FILE *newsfile_copy, FILE *bodyfile, in writebody() argument
35 do_header (newsfile, newsfile_copy, bodyfile, keep); in writebody()
37 do_body (newsfile, newsfile_copy, bodyfile, remove_quote, remove_sig); in writebody()
39 if (newsfile != stdin) in writebody()
40 nb_close (newsfile); in writebody()
55 header = read_header (header, &len, newsfile); in do_header()
80 static void do_body (FILE *newsfile, FILE *newsfile_copy, FILE *bodyfile, in do_body() argument
88 line = read_line (line, &len, newsfile); in do_body()
[all …]
H A Dnewsbody_read.c26 static void do_header (FILE *newsfile, FILE *bodyfile, FILE *mergefile,
28 static void do_body (FILE *newsfile, FILE *bodyfile, FILE *mergefile,
31 void readbody (FILE *newsfile, FILE *bodyfile, FILE *mergefile, in readbody() argument
36 do_header (newsfile, bodyfile, mergefile, keep); in readbody()
38 do_body (newsfile, bodyfile, mergefile, remove_quote, remove_sig); in readbody()
40 nb_close (newsfile); in readbody()
55 header = read_header (header, &len, newsfile); in do_header()
94 static void do_body (FILE *newsfile, FILE *bodyfile, FILE *mergefile, in do_body() argument
106 line = read_line (line, &len, newsfile); in do_body()
120 line = read_line (line, &len, newsfile); in do_body()
[all …]
H A Dpospell.c59 FILE *newsfile; in main() local
91 newsfile = stdin; in main()
98 newsfile = open_read (newsfile_name); in main()
108 writebody (newsfile, newsfile_copy, bodyfile_w, strict, lang); in main()
110 newsfile = open_read (newsfile_name); in main()
111 readbody (newsfile, bodyfile_r, mergefile, strict); in main()
119 writebody (newsfile, newsfile_copy, bodyfile_w, strict, lang); in main()
124 newsfile = open_read (newsfile_name); in main()
126 readbody (newsfile, bodyfile_r, mergefile, strict); in main()
H A Dnewsbody.c60 FILE *newsfile; in main() local
86 newsfile = stdin; in main()
93 newsfile = open_read (newsfile_name); in main()
103 writebody (newsfile, newsfile_copy, bodyfile_w, in main()
106 newsfile = open_read (newsfile_name); in main()
107 readbody (newsfile, bodyfile_r, mergefile, in main()
116 writebody (newsfile, newsfile_copy, bodyfile_w, in main()
122 newsfile = open_read (newsfile_name); in main()
124 readbody (newsfile, bodyfile_r, mergefile, in main()
H A Dnewsbody.h27 void writebody (FILE *newsfile, FILE *newsfile_copy, FILE *bodyfile,
32 void readbody (FILE *newsfile, FILE *bodyfile, FILE *mergefile,
H A DREADME68 Usage: newsbody [-fhqsv] [-k headername] -n newsfile -p program
71 It copies the body of the news article in `newsfile' to a temporary
73 Afterwards the possibly changed body is copied back into 'newsfile'
76 If you specify `-' as newsfile, newsbody will read the file from
87 `newsfile' doesn't have a header at all.
H A DNEWS81 - newsfile can be read from standard input and written to standard output
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/
H A DCrow.pir64 .local pmc newsfile
67 newsfile = new ['FileHandle']
68 newsfile.'open'('ChangeLog', 'r')
69 newsfile.'encoding'('utf8')
75 $I0 = newsfile.'eof'()
77 buf = newsfile.'readline'()
82 buf = newsfile.'readline'()
90 buf = newsfile.'readline'()
/dports/irc/dancer/dancer-4.16/src/
H A Dnews.c107 extern char newsfile[];
174 if (NIL == newsfile[0]) in NewsSave()
184 StrFormatMax(tempfile, sizeof(tempfile), "%s~", newsfile); in NewsSave()
204 rename(tempfile, newsfile); in NewsSave()
224 if (newsfile[0] && (f = fopen(newsfile, "r"))) { in NewsInit()
H A Dsetup.c120 char newsfile[256] = ""; variable
329 {"newsfile", newsfile, NEWSFILE, CFG_STRING, FALSE,
/dports/devel/R-cran-randomForest/randomForest/R/
H A DrfNews.R2 newsfile <- file.path(system.file(package="randomForest"), "NEWS") functionVar
3 file.show(newsfile)
/dports/audio/picard/picard-release-2.6.2/scripts/tools/
H A Dchangelog-for-version.py35 with open('NEWS.md', 'r') as newsfile:
36 news = newsfile.read()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/headlines/inc/
H A Dfunctions.inc.php25 var $newsfile = ''; variable in headlines
83 $this->newsfile = $GLOBALS['phpgw']->db->f('newsfile');
143 $lines = $GLOBALS['phpgw']->network->gethttpsocketfile($this->base_url.$this->newsfile);
/dports/editors/emacs-devel/emacs-4d1968b/admin/
H A Dadmin.el150 (newsfile (expand-file-name "etc/NEWS" root))
154 (insert-file-contents newsfile)
166 "mv" newsfile oldnewsfile)
170 (file-name-nondirectory newsfile)
173 (copy-file oldnewsfile newsfile)
175 (insert-file-contents newsfile)
196 (write-region nil nil newsfile)))
198 (find-file newsfile)
/dports/editors/emacs/emacs-27.2/admin/
H A Dadmin.el145 (newsfile (expand-file-name "etc/NEWS" root))
149 (insert-file-contents newsfile)
160 (rename-file newsfile oldnewsfile)
162 (copy-file oldnewsfile newsfile)
164 (insert-file-contents newsfile)
185 (write-region nil nil newsfile)))
187 (find-file newsfile)
/dports/net-im/py-matrix-synapse/synapse-1.50.2/.github/workflows/
H A Dtests.yml37 lint-newsfile:
68 needs: [lint, lint-crlf, lint-newsfile, lint-sdist]
388 - lint-newsfile
407 # The newsfile lint may be skipped on non PR builds
408 if [ $result == "skipped" ] && [ $job == "lint-newsfile" ]; then
/dports/news/mmail/mmail-0.52/mmail/
H A Dqwk.h54 char newsfile[1][13]; variable
H A Dqwk.cc190 listBulletins((const char (*)[13]) newsfile, 1); in qwkpack()
562 strncpy(newsfile[0], nextLine(), 12); in readControlDat()
/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgs_pcb.h56 char newsfile[32]; // Name and location of Conference News member
/dports/www/phpgroupware/phpgroupware-0.9.16.017/headlines/
H A Deditheadline.php117 $n_newsfile = $GLOBALS['phpgw']->db->f('newsfile', True);
/dports/www/wt/wt-4.6.1/examples/wt-homepage/
H A DHome.h120 void readNews(WTable *newsTable, const std::string& newsfile);
/dports/net-p2p/shx/shx-0.2.4/include/
H A Dmain.h175 char rootdir[MAXPATHLEN], newsfile[MAXPATHLEN], dropbox[MAXPATHLEN]; member
348 extern void news_save_post (char *newsfile, u_int8_t *buf, u_int16_t len);
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dprefs.c66 char const * newsfile; member
947 return prefs_runtime_config.newsfile; in prefs_get_newsfile()
952 return conf_set_str(&prefs_runtime_config.newsfile,valstr,NULL); in conf_set_newsfile()
957 return conf_set_str(&prefs_runtime_config.newsfile,NULL,BNETD_NEWS_DIR); in conf_setdef_newsfile()
962 return prefs_runtime_config.newsfile; in conf_get_newsfile()
/dports/audio/picard/picard-release-2.6.2/
H A Dsetup.py436 with open('NEWS.md', 'r') as newsfile:
437 news = newsfile.read()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/copyright/
H A Dpolicy95 news/create-newsfile.py

12