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

1 2

  /external/ipsec-tools/src/racoon/
debug.h 39 extern int vflag;
main.c 88 int vflag = 1; /* for print-isakmp.c */ variable
349 vflag++;
  /prebuilts/go/darwin-x86/src/
make.rc 44 vflag=()
46 vflag=(-v)
76 if(~ $#vflag 1)
81 if(~ $#vflag 1)
101 ./cmd/dist/dist bootstrap $vflag $buildall $*
make.bash 133 vflag=""
136 vflag=-v
196 ./cmd/dist/dist bootstrap $buildall $vflag $GO_DISTFLAGS "$@"
make.bat 63 set vflag= variable
64 if x%1==x-v set vflag=-v variable
65 if x%2==x-v set vflag=-v variable
66 if x%3==x-v set vflag=-v variable
67 if x%4==x-v set vflag=-v variable
73 if x%vflag==x-v echo cmd/dist
86 if x%vflag==x-v echo.
106 .\cmd\dist\dist bootstrap %vflag% %buildall%
  /prebuilts/go/linux-x86/src/
make.rc 44 vflag=()
46 vflag=(-v)
76 if(~ $#vflag 1)
81 if(~ $#vflag 1)
101 ./cmd/dist/dist bootstrap $vflag $buildall $*
make.bash 133 vflag=""
136 vflag=-v
196 ./cmd/dist/dist bootstrap $buildall $vflag $GO_DISTFLAGS "$@"
make.bat 63 set vflag= variable
64 if x%1==x-v set vflag=-v variable
65 if x%2==x-v set vflag=-v variable
66 if x%3==x-v set vflag=-v variable
67 if x%4==x-v set vflag=-v variable
73 if x%vflag==x-v echo cmd/dist
86 if x%vflag==x-v echo.
106 .\cmd\dist\dist bootstrap %vflag% %buildall%
  /external/ltp/testcases/kernel/syscalls/fork/
fork07.c 63 static int vflag; variable
67 {"v", &vflag, NULL},
126 if (vflag) {
133 if (vflag) {
  /external/toybox/toys/other/
lsattr.c 189 unsigned char vflag, recursive; member in struct:_chattr
232 chattr.vflag = 1;
291 if (chattr.vflag) { // set file version
312 if (!(chattr.add || chattr.rm || chattr.set || chattr.vflag))
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 119 qflag, sflag, vflag, wflag, xflag;
grep.c 113 bool vflag; /* -v: only show non-matching lines */ variable
554 vflag = true;
util.c 349 if (vflag) {
  /external/mksh/src/
funcs.c 610 bool pflag = false, vflag = false; local
618 vflag = true;
626 FC_BI | FC_FUNC | FC_PATH | FC_WHENCE, vflag, false));
634 bool vflag = false; local
642 vflag = true;
645 vflag = false;
652 return (do_whence(wp, fcflags, vflag, true));
656 do_whence(const char **wp, int fcflags, bool vflag, bool iscommand)
663 while ((vflag || rv == 0) && (id = *wp++) != NULL) {
687 if (vflag)
    [all...]
Build.sh     [all...]
  /external/netcat/
netcat.c 84 int vflag; /* Verbosity */ variable
221 vflag = 1;
463 if (vflag || zflag) {
638 else if (vflag)
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 339 register int vflag; local
340 register int Vflag;
379 vflag = Vflag = 0;
392 case 'v': vflag = 1; break;
393 case 'V': Vflag = 1; break;
409 case 'v': vflag = 1; break;
410 case 'V': Vflag = 1; break;
434 if (vflag | Vflag) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 70 if vflag > 1 {
111 if vflag > 2 {
276 if vflag > 2 {
284 if vflag > 2 {
484 flag.Var((*count)(&vflag), "v", "verbosity")
build.go 53 vflag int // verbosity
277 if vflag > 1 {
595 if vflag > 0 {
730 if vflag > 1 {
765 if vflag > 1 {
946 if vflag > 1 {
1179 if vflag > 0 {
1209 if vflag > 0 {
1238 if vflag > 0 {
51 vflag int \/\/ verbosity var
    [all...]
buildtool.go 191 if vflag > 0 {
211 if vflag > 0 {
test.go 776 if vflag > 1 {
1089 if vflag > 0 {
1093 if vflag > 1 {
1115 if vflag > 0 {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 70 if vflag > 1 {
111 if vflag > 2 {
276 if vflag > 2 {
284 if vflag > 2 {
484 flag.Var((*count)(&vflag), "v", "verbosity")
build.go 53 vflag int // verbosity
277 if vflag > 1 {
595 if vflag > 0 {
730 if vflag > 1 {
765 if vflag > 1 {
946 if vflag > 1 {
1179 if vflag > 0 {
1209 if vflag > 0 {
1238 if vflag > 0 {
51 vflag int \/\/ verbosity var
    [all...]
buildtool.go 191 if vflag > 0 {
211 if vflag > 0 {
test.go 776 if vflag > 1 {
1089 if vflag > 0 {
1093 if vflag > 1 {
1115 if vflag > 0 {
    [all...]

Completed in 1076 milliseconds

1 2