HomeSort by: relevance | last modified time | path
    Searched defs:do_file (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/lutok/dist/
operations.cpp 73 lutok::do_file(state& s, const std::string& file, const int nresults) function in class:lutok
  /src/usr.bin/fincore/
fincore.c 113 do_file(const char *name) function
205 do_file(argv[0]);
  /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/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/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/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/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/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/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/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/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 38 All parsed information is processed within the function do_file().
132 local to the do_file() function)
138 within do_file() instead of sending to pr?
374 // parser environment, created and deleted by each run of do_file()
1314 This is the part of the do_file() parser that scans the graphical
1438 This is the part of the do_file() parser that scans the device
1547 /* do_file():
1553 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/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

Completed in 31 milliseconds