HomeSort by relevance Sort by last modified time
    Searched refs:lflag (Results 1 - 16 of 16) sorted by null

  /system/core/toolbox/cp/
extern.h 45 extern int Rflag, rflag, Hflag, Lflag, Pflag, fflag, iflag, lflag, pflag, Nflag;
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
118 Hflag = Lflag = Pflag = Rflag = 0;
123 Lflag = Pflag = 0;
126 Lflag = 1;
134 Hflag = Lflag = 0;
143 Hflag = Lflag = 0;
154 lflag = 1;
183 if (Hflag || Lflag || Pflag) {
195 if (Lflag) {
    [all...]
utils.c 127 tolnk = ((Rflag && !(Lflag || Hflag)) || Pflag);
185 if (lflag) {
  /external/openssh/
sftp.c 405 parse_ls_flags(char **argv, int argc, int *lflag)
413 *lflag = LS_NAME_SORT;
417 *lflag &= ~VIEW_FLAGS;
418 *lflag |= LS_SHORT_VIEW;
421 *lflag &= ~SORT_FLAGS;
422 *lflag |= LS_SIZE_SORT;
425 *lflag |= LS_SHOW_ALL;
428 *lflag &= ~SORT_FLAGS;
431 *lflag |= LS_SI_UNITS;
434 *lflag &= ~LS_SHORT_VIEW
1290 int pflag = 0, rflag = 0, lflag = 0, iflag = 0, hflag = 0, sflag = 0; local
    [all...]
  /system/core/toolbox/
cat.c 48 static int bflag, eflag, fflag, lflag, nflag, sflag, tflag, vflag; variable
247 lflag = 1;
269 if (lflag) {
  /external/netcat/
netcat.c 76 int lflag; /* Bind to local port */ variable
189 lflag = 1;
297 if (!lflag)
307 if (lflag && sflag)
309 if (lflag && pflag)
311 if (lflag && zflag)
313 if (!lflag && kflag)
317 if ((family == AF_UNIX) && uflag && !lflag) {
344 if (lflag)
369 if (lflag) {
    [all...]
  /system/core/toolbox/grep/
util.c 228 for (first = true, c = 0; c == 0 || !(lflag || qflag); ) {
263 if (lflag && !qflag && c != 0)
265 if (Lflag && !qflag && c == 0)
267 if (c && !cflag && !lflag && !Lflag &&
344 if ((color != NULL && !oflag) || qflag || lflag)
353 if ((color != NULL && !oflag) || qflag || lflag)
364 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) {
grep.h 121 extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
122 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
grep.c 101 bool Lflag; /* -L: only show names of files with no matches */
106 bool lflag; /* -l: only show names of files with matches */ variable
501 lflag = false;
502 Lflag = true;
505 Lflag = false;
506 lflag = true;
fastgrep.c 155 if ((!(lflag || cflag)) && ((!(fg->bol || fg->eol)) &&
  /external/mksh/src/
histrap.c 92 bool gflag = false, lflag = false, nflag = false, rflag = false, local
127 lflag = true;
167 if (editor || lflag || nflag || rflag) {
229 if (editor && (lflag || nflag)) {
243 hfirst = lflag ? hist_get("-16", true, true) :
255 hfirst = hist_get(first, tobool(lflag || last), lflag);
258 hlast = last ? hist_get(last, true, lflag) :
259 (lflag ? hist_get_newest(false) : hfirst);
272 if (lflag) {
    [all...]
funcs.c 1303 bool lflag = false; local
1320 lflag = true;
1334 if ((lflag && t) || (!wp[i] && !lflag)) {
1344 if (lflag) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 216 unsigned long lflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 216 unsigned long lflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 216 unsigned long lflag; member in struct:asyport
  /external/qemu/
qemu-io.c 353 int Pflag = 0, sflag = 0, lflag = 0, bflag = 0; local
371 lflag = 1;
427 if (!Pflag && (lflag || sflag)) {
431 if (!lflag) {
    [all...]

Completed in 344 milliseconds