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

12

/macosx-10.10/shell_cmds-179/mktemp/
H A Dmktemp.c58 int dflag, qflag, tflag, uflag; local
60 ret = dflag = qflag = tflag = uflag = 0;
76 tflag++;
90 if (tflag) {
/macosx-10.10/file_cmds-242/gzip/
H A Dznew32 if test $tflag -eq 1; then
104 tflag=0
113 t) tflag=1;;
H A Dunbzip2.c101 if (!tflag && bzs.avail_out != BUFLEN) {
H A Dgzip.c212 static int tflag; /* test */ variable
217 #define tflag 0 macro
414 tflag = 1;
983 tflag == 0 &&
1631 if (tflag)
1807 if (vflag && !tflag && usize != -1 && gsize != -1)
1809 if (vflag && tflag)
1855 if (vflag && !tflag && usize != -1 && gsize != -1)
1947 if (vflag && tflag)
1962 if (vflag && !tflag)
[all...]
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dnetstat.h87 extern int tflag; /* show i/f watchdog timers */
H A Dmain.c198 int tflag; /* show i/f watchdog timers */ variable
321 tflag = 1;
/macosx-10.10/file_cmds-242/pax/
H A Dftree.c91 * also attempt to reset directory access times when -t (tflag) is set.
133 if (tflag && (atdir_start() < 0))
259 if (tflag)
425 if (!tflag || (get_atdir(ftent->fts_statp->st_dev,
474 if (!tflag)
H A Dpax.c86 int tflag; /* restore access time after read */ variable
330 if (tflag)
/macosx-10.10/text_cmds-88/cat/
H A Dcat.c67 int bflag, eflag, nflag, sflag, tflag, vflag; variable
102 tflag = vflag = 1; /* -t implies -v */
115 if (bflag || eflag || nflag || sflag || tflag || vflag)
206 if (tflag) {
/macosx-10.10/system_cmds-643.1.1/sa.tproj/
H A Dextern.h111 extern int Kflag, lflag, mflag, qflag, rflag, sflag, tflag, uflag, vflag;
H A Dmain.c75 int Kflag, lflag, mflag, qflag, rflag, sflag, tflag, uflag, vflag; variable
172 tflag = 1;
/macosx-10.10/text_cmds-88/column/
H A Dcolumn.c82 int ch, tflag, xflag; local
96 tflag = xflag = 0;
114 tflag = 1;
141 if (tflag)
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dset.c358 char tflag[N_O_OPTIONS]; local
364 tflag[i] = 0;
371 tflag[i] = 1;
377 tflag[i] = 1;
385 if (tflag[i])
/macosx-10.10/tcpdump-61/tcpdump/
H A Dutil.c169 if (tflag == 0 || t0flag) {
175 if (tflag == 2 || t2flag) {
182 if (tflag == 3 || t3flag) {
208 if (tflag == 4 || t4flag) {
221 if (tflag == 5 || t5flag) {
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsubst.c5953 int t_index, sindex, c, tflag; local
5969 tflag = 0;
6175 tflag = tdesc->flags;
6359 ret->flags = tflag;
6383 int tflag; local
6390 tflag = 0;
6488 tflag |= W_HASQUOTEDNULL;
6733 ret->flags = tflag; /* XXX */
6807 int tflag; local
6956 tflag
[all...]
/macosx-10.10/shell_cmds-179/xargs/
H A Dxargs.c91 static int count, insingle, indouble, oflag, pflag, tflag, Rflag, rval, zflag; variable
191 tflag = 1;
554 if (tflag || pflag) {
/macosx-10.10/file_cmds-242/df/
H A Ddf.c150 int ch, i, rv, tflag = 0, kludge_tflag = 0; local
207 if (tflag)
228 if (tflag)
233 tflag++;
246 if (tflag == 0 && kludge_tflag && *argv && stat(*argv, &stbuf) < 0
/macosx-10.10/Heimdal-398.1.2/appl/rcp/
H A Drcp.c56 static int fflag, tflag; variable
73 { NULL, 't', arg_flag, &tflag },
105 iamremote = (fflag || tflag);
122 if (tflag) { /* Receive data. */
/macosx-10.10/remote_cmds-47/rcp.tproj/
H A Drcp.c137 int ch, fflag, i, tflag; local
139 int ch, fflag, tflag; local
164 fflag = tflag = 0;
207 tflag = 1;
251 if (tflag) { /* Receive data. */
/macosx-10.10/ruby-106/ruby/
H A Daddr2line.c775 int cflag, hflag, jflag, tflag, zflag; local
803 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
966 tflag = 1;
989 else if (tflag)
1007 else if (tflag)
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c836 int cflag, hflag, jflag, tflag, zflag; local
864 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
1027 tflag = 1;
1050 else if (tflag)
1068 else if (tflag)
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.c594 cv_csearch(EditLine *el, int direction, Int ch, int count, int tflag) argument
611 el->el_search.chatflg = tflag;
627 if (tflag)
/macosx-10.10/libedit-40/src/
H A Dsearch.c597 cv_csearch(EditLine *el, int direction, Int ch, int count, int tflag) argument
614 el->el_search.chatflg = (char)tflag;
630 if (tflag)
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsearch.c578 cv_csearch(EditLine *el, int direction, int ch, int count, int tflag) argument
595 el->el_search.chatflg = tflag;
611 if (tflag)
/macosx-10.10/network_cmds-457/ndp.tproj/
H A Dndp.c148 static int tflag; variable
242 tflag = 1;
597 if (!tflag && !cflag)
670 if (tflag)
790 if (!tflag && !cflag) {
868 if (tflag)

Completed in 198 milliseconds

12