Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 105) sorted by relevance

12345

/ndk/sources/host-tools/make-3.81/
Dvmsjobs.c30 vmsWaitForChildren(int *status) in vmsWaitForChildren() argument
36 *status = 0; in vmsWaitForChildren()
40 *status = sys$wflor (32, vms_jobsefnmask); in vmsWaitForChildren()
119 int status; in vmsHandleChildTerm() local
245 int status; in tryToSetupYAst() local
247 short int status, count; in tryToSetupYAst() member
254 status= sys$assign(&inputDsc,&chan,0,0); in tryToSetupYAst()
255 if (!(status&SS$_NORMAL)) { in tryToSetupYAst()
256 lib$signal(status); in tryToSetupYAst()
260 status= sys$qiow (0, chan, IO$_SETMODE|IO$M_CTRLYAST,&iosb,0,0, in tryToSetupYAst()
[all …]
Damiga.c36 int status; in MyExecute() local
75 status = SystemTags (buffer, in MyExecute()
82 status = 20; in MyExecute()
85 if (status == 5) in MyExecute()
86 status = 0; in MyExecute()
88 return status; in MyExecute()
Dremote-cstms.c67 int status; in start_remote_job_p() local
122 status = Customs_Host (EXPORT_SAME, &permit); in start_remote_job_p()
123 if (status != RPC_SUCCESS) in start_remote_job_p()
126 Rpc_ErrorMessage (status))); in start_remote_job_p()
150 Rpc_Stat status; in start_remote_job() local
191 status = Rpc_Call (sock, &sin, (Rpc_Proc) CUSTOMS_IMPORT, in start_remote_job()
198 if (status != RPC_SUCCESS) in start_remote_job()
204 Rpc_ErrorMessage (status)); in start_remote_job()
Dvmsfunctions.c147 int status; in vms_stat() local
198 status = sys$parse (&Fab); in vms_stat()
199 if (!(status & 1)) in vms_stat()
203 status = sys$assign (&DevDesc, &DevChan, 0, 0); in vms_stat()
204 if (!(status & 1)) in vms_stat()
222 status = sys$qiow (0, DevChan, IO$_ACCESS, &iosb, 0, 0, in vms_stat()
225 if (!(status & 1)) in vms_stat()
227 status = iosb[0]; in vms_stat()
228 if (!(status & 1)) in vms_stat()
231 status = stat (name, buf); in vms_stat()
[all …]
Darscan.c51 int status, i; in VMS_get_member_info() local
65 status = lbr$set_module (&VMS_lib_idx, rfa, &bufdesc, in VMS_get_member_info()
67 if (! (status & 1)) in VMS_get_member_info()
70 status); in VMS_get_member_info()
148 int status; in ar_scan() local
150 status = lbr$ini_control (&VMS_lib_idx, &func, &type, 0); in ar_scan()
152 if (! (status & 1)) in ar_scan()
154 error (NILF, _("lbr$ini_control failed with status = %d"),status); in ar_scan()
161 status = lbr$open (&VMS_lib_idx, &libdesc, 0, 0, 0, 0, 0); in ar_scan()
163 if (! (status & 1)) in ar_scan()
Dalloca.c357 struct stk_stat status; in i00afunc() local
367 STKSTAT (&status); in i00afunc()
371 trailer = (struct stk_trailer *) (status.current_address in i00afunc()
372 + status.current_size in i00afunc()
Dremake.c85 int status = -1; in update_goal_chain() local
168 if ((x != 0 || file->updated) && status < 1) in update_goal_chain()
174 status = file->update_status; in update_goal_chain()
197 status = 0; in update_goal_chain()
268 return status; in update_goal_chain()
286 register int status = 0; in update_file() local
307 status |= update_file_1 (f, depth); in update_file()
314 if (status != 0 && !keep_going_flag) in update_file()
315 return status; in update_file()
322 status = 0; in update_file()
[all …]
Dmain.c84 static void clean_jobserver PARAMS ((int status));
1815 int status; in main() local
1877 status = update_goal_chain (read_makefiles); in main()
1880 switch (status) in main()
2093 int status; in main() local
2098 pid = wait (&status); in main()
2101 exit (WIFEXITED(status) ? WEXITSTATUS(status) : EXIT_FAILURE); in main()
2143 int status; in main() local
2204 status = makefile_status; in main()
2208 status = MAKE_TROUBLE; in main()
[all …]
Djob.c122 # define WAIT_NOHANG(status) waitpid (-1, (status), WNOHANG) argument
128 # define WAIT_NOHANG(status) wait3 ((status), WNOHANG, (struct rusage *) 0) argument
450 WAIT_T status; in reap_children() local
548 vmsWaitForChildren (&status); in reap_children()
553 pid = WAIT_NOHANG (&status); in reap_children()
556 pid = wait (&status); in reap_children()
570 exit_code = WEXITSTATUS (status); in reap_children()
571 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0; in reap_children()
572 coredump = WCOREDUMP (status); in reap_children()
602 status = dos_status; in reap_children()
[all …]
/ndk/tests/device/test-wait/jni/
Dtest_wait.c37 int status; in main() local
60 wait(&status); in main()
62 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); in main()
89 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); in main()
113 wait3(&status, 0, &usage); in main()
115 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); in main()
140 wait4(cpid, &status, 0, &usage); in main()
143 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); in main()
/ndk/sources/cxx-stl/gabi++/src/
Dvmi_class_type_info.cc83 cur_base_info.status = __UpcastInfo::has_ambig_or_not_public; in walk_to()
94 if (info.status == __UpcastInfo::has_public_contained && in walk_to()
115 info.status = __UpcastInfo::has_ambig_or_not_public; in walk_to()
122 info.status = __UpcastInfo::has_ambig_or_not_public; in walk_to()
133 info.status = __UpcastInfo::has_ambig_or_not_public; in walk_to()
147 info.status = __UpcastInfo::has_ambig_or_not_public; in walk_to()
156 return info.status != __UpcastInfo::unknown; in walk_to()
Dclass_type_info.cc53 if (info.status != __UpcastInfo::has_public_contained) { in can_catch()
71 info.status = __UpcastInfo::has_public_contained; in self_class_type_match()
83 : status(unknown), base_type(0), adjustedPtr(0), in __UpcastInfo()
/ndk/sources/host-tools/sed-4.2.1/lib/
Derror.c70 extern void __error (int status, int errnum, const char *message, ...)
72 extern void __error_at_line (int status, int errnum, const char *file_name,
136 error_tail (int status, int errnum, const char *message, va_list args) in error_tail() argument
217 if (status) in error_tail()
218 exit (status); in error_tail()
227 error (int status, int errnum, const char *message, ...) in error() argument
255 error_tail (status, errnum, message, args); in error()
270 error_at_line (int status, int errnum, const char *file_name, in error_at_line() argument
322 error_tail (status, errnum, message, args); in error_at_line()
Dalloca.c345 struct stk_stat status; in i00afunc() local
355 STKSTAT (&status); in i00afunc()
359 trailer = (struct stk_trailer *) (status.current_address in i00afunc()
360 + status.current_size in i00afunc()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c111 usage(status) in usage() argument
112 int status; in usage()
114 FILE *out = status ? stderr : stdout;
165 contact (status);
168 exit (status);
/ndk/sources/android/support/tests/minitest/
Dminitest.cc192 const char* status; in main() local
195 status = "OK"; in main()
199 status = "FAIL"; in main()
203 printf("[ %9s ] %s.%s\n", status, info->test_name, info->case_name); in main()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dxemacs.inp55 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
58 CONFIG_FILES=$@ $(SHELL) ./config.status
60 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
61 $(SHELL) ./config.status --recheck
Dxemacs.good55 "Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status"
58 " CONFIG_FILES=$@ $(SHELL) ./config.status"
60 "$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)"
61 " $(SHELL) ./config.status --recheck"
Dxemacs.sed1 # Inspired by xemacs' config.status script
Dmanis.sed4 # Protect against being on the right side of a sed subst in config.status.
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc235 int status; in NormalExitStatus() local
236 waitpid(child_pid, &status, 0); in NormalExitStatus()
237 return status; in NormalExitStatus()
251 int status; in KilledExitStatus() local
252 waitpid(child_pid, &status, 0); in KilledExitStatus()
253 return status; in KilledExitStatus()
825 int status, bool passed);
873 TestRole role, int status, bool passed) : in MockDeathTest() argument
874 parent_(parent), role_(role), status_(status), passed_(passed) { in MockDeathTest()
919 int status, bool passed) { in SetParameters() argument
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dcxa.c47 void (*fn)(int status, void *arg);
51 void (*fn)(void *arg, int status);
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c370 int status; local
859 status = glob (dirname,
863 if (status != 0)
864 return status;
888 status = glob_in_dir (filename, dirs.gl_pathv[i],
892 if (status == GLOB_NOMATCH)
896 if (status != 0)
900 return status;
1000 status = glob_in_dir (filename, dirname, flags, errfunc, pglob);
1001 if (status != 0)
[all …]
DMakefile.ami61 -$(RM) TAGS tags Makefile config.status config.h config.log
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.in89 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
90 configure.lineno config.status.lineno
607 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
609 *config.status*) \
611 $(SHELL) ./config.status;; \
614 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
617 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
618 $(SHELL) ./config.status --recheck
631 stamp-h1: $(srcdir)/config_h.in $(top_builddir)/config.status
633 cd $(top_builddir) && $(SHELL) ./config.status config.h
[all …]

12345