Searched refs:tflag (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/unzip/
H A Dextract.c629 if (uO.tflag) {
750 if (!((uO.tflag && uO.qflag) || (!uO.tflag && !QCOND2)))
759 else if (!uO.tflag && !IS_OVERWRT_ALL) { /* if -o, extract anyway */
769 if (!((uO.tflag && uO.qflag) || (!uO.tflag && !QCOND2)))
779 if (!((uO.tflag && uO.qflag) || (!uO.tflag && !QCOND2))) {
795 if (!((uO.tflag && uO.qflag) || (!uO.tflag
[all...]
H A Dapi.c543 uO.tflag = 1;
546 !uO.cflag && !uO.tflag && !uO.vflag && !uO.zflag
H A Dunzip.c1379 uO.tflag = FALSE, negative = 0;
1381 uO.tflag = TRUE;
1495 if ((uO.cflag && uO.tflag) || (uO.cflag && uO.uflag) ||
1496 (uO.tflag && uO.uflag) || (uO.fflag && uO.overwrite_none))
1548 if (uO.cflag || uO.tflag || uO.vflag || uO.zflag
H A Dunzip.h452 int tflag; /* -t: test (unzip) or totals line (zipinfo) */ member in struct:_UzpOpts
H A Dfileio.c776 if (uO.tflag || size == 0L) /* testing or nothing to write: all done */
1237 if (MSG_STDERR(flag) && !((Uz_Globs *)pG)->UzO.tflag)
1298 if (MSG_STDERR(flag) && ((Uz_Globs *)pG)->UzO.tflag &&
1371 if (MSG_STDERR(flag) && ((Uz_Globs *)pG)->UzO.tflag &&
H A Dzipinfo.c569 uO.tflag = tflag_2v;
573 uO.tflag = FALSE;
580 uO.tflag = ((argc > 0) && !explicit_t)? FALSE : tflag_slm;
584 uO.tflag = tflag_2v;
872 if (uO.tflag) {
H A Dprocess.c433 && !(uO.tflag && uO.qflag > 1))
848 if (uO.vflag && !uO.tflag && !uO.cflag)
/haiku-fatelf/src/bin/bash/
H A Dsubst.c4720 int istring_index, istring_size, c, tflag, skip_ctlesc, skip_ctlnul; local
4724 istring_index = istring_size = bufn = tflag = 0;
4767 tflag |= W_HASCTLESC;
4795 *rflag = tflag;
4821 *rflag = tflag;
4834 int result, fildes[2], function_value, pflags, rc, tflag; local
4995 tflag = 0;
4996 istring = read_comsub (fildes[0], quoted, &tflag);
5028 ret->flags = tflag;
6428 int t_index, sindex, c, tflag, modspe local
6903 int tflag; local
7380 int tflag; local
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dio.c494 int tflag = 0; local
503 tflag = RED_APPEND;
507 tflag |= outflag;
514 tflag = (RED_PIPE|RED_WRITE);
518 tflag = (RED_PIPE|RED_READ);
522 tflag = (RED_FILE|RED_READ);
526 tflag = (RED_READ|RED_WRITE|RED_TWOWAY);
551 tflag |= RED_SOCKET;
553 tflag |= RED_TCP; /* use shutdown when closing */
560 && ((rp->flag & ~(RED_NOBUF|RED_EOF|RED_PTY)) == tflag
[all...]
/haiku-fatelf/src/libs/edit/
H A Dsearch.c586 cv_csearch(EditLine *el, int direction, int ch, int count, int tflag) argument
603 el->el_search.chatflg = tflag;
619 if (tflag)
/haiku-fatelf/src/bin/network/tcpdump/
H A Dutil.c153 switch (tflag) {
H A Dinterface.h350 #define tflag gndo->ndo_tflag macro
H A Dtcpdump.c699 ++tflag;
797 switch (tflag) {

Completed in 216 milliseconds