Searched refs:quit (Results 1 - 25 of 123) sorted by relevance

12345

/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.h47 extern void quit(int);
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dquit.h28 * Header: pkgrm: quit.c
30 * Function: external definitions for references to the quit.c module
52 extern void quit(int retcode);
H A DMakefile31 quit.o
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/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/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/cmd/svr4pkg/pkgadd/
H A Dquit.h28 * Header: pkgadd: quit.c
30 * Function: external definitions for references to the quit.c module
50 extern void quit(int retcode);
H A DMakefile31 quit.o
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/pkginstall/
H A Dpkgvolume.c62 quit(99);
71 quit(99);
81 quit(99);
84 quit(n);
H A Dgetinst.c90 if (ADM(instance, "newonly") || ADM(instance, "quit")) {
92 * new instance is required, or quit if not new
102 quit(4);
154 quit(4);
174 quit(4);
184 quit(5);
248 quit(n);
264 quit(99);
271 quit(n);
273 quit(
[all...]
H A Dmerginfo.c179 quit(1);
193 quit(1);
200 quit(1);
241 quit(99);
400 quit(1);
408 quit(1);
445 quit(1);
460 quit(1);
467 quit(1);
472 quit(9
[all...]
H A DMakefile39 quit.o \
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dopen_package_datastream.c148 * 3 - user selected quit
163 case 3: /* user selected quit */
164 quit(3);
168 quit(99);
173 quit(99);
212 quit(99);
229 * have just called quit() if the mount failed...
259 case 3: /* user selected quit */
260 quit(3);
264 quit(9
[all...]
H A Dqstrdup.c52 quit(99);
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Ddelmap.c69 quit(99);
81 quit(99);
88 quit(99);
107 quit(99);
149 quit(99);
160 quit(99);
H A DMakefile32 quit.o \
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/pkgmk/
H A DMakefile31 quit.o \
H A Dmain.c255 quit(1);
308 quit(1);
340 quit(1);
346 quit(1);
351 quit(1);
355 quit(n);
371 quit(1);
378 quit(99);
384 quit(1);
392 quit(
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dftw.h43 int quit; member in struct:FTW
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dio.c102 quit();
114 quit();
154 quit();
/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/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/lib/libast/amd64/include/ast/
H A Dftw.h52 int quit; member in struct:FTW

Completed in 106 milliseconds

12345