Searched defs:exitval (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/mkfifo/
H A Dmkfifo.c60 int exitval = 0; local
100 exitval = 1;
104 return (exitval);
/illumos-gate/usr/src/cmd/ksh/builtins/
H A Dalias.c190 "exitval=$?";
200 int exitval; local
222 np = nv_open("exitval", shp->var_tree, 0);
224 error(ERROR_exit(1), "variable %s not found.", "exitval");
225 exitval = (int)nv_getnum(np);
228 return (exitval);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c112 void *exitval; local
122 (void) pthread_join(env_temp_thr_tid, &exitval);
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c514 int exitval; /* Value to return */
824 exitval = 0;
825 if (msgrtn == MM_NOTOK) exitval = 32;
827 if (msgrtn & MM_NOMSG) exitval += 2;
828 if (msgrtn & MM_NOCON) exitval += 4;
831 return(exitval);
509 int exitval; /* Value to return */ local
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c88 int exitval; variable
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c199 int exitval; local
202 exitval = EXIT_SUCCESS;
204 exitval = EXIT_FAILURE;
206 _exit(exitval);
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c46 static int exitval; variable
212 return (exitval);
243 exitval = 1;
251 exitval = 1;
262 exitval = 1;
290 exitval = 2;
308 exitval = 1;
342 exitval = 1;
368 exitval = 1;
398 exitval
[all...]
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dprint.c144 register int exitval=0,n, fd = 1; local
301 exitval = pdata.err;
330 return(exitval);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h138 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c1037 void *exitval; local
1044 (void) pthread_join(envthr_tid, &exitval);
1050 (void) pthread_join(pmthr_tid, &exitval);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c60 unsigned short exitval; member in struct:jobsave
235 jp->exitval = 0;
318 jp->exitval = SH_STOPSIG;
402 jp->exitval = pw->p_exit;
404 jp->exitval |= SH_EXITSIG;
1319 if((sh.exitval = job_chksave(pid)) < 0)
1320 sh.exitval = ERROR_NOENT;
1327 sh.exitval = ERROR_NOENT;
1417 sh.exitval=px->p_exit;
1419 sh.exitval |
[all...]
H A Dpath.c149 * the exitval is set to the maximum for each execution
157 int nlast=1,n,exitval=0; local
171 sh.exitval = 0;
194 if(saveargs || av<avlast || (exitval && !spawn))
200 if(sh.exitval>exitval)
201 exitval = sh.exitval;
211 sh.xargexit = exitval;
218 exit(exitval);
[all...]
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c63 uintptr_t exitval; member in struct:threadinfo
330 tip->exitval = (uintptr_t)thrinfo.ti_exitval;
629 (void) printf(", exit value = 0x%.*lx\n", length, (long)tip->exitval);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c389 void *exitval; local
416 (void) pthread_join(tid, &exitval);
418 (void) pthread_join(monitor_tid, &exitval);
420 (void) pthread_join(init_threadID, &exitval);

Completed in 98 milliseconds