Searched defs:again (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y198 again: label
212 goto again;
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddemangle.c64 static int again = 1; local
91 while ((error == DEMANGLE_ESPACE) && again) {
102 again = 0;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Doption.h70 int again; /* see optjoin() */ member in struct:Opt_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Doption.h61 int again; /* see optjoin() */ member in struct:Opt_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Doption.h70 int again; /* see optjoin() */ member in struct:Opt_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Doption.h70 int again; /* see optjoin() */ member in struct:Opt_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Doption.h70 int again; /* see optjoin() */ member in struct:Opt_s
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c63 static int again();
181 * no filter to convert the content, we'll try again without
445 } while (again());
622 ** again()
625 static int again () function
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c121 * come through here again.
461 Boolean again = FALSE; local
485 DBG_CALL(Dbg_file_ar(ofl->ofl_lml, name, again));
486 DBG_CALL(Dbg_syms_ar_title(ofl->ofl_lml, name, again));
487 again = FALSE;
502 * process it again.
691 * don't try and process it again on a rescan.
702 *found = again = TRUE;
706 } while (again);
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c370 int again; local
378 again = 0;
386 again = 1;
390 again = 1;
421 again = 0;
424 if (again) {
429 } while (again);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c105 again:
117 /* list changed, try again */
119 goto again;
750 int again = 0; local
754 * No memory, free rddir caches and try again
763 again = 1;
767 if (again)
781 int again = 0; local
785 * No memory, free rddir caches and try again
794 again
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c639 Dbg_file_ar(Lm_list *lml, const char *name, Boolean again) argument
646 if (again)
H A Dsyms.c128 Dbg_syms_ar_title(Lm_list *lml, const char *file, Boolean again) argument
134 again ? MSG_INTL(MSG_STR_AGAIN) : MSG_ORIG(MSG_STR_EMPTY));
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c545 bool again = whyles != 0 && whyles->w_start == lineloc && local
557 if (intty && !again) {
565 if (!again) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c205 "(try again later)\n", host);
470 again: if (secure_command(command_buf) == 0)
480 goto again;
677 boolean_t again = 0; local
678 n = decode_reply(ibuf, sizeof (ibuf), obuf, n, &again);
679 if (again)
1656 * EPRT, don't bother trying again. Just try
2416 boolean_t *again)
2421 *again = 0;
2476 *again
2412 decode_reply(uchar_t *plain_buf, int ilen, uchar_t *b64_buf, int retval, boolean_t *again) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1230 int again = 1, verify, old_style, new_style; local
1308 while (!Eomflg && again) {
1309 again = 0;
1383 again = 1;
1385 } /* again */
1522 int again = 1, lastchar, temp; local
1526 while (again) {
1527 again = 0;
1560 again = 1;
1564 again
[all...]

Completed in 112 milliseconds