HomeSort by: relevance | last modified time | path
    Searched refs:do_file (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl2/groff/dist/src/include/
driver.h 38 void do_file(const char *);
  /src/external/bsd/lutok/dist/
operations.hpp 46 unsigned int do_file(state&, const std::string&, const int = 0);
operations_test.cpp 136 ATF_REQUIRE_EQ(3, lutok::do_file(state, "test.lua", -1));
153 ATF_REQUIRE_EQ(0, lutok::do_file(state, "test.lua"));
166 ATF_REQUIRE_EQ(2, lutok::do_file(state, "test.lua", 2));
180 lutok::do_file(state, "missing.lua"));
194 lutok::do_file(state, "test.lua"));
operations.cpp 73 lutok::do_file(state& s, const std::string& file, const int nresults) function in class:lutok
  /src/external/bsd/openldap/dist/contrib/slapd-tools/
statslog 107 sub do_file {
138 do_file();
168 do_file($file);
  /src/external/gpl2/groff/dist/src/preproc/soelim/
soelim.cpp 45 int do_file(const char *filename);
95 nbad += !do_file("-");
98 nbad += !do_file(argv[i]);
145 if (do_file(filename.contents())) {
157 int do_file(const char *filename) function
  /src/external/gpl2/groff/dist/src/preproc/eqn/
main.cpp 68 void do_file(FILE *fp, const char *filename) function
373 do_file(fp, path);
379 do_file(stdin, "-");
383 do_file(stdin, "-");
390 do_file(fp, argv[i]);
  /src/usr.bin/fincore/
fincore.c 113 do_file(const char *name) function
205 do_file(argv[0]);
  /src/external/bsd/kyua-cli/dist/utils/config/
parser.cpp 185 lutok::do_file(_pimpl->_state, file.str());
  /src/external/gpl2/groff/dist/src/preproc/pic/
main.cpp 46 void do_file(const char *filename);
253 do_file(strsave(filename.contents()));
303 void do_file(const char *filename) function
632 do_file("-");
635 do_file(argv[i]);
  /src/external/bsd/ppp/dist/chat/
chat.c 222 void do_file (char *chat_file);
379 do_file (chat_file);
397 void do_file (char *chat_file) function
  /src/sbin/rcorder/
rcorder.c 148 void do_file(filenode *fnode);
584 * calling do_file() (enter recursion) for each filenode in this
622 * do_file(first_member_of(provision_list));
625 do_file(head->next->fnode);
663 * NOTE: do_file() is called recursively from several places and cannot
668 do_file(filenode *fnode) function
675 DPRINTF((stderr, "do_file on %s.\n", fnode->filename));
755 * pick an arbitrary f, and do_file(f)
769 do_file(fn_head->next);
  /src/external/bsd/pcc/dist/pcc/driver/
driver.c 219 rv += do_file(in);
  /src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp 105 static int do_file(const char *filename);
126 parser_t parser = do_file;
453 static int do_file(const char *filename)
  /src/crypto/external/bsd/openssl.old/dist/apps/
rehash.c 232 static int do_file(const char *filename, const char *fullpath, enum Hash h) function
381 errs += do_file(filename, buf, h);
  /src/external/gpl2/groff/dist/src/devices/grolbp/
lbp.cpp 722 do_file("-");
724 do_file(argv[optind++]);
  /src/external/gpl2/groff/dist/src/devices/grolj4/
lj4.cpp 696 do_file("-");
699 do_file(argv[i]);
  /src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp 228 static int do_file(const char *filename);
1738 ok = do_file(argv[i]);
1747 do_file("-");
1758 static int do_file(const char *filename) function
  /src/external/gpl2/groff/dist/src/preproc/refer/
refer.cpp 108 static void do_file(const char *);
376 do_file("-");
383 do_file(argv[i]);
424 static void do_file(const char *filename) function
  /src/crypto/external/apache2/openssl/dist/apps/
rehash.c 235 static int do_file(const char *filename, const char *fullpath, enum Hash h) function
411 errs += do_file(filename, buf, h);
  /src/crypto/external/bsd/openssl/dist/apps/
rehash.c 234 static int do_file(const char *filename, const char *fullpath, enum Hash h) function
410 errs += do_file(filename, buf, h);
  /src/external/bsd/kyua-cli/dist/engine/
kyuafile.cpp 309 lutok::do_file(_state, load_path.str());
  /src/crypto/external/bsd/openssh/dist/
ssh-add.c 648 do_file(int agent_fd, int deleting, int key_only, int cert_only, function
1031 if (do_file(agent_fd, deleting, key_only, cert_only,
1042 if (do_file(agent_fd, deleting, key_only, cert_only,
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 573 void do_file(char *, const environment *);
1535 { "file", &ps_printer::do_file },
1612 void ps_printer::do_file(char *arg, const environment *env)
1868 do_file("-");
1871 do_file(argv[i]);
  /src/external/gpl2/groff/dist/src/devices/grodvi/
dvi.cpp 968 do_file("-");
971 do_file(argv[i]);

Completed in 34 milliseconds

1 2