Searched refs:cflag (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/bin/unzip/
H A Dextract.c1033 if (!uO.tflag && !uO.cflag && !G.redirect_data)
1035 if (!uO.tflag && !uO.cflag)
1383 !uO.tflag && !uO.cflag && (G.lrec.ucsize > 0))
1395 if (uO.cflag && !G.redirect_data)
1397 if (uO.cflag)
1441 bin)), uO.cflag? NEWLINE : ""));
1472 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));
1502 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));
1516 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));
1564 "" : (G.pInfo->textfile? txt : bin), uO.cflag
[all...]
H A Dfileio.c718 /********************/ /* if cflag => always 0; PK_DISK if write error */
746 /************************/ /* if cflag => always 0; PK_DISK if write error */
804 if (!uO.cflag && WriteError(rawbuf, size, G.outfile))
806 else if (uO.cflag && (*G.message)((zvoid *)&G, rawbuf, size, 0))
894 if (!uO.cflag && WriteError(transbuf,
897 else if (uO.cflag && (*G.message)((zvoid *)&G,
918 if (!uO.cflag &&
922 else if (uO.cflag && (*G.message)((zvoid *)&G,
977 if (!uO.cflag && WriteError(transbuf,
980 else if (uO.cflag
[all...]
H A Dunzip.c1136 uO.cflag = FALSE, negative = 0;
1141 uO.cflag = TRUE;
1304 uO.cflag = FALSE;
1308 uO.cflag = TRUE;
1495 if ((uO.cflag && uO.tflag) || (uO.cflag && uO.uflag) ||
1548 if (uO.cflag || uO.tflag || uO.vflag || uO.zflag
H A Dunzip.h413 int cflag; /* -c: output to stdout */ member in struct:_UzpOpts
H A Dapi.c546 !uO.cflag && !uO.tflag && !uO.vflag && !uO.zflag
H A Dprocess.c848 if (uO.vflag && !uO.tflag && !uO.cflag)
/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.cpp575 uint16 scid, cflag, result; local
590 cflag = L2CAP_OPT_CFLAG(le16toh(command->flags));
595 debugf("scid=%d cflag=%d result=%d\n", scid, cflag, result);
670 cflag = 0;
676 if (cflag) /* Restart timer and wait for more options */
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c709 int cflag = to_stdout; local
711 to_stdout = cflag;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpktdrvr.c335 okay = (!r.w.cflag);
1301 if (r.w.cflag & 1)

Completed in 76 milliseconds