| /netbsd-src/external/gpl2/groff/dist/src/preproc/soelim/ |
| H A D | soelim.cpp | 45 int do_file(const char *filename); 95 nbad += !do_file("-"); in main() 98 nbad += !do_file(argv[i]); in main() 145 if (do_file(filename.contents())) { in do_so() 157 int do_file(const char *filename) in do_file() function
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
| H A D | main.cpp | 68 void do_file(FILE *fp, const char *filename) in do_file() function 373 do_file(fp, path); in main() 379 do_file(stdin, "-"); in main() 383 do_file(stdin, "-"); in main() 390 do_file(fp, argv[i]); in main()
|
| /netbsd-src/external/bsd/lutok/dist/ |
| H A D | operations_test.cpp | 136 ATF_REQUIRE_EQ(3, lutok::do_file(state, "test.lua", -1)); in ATF_TEST_CASE_BODY() 153 ATF_REQUIRE_EQ(0, lutok::do_file(state, "test.lua")); in ATF_TEST_CASE_BODY() 166 ATF_REQUIRE_EQ(2, lutok::do_file(state, "test.lua", 2)); in ATF_TEST_CASE_BODY() 180 lutok::do_file(state, "missing.lua")); in ATF_TEST_CASE_BODY() 194 lutok::do_file(state, "test.lua")); in ATF_TEST_CASE_BODY()
|
| H A D | operations.hpp | 46 unsigned int do_file(state&, const std::string&, const int = 0);
|
| H A D | operations.cpp | 73 lutok::do_file(state& s, const std::string& file, const int nresults) in do_file() function in lutok
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-tools/ |
| H A D | statslog | 107 sub do_file { 138 do_file(); 168 do_file($file);
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | main.cpp | 46 void do_file(const char *filename); 253 do_file(strsave(filename.contents())); in do_picture() 303 void do_file(const char *filename) in do_file() function 632 do_file("-"); in main() 635 do_file(argv[i]); in main()
|
| /netbsd-src/usr.bin/fincore/ |
| H A D | fincore.c | 113 do_file(const char *name) in do_file() function 205 do_file(argv[0]); in main()
|
| /netbsd-src/sbin/rcorder/ |
| H A D | rcorder.c | 148 void do_file(filenode *fnode); 625 do_file(head->next->fnode); in satisfy_req() 668 do_file(filenode *fnode) in do_file() function 769 do_file(fn_head->next); in generate_ordering()
|
| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | driver.h | 38 void do_file(const char *);
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/config/ |
| H A D | parser.cpp | 185 lutok::do_file(_pimpl->_state, file.str()); in parse()
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/ |
| H A D | indxbib.cpp | 105 static int do_file(const char *filename); 126 parser_t parser = do_file; in main() 453 static int do_file(const char *filename) in do_file() function
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | refer.cpp | 108 static void do_file(const char *); 376 do_file("-"); in main() 383 do_file(argv[i]); in main() 424 static void do_file(const char *filename) in do_file() function
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/html/ |
| H A D | pre-html.cpp | 228 static int do_file(const char *filename); 1738 ok = do_file(argv[i]); in main() 1747 do_file("-"); in main() 1758 static int do_file(const char *filename) in do_file() function
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grolj4/ |
| H A D | lj4.cpp | 696 do_file("-"); in main() 699 do_file(argv[i]); in main()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/ |
| H A D | lbp.cpp | 722 do_file("-"); in main() 724 do_file(argv[optind++]); in main()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | rehash.c | 232 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file() function 381 errs += do_file(filename, buf, h); in do_dir()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
| H A D | ps.cpp | 573 void do_file(char *, const environment *); 1535 { "file", &ps_printer::do_file }, in special() 1612 void ps_printer::do_file(char *arg, const environment *env) in do_file() function in ps_printer 1868 do_file("-"); in main() 1871 do_file(argv[i]); in main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | rehash.c | 234 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file() function 410 errs += do_file(filename, buf, h); in do_dir()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
| H A D | driver.c | 219 rv += do_file(in); in main()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grotty/ |
| H A D | tty.cpp | 897 do_file("-"); in main() 900 do_file(argv[i]); in main()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/ |
| H A D | dvi.cpp | 968 do_file("-"); in main() 971 do_file(argv[i]); in main()
|
| /netbsd-src/external/bsd/kyua-cli/dist/engine/ |
| H A D | kyuafile.cpp | 309 lutok::do_file(_state, load_path.str()); in parse()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 61 * refer/refer.cc (do_file): Slight modification to satisfy the 317 * eqn/main.cc (do_file, inline_equation), pic/troff.cc 359 * troff/input.cc (read_draw_node), libdriver/input.cc (do_file): 366 do_file), soelim/soelim.man: Added `-I file' option to soelim, 1103 (do_file, get_integer, possibly_get_integer): Use csdigit() rather 1142 * refer/refer.cc (do_file): Make sure current_filename is set when 1801 * libdriver/input.cc (do_file): Pass this. 2165 * refer/indxbib.c (do_file): Likewise. 2336 * ps/ps.c (ps_printer::do_exec, ps_printer::do_file): Force ndefs 2673 * eqn/main.c (do_file): Pass FILE as argument. [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/ |
| H A D | input.cpp | 1553 do_file(const char *filename) in do_file() function
|