OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mflag
(Results
1 - 6
of
6
) sorted by null
/system/core/toolbox/
touch.c
17
int i, fd, aflag = 0,
mflag
= 0, debug = 0, flags = 0;
local
30
case 'm':
mflag
= 1; break;
65
if ((
mflag
== 0) && (aflag == 0))
66
aflag =
mflag
= 1;
73
if (
mflag
)
newfs_msdos.c
256
int Iflag = 0,
mflag
= 0, oflag = 0;
local
341
mflag
= 1;
484
if (
mflag
) {
/system/core/sh/
options.h
73
#define
mflag
optlist[4].val
macro
/system/core/toolbox/grep/
grep.c
107
bool
mflag
; /* -m x: stop reading the files after x matches */
variable
509
mflag
= true;
/ndk/sources/host-tools/nawk-20071023/
run.c
1811
int
mflag
, tempstat, num;
local
[
all
...]
/external/ping6/
ping6.c
350
int
mflag
= 0;
local
509
mflag
++;
779
if (
mflag
!= 1) {
780
optval =
mflag
> 1 ? 0 : 1;
[
all
...]
Completed in 373 milliseconds