OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcnt
(Results
1 - 12
of
12
) sorted by null
/external/ltp/testcases/commands/mv/
mv_tests.sh
47
local
fcnt
=0
56
fcnt
=0
57
while [ $
fcnt
-lt $numfiles ]
59
ROD_SILENT touch $dirname/f.$
fcnt
60
fcnt
=$(($
fcnt
+1))
72
local
fcnt
=0
85
fcnt
=0
86
while [ $
fcnt
-lt $numfiles ]
88
echo "f.$
fcnt
" 1>>tst_mv.ex
[
all
...]
/external/ltp/testcases/commands/gzip/
gzip_tests.sh
43
local
fcnt
=0
51
fcnt
=0
52
while [ $
fcnt
-lt $numfiles ]; do
53
ROD_SILENT touch $dirname/f.$
fcnt
54
fcnt
=$(($
fcnt
+1))
67
local
fcnt
=0
78
fcnt
=0
79
while [ $
fcnt
-lt $numfiles ]; do
80
echo "f.$
fcnt
$ext " 1>> tst_gzip.ex
[
all
...]
/external/ltp/testcases/commands/cp/
cp_tests.sh
44
local
fcnt
=0
45
while [ $
fcnt
-lt $filecnt ]; do
46
ROD touch $dirname/file$
fcnt
47
fcnt
=$((
fcnt
+1))
/external/freetype/src/tools/ftrandom/
ftrandom.c
101
static unsigned int
fcnt
;
variable
358
fcnt
= 0;
383
if (
fcnt
>= max )
394
fontlist[
fcnt
].name = strdup( buffer );
395
fontlist[
fcnt
].len = statb.st_size;
397
figurefiletype( &fontlist[
fcnt
] );
398
fcnt
++;
405
if (
fcnt
== 0 )
411
fontlist[
fcnt
].name = NULL;
518
int i = getRandom( 0, (int)(
fcnt
- 1 ) )
[
all
...]
/external/selinux/libselinux/src/
audit2why.c
73
int
fcnt
= 0;
local
77
return
fcnt
;
123
foundlist[
fcnt
] = i;
124
fcnt
++;
150
if (
fcnt
> 0) {
151
*bools = calloc(sizeof(struct boolean_t),
fcnt
+ 1);
153
for (i = 0; i <
fcnt
; i++) {
160
return
fcnt
;
/external/f2fs-tools/fsck/
f2fs.h
59
unsigned int
fcnt
;
member in struct:f2fs_nm_info
mount.c
1058
nm_i->
fcnt
= 0;
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/
ieee.c
2809
unsigned int
fcnt
;
local
[
all
...]
readelf.c
14673
size_t
fcnt
;
local
[
all
...]
/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jdom2-2.0.6.jar
/prebuilts/tools/common/m2/repository/org/jdom/jdom2/2.0.6/
jdom2-2.0.6.jar
/prebuilts/maven_repo/android/androidx/tools/jetifier/gradle-plugin/0.1/
gradle-plugin-0.1.jar
Completed in 391 milliseconds