HomeSort by relevance Sort by last modified time
    Searched defs:Lflag (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 204 func Lflag(ctxt *Link, arg string) {
239 Lflag(ctxt, filepath.Join(objabi.GOROOT, "pkg", fmt.Sprintf("%s_%s%s%s", objabi.GOOS, objabi.GOARCH, suffixsep, suffix)))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 204 func Lflag(ctxt *Link, arg string) {
239 Lflag(ctxt, filepath.Join(objabi.GOROOT, "pkg", fmt.Sprintf("%s_%s%s%s", objabi.GOOS, objabi.GOARCH, suffixsep, suffix)))
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
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;
  /external/tcpdump/
tcpdump.c 152 static int Lflag; /* list available data link types and exit */
    [all...]

Completed in 372 milliseconds