Searched refs:Vflag (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/lib/libsecureboot/tests/
H A Dtvo.c48 int Vflag; local
59 Vflag = 0;
82 Vflag = 1;
104 if (Vflag) {
/freebsd-current/usr.bin/sort/
H A Dsort.h112 bool Vflag; member in struct:sort_mods
H A Dsort.c193 return (!(sm->Mflag || sm->Vflag || sm->nflag || sm->gflag ||
599 sm->Vflag = true;
H A Dfile.c1128 if (!(sm->Mflag) && !(sm->Rflag) && !(sm->Vflag) &&
H A Dcoll.c473 else if (sm->Vflag)
/freebsd-current/usr.sbin/uefisign/
H A Duefisign.h81 bool Vflag, bool vflag);
H A Duefisign.c337 bool Vflag = false, vflag = false; local
348 Vflag = true;
381 if (Vflag) {
413 exit(child(inpath, outpath, pipefds[1], Vflag, vflag));
418 if (!Vflag) {
H A Dchild.c226 bool Vflag, bool vflag)
246 if (Vflag) {
225 child(const char *inpath, const char *outpath, int pipefd, bool Vflag, bool vflag) argument
/freebsd-current/bin/sh/
H A Doptions.h56 #define Vflag optval[9] macro
H A Dhistedit.c149 #define editing (Eflag || Vflag)
203 if (Vflag)
568 Vflag = argv[1][1] == 'v';
569 Eflag = !Vflag;
H A Doptions.c288 if (&optval[idx] == &Vflag)
291 Vflag = 0;
/freebsd-current/contrib/tzcode/
H A Dzdump.c485 register bool Vflag; local
510 vflag = Vflag = false;
518 case 'V': Vflag = true; break;
528 if (iflag | vflag | Vflag) {
585 if (iflag | vflag | Vflag)
617 if (! (iflag | Vflag)) {
666 if (! (iflag | Vflag)) {
/freebsd-current/usr.bin/patch/
H A Dpatch.c114 static bool Vflag = false; variable
210 if (!Vflag) {
659 Vflag = true;

Completed in 126 milliseconds