HomeSort by relevance Sort by last modified time
    Searched refs:Lflag (Results 1 - 25 of 60) sorted by null

1 2 3

  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 117 extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
118 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
498 lflag = false;
499 Lflag = true;
502 Lflag = false;
503 lflag = true;
util.c 229 for (first = true, c = 0; c == 0 || !(lflag || qflag); ) {
264 if (lflag && !qflag && c != 0)
266 if (Lflag && !qflag && c == 0)
268 if (c && !cflag && !lflag && !Lflag &&
345 if ((color != NULL && !oflag) || qflag || lflag)
354 if ((color != NULL && !oflag) || qflag || lflag)
365 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) {
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_netbsd_386.go 383 Lflag uint32
ztypes_solaris_amd64.go 369 Lflag uint32
ztypes_darwin_386.go 448 Lflag uint32
ztypes_darwin_amd64.go 457 Lflag uint64
ztypes_darwin_arm.go 449 Lflag uint32
ztypes_darwin_arm64.go 457 Lflag uint64
ztypes_dragonfly_amd64.go 443 Lflag uint32
ztypes_freebsd_386.go 494 Lflag uint32
ztypes_freebsd_amd64.go 497 Lflag uint32
ztypes_freebsd_arm.go 497 Lflag uint32
ztypes_linux_arm64.go 581 Lflag uint32
ztypes_linux_mips.go 580 Lflag uint32
ztypes_linux_mips64.go 586 Lflag uint32
ztypes_linux_mips64le.go 586 Lflag uint32
ztypes_linux_mipsle.go 580 Lflag uint32
ztypes_netbsd_amd64.go 390 Lflag uint32
ztypes_netbsd_arm.go 388 Lflag uint32
ztypes_openbsd_386.go 441 Lflag uint32
ztypes_openbsd_amd64.go 448 Lflag uint32
ztypes_openbsd_arm.go 434 Lflag uint32
  /prebuilts/go/linux-x86/src/syscall/
ztypes_netbsd_386.go 383 Lflag uint32
ztypes_solaris_amd64.go 369 Lflag uint32

Completed in 477 milliseconds

1 2 3