HomeSort by: relevance | last modified time | path
    Searched defs:process (Results 1 - 25 of 156) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/bsd/flex/dist/examples/
debflex.awk 4 # Rewritten to process correctly \n's in scanner input.
68 # otherwise we have a new rule - process what we got so far
70 process();
74 process();
77 function process() { function
  /src/usr.bin/gzip/
znew 37 process () { function
94 echo "$prog: failed to process $filez"
132 if ! process "$1"; then
  /src/external/bsd/atf/dist/atf-c++/
build.hpp 37 namespace process { namespace in namespace:atf
39 } // namespace process
47 process::argv_array c_o(const std::string&, const std::string&,
48 const process::argv_array&);
49 process::argv_array cpp(const std::string&, const std::string&,
50 const process::argv_array&);
51 process::argv_array cxx_o(const std::string&, const std::string&,
52 const process::argv_array&);
check.hpp 44 namespace process { namespace in namespace:atf
46 } // namespace process
78 friend std::unique_ptr< check_result > exec(const atf::process::argv_array&);
122 const atf::process::argv_array&);
124 const atf::process::argv_array&);
126 const atf::process::argv_array&);
127 std::unique_ptr< check_result > exec(const atf::process::argv_array&);
  /src/external/bsd/kyua-cli/dist/utils/process/
system.hpp 29 /// \file utils/process/system.hpp
51 namespace process { namespace in namespace:utils
63 } // namespace process
fdstream.hpp 29 /// \file utils/process/fdstream.hpp
30 /// Provides the utils::process::ifdstream class.
41 namespace process { namespace in namespace:utils
61 } // namespace process
systembuf.hpp 29 /// \file utils/process/systembuf.hpp
30 /// Provides the utils::process::systembuf class.
42 namespace process { namespace in namespace:utils
66 } // namespace process
child.hpp 29 /// \file utils/process/child.hpp
39 /// module are slightly different from that of the native calls. Any process
40 /// spawned by fork here will be isolated in its own process group; once any of
41 /// such children processes is awaited for, its whole process group will be
56 #include "utils/process/status.hpp"
59 namespace process { namespace in namespace:utils
66 /// Child process spawner and controller.
102 } // namespace process
  /src/external/gpl2/groff/dist/src/roff/grog/
grog.pl 24 &process($arg, 0);
27 sub process { subroutine
70 &process($1, $level);
159 &process($_, $level + 1) unless /\\/ || $_ eq "";
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sig10.c 18 process (void *arg) function
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig11.c 18 process (void *arg) function
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig4.c 16 process (void *arg) function
26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig6.c 18 process (void *arg) function
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sigreturn2.c 20 process (void *arg) function
30 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
clone3.c 17 process (void *arg) function
35 pid = clone (process, (char *) stack + sizeof (stack) - 64,
clone5.c 19 process (void *arg) function
30 retcode = clone (process, (char *) stack + sizeof (stack) - 64, 0, "cba");
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sig10.c 18 process (void *arg) function
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig11.c 18 process (void *arg) function
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig4.c 16 process (void *arg) function
26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig6.c 18 process (void *arg) function
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sigreturn2.c 20 process (void *arg) function
30 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
clone3.c 17 process (void *arg) function
35 pid = clone (process, (char *) stack + sizeof (stack) - 64,
clone5.c 19 process (void *arg) function
30 retcode = clone (process, (char *) stack + sizeof (stack) - 64, 0, "cba");
  /src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl 74 find({ wanted => \&process, preprocess => \&process_mparam, no_chdir => 1 },
77 sub process { subroutine
  /src/external/mit/libuv/dist/test/
runner-win.h 37 HANDLE process; member in struct:__anon23843

Completed in 32 milliseconds

1 2 3 4 5 6 7