OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:disk_file
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/fdisk/
fdisk.c
208
static char *
disk_file
= NULL;
variable in typeref:typename:char *
489
case 'r': /* read data from
disk_file
(not raw disk) */
492
case 'w': /* write data to
disk_file
*/
493
disk_file
= optarg;
2489
int flags = update &&
disk_file
== NULL ? O_RDWR : O_RDONLY;
2514
if (
disk_file
!= NULL) {
2516
wfd = open(
disk_file
, update ? O_RDWR|O_CREAT : O_RDONLY, 0777);
2518
warn("%s",
disk_file
);
Completed in 36 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025