OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exitstatus
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/audio/play/
play.c
80
static int
exitstatus
= EXIT_SUCCESS;
variable in typeref:typename:int
224
exit(
exitstatus
);
331
exitstatus
= EXIT_FAILURE;
/src/bin/sh/
eval.c
110
int
exitstatus
; /* exit status of last command */
variable in typeref:typename:int
138
exitstatus
= 0;
206
exitstatus
= 0;
207
return
exitstatus
;
229
any = 0; /* to determine if
exitstatus
will have been set */
246
exitstatus
= 0;
255
*
exitstatus
.
271
exitstatus
= 0;
296
if (nflag || evalskip ||
exitstatus
!= 0)
302
if (nflag || evalskip ||
exitstatus
== 0
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025