OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowBlockDevices
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
fileio_types.h
70
int
allowBlockDevices
;
zstdcli.c
848
allowBlockDevices
= 0,
969
if (!strcmp(argument, "--force")) { FIO_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1;
allowBlockDevices
=1; continue; }
1211
case 'f': FIO_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1;
allowBlockDevices
=1; argument++; break;
1569
FIO_setAllowBlockDevices(prefs,
allowBlockDevices
);
fileio.c
308
ret->
allowBlockDevices
= 0;
378
void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int
allowBlockDevices
) { prefs->
allowBlockDevices
=
allowBlockDevices
; }
545
int
allowBlockDevices
= prefs != NULL ? prefs->
allowBlockDevices
: 0;
562
&& !(
allowBlockDevices
&& UTIL_isBlockDevStat(statbuf))
Completed in 77 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026