Searched defs:quit (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dquit.c51 quit(int retcode) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c164 quit();
172 quit() function
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastquery.c35 * if (quit&ERROR_PROMPT) then tty forced for IO
36 * if quit>=0 then [qQ] or EOF calls exit(quit)
43 astquery(int quit, const char* format, ...) argument
70 if (quit & ERROR_PROMPT)
72 quit &= ~ERROR_PROMPT;
96 if (quit >= 0)
97 exit(quit);
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad_err.c58 quit(const char *fmt, ...) function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h52 int quit; member in struct:FTW
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dftw.h43 int quit; member in struct:FTW
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dftw.h52 int quit; member in struct:FTW
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h52 int quit; member in struct:FTW
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h52 int quit; member in struct:FTW
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dquit.c82 void quit(int retcode);
143 * no messages are output by quit() when it is called
155 * Name: quit
165 * 3 - user selected quit (operation interrupted)
175 quit(int retcode) function
182 /* process return code if not quit(99) */
203 * In the event that this quit() was called prior to completion of
301 * NOTE: Even though quit() should NOT return, there is a call to _exit()
302 * put after each call to quit() just in case quit() eve
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dquit.c43 #include "quit.h"
57 extern int intrflag; /* != 0 if user selected quit (3) */
76 void quit(int retcode);
106 * Description: set the ckreturn() interface to call when quit() is called
107 * Arguments: a_ckreturnFunc - pointer to function to call when quit() is
110 * NOTE: When quit() is called if a "ckreturnfunc" is set, then the first
111 * action quit() takes is to call the "ckreturnfunc" specified with
112 * the value passed to quit as the first argument. Quit will then
118 * - intrflag - != 0 if user selected quit (3)
133 * be unlocked if quit() i
200 quit(int retcode) function
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgtrans/
H A Dmain.c160 quit(1);
173 quit(1);
190 quit(1);
195 quit(ret);
200 quit(int retcode) function
224 quit(3);
227 quit(1);
/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c61 quit( function
/illumos-gate/usr/src/cmd/saf/
H A Dadmutil.c56 quit();
61 * quit - exit the program with the status in Saferrno
65 quit() function
163 quit();
266 * are encountered. Calling routine may choose to quit or
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dquit.c45 #include "quit.h"
59 extern int intrflag; /* != 0 if user selected quit (3) */
80 void quit(int retcode);
112 * Description: set the input data stream name to use when quit() is called
117 * NOTE: When quit() is called, if an input datastream object is set,
118 * quit will close the datastream and cleanup certain objects
130 * Description: set the ckreturn() interface to call when quit() is called
131 * Arguments: a_ckreturnFunc - pointer to function to call when quit() is
134 * NOTE: When quit() is called if a "ckreturnfunc" is set, then the first
135 * action quit() take
241 quit(int a_retcode) function
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dmain.c266 boolean_t quit = B_FALSE; local
270 * -q: Tell pkgserv daemon to quit.
290 quit = B_TRUE;
297 if (!pkgsync_needed(root, dryrundir, quit))
305 (void) pkgsync(root, dryrundir, quit);
/illumos-gate/usr/src/cmd/svr4pkg/pkgparam/
H A Dpkgparam.c202 quit(int retval) function
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dquit.c75 void quit(int retcode);
140 * streams to be removed when quit() is called
142 * to the temporary directory to remove when quit()
157 * of cleanup to be done when quit() is called
174 * of cleanup to be done when quit() is called, and the
175 * type of message to be output for the "reason" why quit()
192 * quit() was called
206 * no messages are output by quit() when it is called
218 * Name: quit
228 * 3 - user selected quit (operatio
238 quit(int retcode) function
[all...]
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c72 void quit(int);
74 #pragma does_not_return(quit, leave)
482 quit(0);
486 quit(int status) function
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y116 | inode | ls | override | nprompt | pwd | quit | tag | shell
444 quit : QUIT label
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_util.c573 quit() function
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c370 quit(1);
379 quit(1);
388 quit(99);
397 quit(99);
472 quit(warnflag ? 1 : 0);
477 quit(int n) function
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c125 void quit(int);
173 quit(1);
193 quit(1);
199 quit(1);
229 quit(1);
292 quit(1);
295 quit(1);
308 quit(1);
315 quit(1);
341 quit(
591 quit(int n) function
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c437 int quit = 0; local
535 quit = RAID_RESYNC_RDERROR;
538 if (quit)
539 return (quit);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c730 uint8_t quit; local
811 quit = 0;
820 quit = 1;
825 quit = 1;
830 if (quit)

Completed in 286 milliseconds

12