Searched defs:pflag (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/cp/
H A Dcp.c90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
141 pflag = 1;
157 pflag = 1;
506 if (pflag && setfile(curr->fts_statp, 0))
/system/core/sh/
H A Dvar.c567 int pflag; local
569 pflag = nextopt("p") == 'p' ? 3 : 0;
570 if (argc <= 1 || pflag) {
571 showvars( pflag ? argv[0] : 0, flag, pflag );

Completed in 216 milliseconds