OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_F
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/fs/doio/
rwtest
145
opt_F
="-F" # only process filenames
389
if [[ -n "$
opt_F
" ]]; then
/system/core/toolbox/
newfs_msdos.c
242
const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *
opt_f
= NULL;
local
243
u_int
opt_F
= 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0;
288
opt_F
= atoi(optarg);
322
opt_f
= optarg;
397
if (
opt_f
) {
398
getstdfmt(
opt_f
, &bpb);
414
if (!(
opt_f
|| (opt_h && opt_u && opt_S && opt_s && oflag))) {
446
if (!(fat =
opt_F
)) {
447
if (
opt_f
)
456
if (
opt_f
&& fat == 32
[
all
...]
Completed in 49 milliseconds